Search Criteria
Package Details: docker-git 27.5.0+r51096+g2b7e859c4-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: | None |
| Last Packager: | envolution |
| Votes: | 45 |
| Popularity: | 0.000000 |
| First Submitted: | 2013-12-05 18:13 (UTC) |
| Last Updated: | 2025-01-14 19:25 (UTC) |
Dependencies (20)
- bridge-utilsAUR
- containerd (cri-containerd-binAUR)
- device-mapper
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- iproute2 (iproute2-gitAUR, iproute2-selinuxAUR)
- libseccomp (libseccomp-gitAUR)
- libtool (libtool-gitAUR)
- runc (cri-containerd-binAUR, runc-gitAUR)
- sqlite (sqlite-fossilAUR)
- systemd-libs (systemd-libs-gitAUR, systemd-libs-selinuxAUR)
- btrfs-progs (btrfs-progs-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, go-binAUR, gcc-go-snapshotAUR, gcc-go) (make)
- go-md2man (make)
- sed (sed-gitAUR, uutils-sedAUR) (make)
- systemd (systemd-gitAUR, systemd-selinuxAUR) (make)
- btrfs-progs (btrfs-progs-gitAUR) (optional) – btrfs backend support
- docker-buildx (docker-buildx-gitAUR, docker-desktopAUR) (optional) – extended build capabilities
- pigz (pigz-gitAUR, pigz-replace-gzip-staticAUR) (optional) – parallel gzip compressor support
Required by (264)
- 1panel (requires docker) (optional)
- 1panel-git (requires docker) (optional)
- act-git (requires docker)
- act-runner-bin (requires docker) (optional)
- ade (requires docker)
- ahab (requires docker)
- ahab-git (requires docker)
- alibuild (requires docker) (optional)
- altserver-linux-bin (requires docker) (optional)
- amd-container-toolkit (requires docker)
- ampinstmgr (requires docker) (optional)
- ansible-builder (requires docker) (optional)
- apx-git (requires docker)
- aurbuilder-git (requires docker)
- aws-sam-cli (requires docker)
- aws-sam-cli-bin (requires docker) (optional)
- axon-launcher (requires docker)
- azk (requires docker)
- azk-git (requires docker)
- balena-cli-bin (requires docker) (optional)
- Show 244 more...
Latest Comments
1 2 3 4 5 6 .. 13 Next › Last »
bbj commented on 2026-02-19 06:22 (UTC)
Package is currently broken. Three fixes required to build successfully:
1. bridge-utils dependency removed from official repos - bridge-utils moved to AUR (HTTP 410 Gone from official repos) - Functionality now provided by iproute2 (already a dependency) - Fix: Remove 'bridge-utils' from depends array (line 24)
2. GO111MODULE=off incompatible with moby v2 - Moby upstream now uses Go modules (github.com/moby/moby/v2) - GO111MODULE=off prevents module resolution - Fix: Change
export GO111MODULE=offtoexport GO111MODULE=on(line 95)3. udev rules file removed upstream - 80-docker.rules removed in commit 023ae2e218 (Sep 2025) - Devicemapper no longer supported by Docker - Fix: Remove udev rules install line (line 133) or comment it out
Patch tested and verified:
Build tested successfully with these changes. Package compiles and creates 33MB .pkg.tar.zst file.
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 modulecarsonreinke 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.
1 2 3 4 5 6 .. 13 Next › Last »