Search Criteria
Package Details: docker-git 1:r39078.b5ea9abf25-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. |
Upstream URL: | https://github.com/docker/docker |
Keywords: | cgroups containers |
Licenses: | Apache License Version 2.0 |
Conflicts: | containerd, containerd-git, docker, runc, runc-git |
Provides: | docker |
Replaces: | containerd, containerd-git, docker, runc, runc-git |
Submitter: | ido |
Maintainer: | flaccid |
Last Packager: | flaccid |
Votes: | 45 |
Popularity: | 0.000000 |
First Submitted: | 2013-12-05 18:13 (UTC) |
Last Updated: | 2020-11-08 09:47 (UTC) |
Dependencies (13)
- bridge-utils
- iproute2 (iproute2-git, iproute-mptcp, iproute2-selinux)
- sqlite (sqlite-replication, sqlite-minimal-git, sqlite-fts3-parenthesis, sqlite-fossil)
- systemd (systemd-homed-containers, systemd-git, systemd-selinux)
- btrfs-progs (btrfs-progs-git) (make)
- cmake (cmake-git) (make)
- device-mapper (device-mapper-git, device-mapper-noudev) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- glibc (glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-widevine, glibc-linux4) (make)
- go (go-git, go-go2go-git, gccrs-go-git, go-beta, gcc-go-git, gcc-go) (make)
- go-md2man (make)
- device-mapper (device-mapper-git, device-mapper-noudev) (optional)
- vndr (vndr) (optional)
Required by (176)
- act (requires docker)
- act-git (requires docker)
- ade (requires docker)
- ahab (requires docker)
- ahab-git (requires docker)
- alibuild (requires docker) (optional)
- 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)
- azk-git (requires docker)
- balena-cli-bin (requires docker) (optional)
- balena-engine (requires docker) (make)
- ballerina (requires docker) (optional)
- bash-it-git (requires docker) (optional)
- bitwarden-server (requires docker)
- blimp-bin (requires docker) (optional)
- brickstrap-git (requires docker)
Latest Comments
IPlayZed 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 buildflaccid commented on 2020-10-22 01:50 (UTC)
@mikeccuk2005 local problem for you. Can't replicate, yay.
mikeccuk2005 commented on 2020-10-21 14:17 (UTC) (edited on 2020-10-21 14:37 (UTC) by mikeccuk2005)
==> Starting build()... -> building runc ln: failed to create symbolic link '/src/github.com/opencontainers/': No such file or directory
not sure why it is asking for this directory
cd .cache/yay/docker-git/src/
containerd/ docker-ce/ docker.install go/ libnetwork/ moby/ runc/ tini/
here is the runc in .cache is totally different path
edit:
export GOPATH=$HOME/.cache/yay/docker-git/src/go
This fixes build problems
flaccid commented on 2020-07-13 09:47 (UTC)
@Nullrequest as mentioned, just submit a patch as afaik we don't have a pull request feature.
Nullrequest commented on 2020-07-13 09:33 (UTC)
@fflaccid would you mind adding the nftables support moby has. Moby is way ahead of docker with nftables and cgroups v2. Atleast nftables support would be nice
flaccid commented on 2020-07-13 07:21 (UTC)
@Nullrequest it does use moby and the docker cli. Happy to review patches to the PKGBUILD etc.
Nullrequest commented on 2020-07-12 03:40 (UTC)
Have you considered using the moby(the open source version of docker) instead of docker as moby has wip progress(mostly working) for cgroups v2 and nftables. you still need to manually add exceptions for the docker0. It will be merged with the docker repo however this has more bleeding edge fixes. there are 2 repos you can use as the up stream. https://github.com/moby/moby or https://github.com/AkihiroSuda/moby-snapshot
severo_bo commented on 2018-11-16 00:36 (UTC) (edited on 2018-11-16 00:37 (UTC) by severo_bo)
With Manjaro I could install this way:
JDCNS commented on 2018-11-13 03:45 (UTC)
Well, I've tried resetting the GOPATH, even though I have a different error. I keep getting "plugin/plugin_go18.go:24:2: cannot find package "plugin" in any of:" while trying to "building containerd". It even includes "/usr/src/plugin (from $GOROOT)", which seems odd. I know very little about go, so I'm stumped.
flaccid commented on 2018-11-02 09:08 (UTC)
@ThomasAntoniousC must be a problem upstream with the image etc. docker run -it centos:centos7 works fine for example. EL6 is dead anyway.
ThomasAntoniousC commented on 2018-11-02 08:35 (UTC) (edited on 2018-11-02 08:36 (UTC) by ThomasAntoniousC)
I am a having an issue trying to run a centOS image. I posted the problem here: https://unix.stackexchange.com/questions/478387/running-a-centos-docker-image-on-arch-linux-exits-with-code-139 can anyone help?
noproblem commented on 2018-10-28 11:33 (UTC)
I can confirm that I could compile and install this package with apparmor-git and by setting GOPATH to the docker-git/src/go location, in my case as below (using the yay pacman wrapper). Thanks!
% export GOPATH=/home/np/.cache/yay/docker-git/src/go
flaccid commented on 2018-10-25 06:44 (UTC)
@Tazmain cannot replicate with docker and physical builds sorry.
Tazmain commented on 2018-10-19 14:49 (UTC)
So with yay the build fails : ==> Starting prepare()... ~/.cache/yay/docker-git/src ==> Starting pkgver()... ==> Updated version: docker-git 1:r35908.f7e5154f37-1 ==> Sources are ready. ==> Making package: docker-git 1:r35908.f7e5154f37-1 (Fri 19 Oct 2018 04:48:36 PM SAST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Starting pkgver()... ==> Starting build()... -> building runc ln: target '/src/github.com/opencontainers/' is not a directory: No such file or directory ==> ERROR: A failure occurred in build(). Aborting... Error making: docker-git
flaccid commented on 2018-10-11 11:08 (UTC)
@noproblem I've removed the pkg ref and also binary-commits entirely. We'll need to test but I can't find an issue in basic testing.
noproblem commented on 2018-10-09 19:28 (UTC) (edited on 2018-10-09 19:28 (UTC) by noproblem)
It seems that apparmor-libapparmor has been removed, but could the below be used instead?
https://aur.archlinux.org/packages/apparmor-git/
flaccid commented on 2018-05-23 07:18 (UTC)
See comments on https://aur.archlinux.org/pkgbase/apparmor/#news. We'll need that fixed before we can look at moby issue. Obviously once again they have completely changed how they do this, binaries-commits is no longer provided. https://github.com/moby/moby/tree/master/hack/dockerfile/install
a36233 commented on 2018-05-15 14:04 (UTC)
==> Starting prepare()... docker-git/src/moby/hack/dockerfile/binaries-commits: No such file or directory
Kuchiriel commented on 2017-12-30 16:59 (UTC) (edited on 2017-12-30 16:59 (UTC) by Kuchiriel)
-> building runc go build -buildmode=pie -ldflags "-X main.gitCommit="b2567b37d7b75eb4cf325b77297b140ea686ce8f" -X main.version=1.0.0-rc4+dev " -tags "seccomp apparmor selinux" -o runc .
github.com/opencontainers/runc/libcontainer/apparmor
libcontainer/apparmor/apparmor.go:35:15: could not determine kind of name for C.aa_change_onexec make: *** [Makefile:32: runc] Error 2
Similar issue solved that way here: https://github.com/golang/go/issues/9733
kevinkjt2000 commented on 2017-12-20 21:15 (UTC)
I went ahead and opened https://github.com/rjray/rpc-xml/issues/14
kevinkjt2000 commented on 2017-12-20 21:04 (UTC)
I can also replicate what EgidioCaprino is seeing. Seems only the random port number is different.
t/40_server.t ................... 18/91
Failed test 'RPC::XML::Server::url method (set)'
at t/40_server.t line 188.
'http://[::1]:34229/'
doesn't match '(?^:http://(127[.]0[.]0[.]1|localhost|localhost[.]localdomain):34229)'
t/40_server.t ................... 35/91 Use of uninitialized value in subroutine entry at t/40_server.t line 276. t/40_server.t ................... 41/91 Not an ARRAY reference at t/40_server.t line 333.
Looks like your test exited with 255 just after 43.
flaccid commented on 2017-12-18 23:48 (UTC)
@EgidioCaprino i can't seem to currently replicate that. Perhaps issue is local to you or was upstream?
EgidioCaprino commented on 2017-12-18 11:29 (UTC)
Failed test 'RPC::XML::Server::url method (set)'
at t/40_server.t line 188.
'http://[::1]:42185/'
doesn't match '(?^:http://(127[.]0[.]0[.]1|localhost[.]localdomain|localhost|localhost):42185)'
t/40_server.t ................... 35/91 Use of uninitialized value in subroutine entry at t/40_server.t line 276. t/40_server.t ................... 41/91 Not an ARRAY reference at t/40_server.t line 333.
Looks like your test exited with 255 just after 43.
flaccid commented on 2017-11-14 22:08 (UTC)
mpadilla2 commented on 2017-11-14 21:03 (UTC)
flaccid commented on 2017-11-14 10:06 (UTC)
mpadilla2 commented on 2017-11-14 02:01 (UTC) (edited on 2017-11-14 02:07 (UTC) by mpadilla2)
flaccid commented on 2017-10-12 11:18 (UTC)
mnciitbhu commented on 2017-10-02 09:10 (UTC) (edited on 2017-10-02 10:24 (UTC) by mnciitbhu)
a36233 commented on 2017-09-13 12:08 (UTC)
WeenieHut commented on 2017-08-12 07:33 (UTC)
flaccid commented on 2017-08-10 04:27 (UTC)
WeenieHut commented on 2017-08-10 01:41 (UTC)
flaccid commented on 2017-07-03 07:59 (UTC)
flaccid commented on 2017-07-01 00:21 (UTC)
flaccid commented on 2017-07-01 00:02 (UTC) (edited on 2017-07-01 00:06 (UTC) by flaccid)
mnciitbhu commented on 2017-06-30 15:28 (UTC)
flaccid commented on 2017-06-06 06:44 (UTC)
joekiller commented on 2017-06-05 16:38 (UTC)
joekiller commented on 2017-06-05 16:03 (UTC)
joekiller commented on 2017-05-24 19:41 (UTC)
flaccid commented on 2017-05-02 07:04 (UTC)
flaccid commented on 2017-05-02 07:02 (UTC)
flaccid commented on 2017-05-02 01:40 (UTC)
joekiller commented on 2017-04-27 21:02 (UTC)
ishitatsuyuki commented on 2017-03-16 03:24 (UTC)
flaccid commented on 2017-02-18 03:31 (UTC)
JP-Ellis commented on 2017-02-10 07:19 (UTC)
cpldave commented on 2017-02-09 15:42 (UTC)
flaccid commented on 2017-02-09 08:20 (UTC)
JP-Ellis commented on 2017-02-08 09:25 (UTC)
flaccid commented on 2017-01-27 23:50 (UTC)
commented on 2017-01-27 23:47 (UTC)
flaccid commented on 2017-01-24 00:11 (UTC)
Vi0L0 commented on 2017-01-23 21:34 (UTC) (edited on 2017-01-23 21:41 (UTC) by Vi0L0)
flaccid commented on 2016-11-06 08:59 (UTC)
dluciv commented on 2016-11-06 08:36 (UTC)
flaccid commented on 2016-11-05 21:45 (UTC)
dluciv commented on 2016-11-05 19:10 (UTC)
flaccid commented on 2016-11-03 22:36 (UTC)
inphinity commented on 2016-11-03 16:23 (UTC)
ido commented on 2016-08-07 04:48 (UTC)
flaccid commented on 2016-07-20 02:18 (UTC)
khayber commented on 2016-07-09 00:46 (UTC)
streetmapp commented on 2016-07-06 19:51 (UTC)
flaccid commented on 2016-07-01 08:47 (UTC)
dome22xl commented on 2016-06-27 11:31 (UTC)
flaccid commented on 2016-06-10 02:50 (UTC)
Netrix commented on 2016-05-05 17:33 (UTC)
flaccid commented on 2016-05-03 23:11 (UTC)
Netrix commented on 2016-05-03 22:49 (UTC)
zoidberg_md commented on 2016-03-12 20:37 (UTC)
flaccid commented on 2016-01-31 00:25 (UTC)
commented on 2016-01-30 14:53 (UTC)
pyriand3r commented on 2016-01-21 09:43 (UTC) (edited on 2016-01-21 09:44 (UTC) by pyriand3r)
flaccid commented on 2015-11-11 09:40 (UTC)
yhfudev commented on 2015-11-10 16:33 (UTC)
flaccid commented on 2015-11-08 21:35 (UTC)
flaccid commented on 2015-11-08 21:11 (UTC) (edited on 2015-11-08 21:32 (UTC) by flaccid)
tophsic commented on 2015-11-05 10:38 (UTC)
yhfudev commented on 2015-11-02 21:54 (UTC)
flaccid commented on 2015-10-28 22:13 (UTC)
yhfudev commented on 2015-10-28 16:33 (UTC)
flaccid commented on 2015-10-28 07:32 (UTC)
yhfudev commented on 2015-10-27 14:53 (UTC)
flaccid commented on 2015-10-23 03:53 (UTC)
grimsock commented on 2015-10-07 05:53 (UTC)
ido commented on 2015-10-06 11:49 (UTC)
ido commented on 2015-10-06 11:48 (UTC)
flaccid commented on 2015-10-06 07:14 (UTC)
dlin commented on 2015-03-23 04:10 (UTC)
ido commented on 2015-02-14 15:56 (UTC)
whukriede commented on 2015-02-14 10:06 (UTC)
whukriede commented on 2015-02-13 19:33 (UTC)
efraglebagga commented on 2015-02-12 14:58 (UTC)
zoidberg_md commented on 2015-01-12 22:36 (UTC)
ido commented on 2015-01-09 04:17 (UTC)
zoidberg_md commented on 2015-01-09 01:17 (UTC)
Mic92 commented on 2014-12-10 12:20 (UTC)
silvio commented on 2014-08-01 12:23 (UTC)
Svenstaro commented on 2014-07-25 14:46 (UTC)
andreas_baumann commented on 2014-06-19 13:04 (UTC)
test0 commented on 2014-05-09 17:35 (UTC)
ido commented on 2014-05-09 05:46 (UTC)
hunger commented on 2014-05-07 21:34 (UTC)
ido commented on 2013-12-05 18:18 (UTC)