Architecture: arm64 Section: admin Priority: optional Installed-Size: 81593 Maintainer: Microsoft Description: Docker container platform (engine package) Moby is an open-source project created by Docker to enable and accelerate software containerization. Homepage: https://github.com/moby/moby Conflicts: docker, docker-ce, docker-ee, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package Depends: moby-containerd (>= 1.2), moby-runc (>= 1.0.0~rc10), libc6 (>= 2.17), libdevmapper1.02.1 (>= 2:1.02.97), libseccomp2 (>= 2.1.0) Recommends: apparmor, ca-certificates, iptables, kmod, moby-cli, pigz, xz-utils Suggests: aufs-tools, cgroupfs-mount | cgroup-lite, git Replaces: docker, docker-ce, docker-ee, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package SHA256: 534c93df83c031032e8953e6133ba3210896ea65e6175cedac381dc998001b1c Size: 15148968 Filename: pool/main/m/moby-engine/moby-engine_19.03.13+azure-1_arm64.deb Package: moby-buildx Version: 0.10.4+azure-ubuntu20.04u1 Architecture: arm64 Section: admin Priority: optional Installed-Size: 66863 Maintainer: Microsoft Description: A Docker CLI plugin for extended build capabilities with BuildKit Homepage: https://github.com/docker/buildx Conflicts: docker-ce, docker-ee Recommends: moby-cli SHA256: 66c8ed6facd3e07f3765f41f21b86eb3b4c9783758ab53d0bb102eccf40963bd Size: 23784958 Filename: pool/main/m/moby-buildx/moby-buildx_0.10.4+azure-ubuntu20.04u1_arm64.deb Package: aadsshlogin-selinux Version: 1.0.022600002 Architecture: arm64 Section: utils Priority: optional Maintainer: Yancho Yanev Description: Selinux configuration for AAD NSS and PAM extensions. Conflicts: aadlogin-selinux Depends: policycoreutils (>=3.0-1), selinux-utils, selinux-policy-default SHA256: 83af6e2f687c80e5bd3b84244bd0204f8ed9af9428a40033930afec6bca8e309 Size: 2378 Filename: pool/main/a/aadsshlogin-selinux/aadsshlogin-selinux_1.0.022600002_arm64.deb Package: moby-containerd Version: 1.5.10+azure-1 Architecture: arm64 Section: admin Priority: optional Installed-Size: 98195 Maintainer: Microsoft Description: Industry-standard container runtime containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc. . containerd is designed to be embedded into a larger system, rather than being used directly by developers or end-users. Homepage: https://github.com/containerd/containerd Conflicts: containerd, containerd.io, moby-engine (<= 3.0.12) Depends: libc6 (>= 2.17), moby-runc (>= 1.0.2) Recommends: ca-certificates Provides: containerd, containerd.io Replaces: containerd, containerd.io SHA256: 12c03dca71270e2420be9d92b86a83b2dfdb06cfad0f14994096fa5fbb733f8b Size: 18910340 Filename: pool/main/m/moby-containerd/moby-containerd_1.5.10+azure-1_arm64.deb Package: moby-buildx Version: 0.11.1+azure-ubuntu20.04u1 Architecture: arm64 Section: admin Priority: optional Installed-Size: 73195 Maintainer: Microsoft Description: A Docker CLI plugin for extended build capabilities with BuildKit Homepage: https://github.com/docker/buildx Conflicts: docker-ce, docker-ee Recommends: moby-cli SHA256: 778ea4a23775c24a71dd75e49b0b3139aa645f97577f06a8773a8c4aad7206d5 Size: 25846866 Filename: pool/main/m/moby-buildx/moby-buildx_0.11.1+azure-ubuntu20.04u1_arm64.deb Package: moby-compose Version: 2.11.1+azure-ubuntu20.04u1 Architecture: arm64 Section: admin Priority: optional Installed-Size: 42128 Maintainer: Microsoft Description: A Docker CLI plugin which allows you to run Docker Compose applications from the Docker CLI. Homepage: https://github.com/docker/compose-cli Conflicts: docker-ce, docker-ce-cli, docker-ee, docker-ee-cli Depends: moby-cli SHA256: e/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2015 6WIND S.A. * Author: Nicolas Dichtel * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. */ #ifndef _LINUX_NET_NAMESPACE_H_ #define _LINUX_NET_NAMESPACE_H_ /* Attributes of RTM_NEWNSID/RTM_GETNSID messages */ enum { NETNSA_NONE, #define NETNSA_NSID_NOT_ASSIGNED -1 NETNSA_NSID, NETNSA_PID, NETNSA_FD, NETNSA_TARGET_NSID, NETNSA_CURRENT_NSID, __NETNSA_MAX, }; #define NETNSA_MAX (__NETNSA_MAX - 1) #endif /* _LINUX_NET_NAMESPACE_H_ */