Package Details: docker-git 1:r46893.a908460adb-1

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: None
Last Packager: Neptune650
Votes: 45
Popularity: 0.000000
First Submitted: 2013-12-05 18:13 (UTC)
Last Updated: 2023-07-30 01:21 (UTC)

Required by (204)

Sources (7)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 12 Next › Last »

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)

Yep it was in the commit, https://aur.archlinux.org/cgit/aur.git/commit/?h=docker-git&id=6b87b9bb5308345ec41f3487fdb2d07ad27fdafd.

mpadilla2 commented on 2017-11-14 21:03 (UTC)

@flaccid you're welcome. I pasted the wrong lines for second edit. Here's the correct one: Changed this: msg2 'dockerd binary' dockerver="$(cat $srcdir/moby/VERSION)" pushd "$srcdir/moby/bundles/dynbinary-daemon" >/dev/null install -Dm755 "dockerd-$_dockerver" "$pkgdir/usr/bin/dockerd" popd >/dev/null To this: msg2 'dockerd binary' pushd "$srcdir/moby/bundles/dynbinary-daemon" >/dev/null install -Dm755 "dockerd-dev" "$pkgdir/usr/bin/dockerd" popd >/dev/null

flaccid commented on 2017-11-14 10:06 (UTC)

@mpadilla2 thanks for that. I've just pushed a commit to fix (they removed moby/VERSION upstream in favour of go autogen) which in this case is a chicken & egg situation so we can't use it.

mpadilla2 commented on 2017-11-14 02:01 (UTC) (edited on 2017-11-14 02:07 (UTC) by mpadilla2)

Could not get this to compile until I made the following changes. Without the changes it would throw errors. Changed this: pkgver() { pushd "$srcdir/moby" > /dev/null _dockerver="$(cat VERSION)" printf "%s.%s.%s" "${_dockerver//-/.}" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" popd > /dev/null } To this: pkgver() { cd "$srcdir/moby" ( set -o pipefail git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' || printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" ) } Then changed this: _dockerver="$(cat $srcdir/moby/VERSION)" To this: _dockerver="$pkgver"

flaccid commented on 2017-10-12 11:18 (UTC)

Ok guys, this is fixed now.

mnciitbhu commented on 2017-10-02 09:10 (UTC) (edited on 2017-10-02 10:24 (UTC) by mnciitbhu)

==> Starting prepare()... fatal: reference is not a tree: 0351df1c5a66838d0c392b4ac4cf9450de844e2d ==> ERROR: A failure occurred in prepare(). Aborting... Any fix? Edit: I applied this patch in PKGBUILD: - 'runc::git+https://github.com/docker/runc.git' + 'runc::git+https://github.com/opencontainers/runc.git' Now I am getting this error: ==> Entering fakeroot environment... ==> Starting package()... ==> runc binary ==> runc manpages ~/docker-git/src ==> containerd binaries ~/docker-git/src ==> docker-proxy binary install: cannot stat 'bundles/17.06.0-dev/dynbinary-daemon/dockerd-17.06.0-dev': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...

a36233 commented on 2017-09-13 12:08 (UTC)

==> Starting prepare()... fatal: reference is not a tree: 1c81e2a794c6e26a4c650142ae8893c47f619764 ==> ERROR: A failure occurred in prepare().

WeenieHut commented on 2017-08-12 07:33 (UTC)

Perhaps they were leftover files from the community package. The Network systemd file had to be created however for docker to work on my system.

flaccid commented on 2017-08-10 04:27 (UTC)

@WeenieHut none of those files are in the package, only: docker-git /usr/lib/systemd/ docker-git /usr/lib/systemd/system/ docker-git /usr/lib/systemd/system/docker.service docker-git /usr/lib/systemd/system/docker.socket