Search Criteria
Package Details: docker-git 27.3.1+r50521+gfc68ffcb1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/docker-git.git (read-only, click to copy) |
---|---|
Package Base: | docker-git |
Description: | Pack, ship and run any application as a lightweight container -git latest |
Upstream URL: | https://www.docker.com/ |
Keywords: | cgroups containers |
Licenses: | Apache-2.0 |
Conflicts: | docker |
Provides: | docker |
Submitter: | ido |
Maintainer: | envolution |
Last Packager: | envolution |
Votes: | 45 |
Popularity: | 0.000000 |
First Submitted: | 2013-12-05 18:13 (UTC) |
Last Updated: | 2024-11-18 07:56 (UTC) |
Dependencies (21)
- bridge-utils
- containerd (cri-containerd-binAUR)
- device-mapper (device-mapper-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- iproute2 (iproute2-gitAUR, busybox-coreutilsAUR, iproute2-selinuxAUR)
- libseccomp (libseccomp-gitAUR)
- libtool (libtool-gitAUR)
- runc (runc-gitAUR, cri-containerd-binAUR)
- sqlite (sqlite-fossilAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR)
- btrfs-progs (btrfs-progs-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- go-md2man (make)
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR, systemd-gitAUR, systemd-fmlAUR) (make)
- btrfs-progs (btrfs-progs-gitAUR) (optional) – btrfs backend support
- docker-buildx (docker-buildx-gitAUR, docker-desktopAUR) (optional) – extended build capabilities
- docker-scan (optional) – vulnerability scanner
- pigz (pigz-gitAUR) (optional) – parallel gzip compressor support
Required by (219)
- 1panel (requires docker) (optional)
- 1panel-bin (requires docker) (optional)
- 1panel-dev-bin (requires docker) (optional)
- 1panel-git (requires docker) (optional)
- act-git (requires docker)
- act-runner (requires docker)
- act-runner-bin (requires docker) (optional)
- act_runner (requires docker) (optional)
- ade (requires docker)
- ahab (requires docker)
- ahab-git (requires docker)
- alibuild (requires docker) (optional)
- ampinstmgr (requires docker) (optional)
- apx-git (requires docker)
- aurbuilder-git (requires docker)
- aws-eb-cli (requires docker)
- aws-sam-cli (requires docker)
- aws-sam-cli-bin (requires docker) (optional)
- axon-launcher (requires docker)
- azk (requires docker)
- Show 199 more...
Latest Comments
1 2 3 4 5 6 .. 12 Next › Last »
envolution commented on 2024-11-18 07:59 (UTC)
Assuming all of the below issues are solved as the build is rebased to upstream arch build. Please let me know of any packaging issues encountered.
cjcapps commented on 2024-01-19 21:07 (UTC)
to actually fix the docker-proxy issue mentioned many times below, I had to run: go env -w GO111MODULE=off
to then fix the build, it seems that the binary 'dockerd-dev' is now called 'dockerd', which needs updated in the PKGBUILD
korimitsu commented on 2022-12-07 16:26 (UTC)
Fails to build today:
Unsubtle7826 commented on 2021-11-15 20:16 (UTC)
Fails to compile with
mngroon commented on 2021-04-27 15:34 (UTC)
Fails to build with error: --> no required module provides package github.com/docker/libnetwork/cmd/proxy: go.mod file not found in current directory or any parent directory; see 'go help modules' ==> ERROR: A failure occurred in build().
dr460nf1r3 commented on 2021-02-23 19:40 (UTC)
Fails to compile with
-> building docker-proxy no required module provides package github.com/docker/libnetwork/cmd/proxy: working directory is not part of a module
carsonreinke commented on 2021-01-08 18:37 (UTC)
Anybody know why the docker-cli is locked on an old version 17.06.0? That version is missing
docker login --password-stdin
. I just updated and built locally without any problem.flaccid commented on 2020-11-08 09:48 (UTC)
@frebib to save the need for that, i've kept it local by exporting the locally used GOPATH in each stage, it was needed in package(). Tested ok for me, but hopefully this solved the issue permanently.
frebib commented on 2020-11-05 16:34 (UTC)
Came here so say that I'm having the same problem as mikeccuk2005. It's preferring my global GOPATH instead of the one set in the
prepare
function. Copying theexport GOPATH=...
line to the top of thebuild
function fixes it and I'm able to build1 2 3 4 5 6 .. 12 Next › Last »