Package Details: docker-git 27.3.1+r50521+gfc68ffcb1-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 -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)

Required by (219)

Sources (4)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 Next › Last »

dlin commented on 2015-03-23 04:10 (UTC)

Can not build docker-git too. ref: https://bugs.archlinux.org/task/44306?project=5&cat%5B0%5D=33&string=docker

ido commented on 2015-02-14 15:56 (UTC)

Updated source pkg. NOTE: To request changes to this package, please submit a pull request to the GitHub repository at https://github.com/ido/packages-archlinux Otherwise, open a GitHub issue. Thank you! -Ido

whukriede commented on 2015-02-14 10:06 (UTC)

I got it to build (don't yet know about functionality): $ yaourt --nocolor -S docker-git Say Yes to "Edit PKGBUILD?" -- Then in function prepare() remove the patch command. Since the patch only affects a warning, this cannot be harmful. The build finishes without further accidents.

whukriede commented on 2015-02-13 19:33 (UTC)

Identical failure here to what efraglebagga has. I'm totally clueless on how to proceed. Help would be appreciated, thanks. (System is i686).

efraglebagga commented on 2015-02-12 14:58 (UTC)

might be doing something wrong, but can't get it to build ==> Making package: docker-git 1:1.1.2.dev.9869.042b642-1 (Thu Feb 12 14:36:09 UTC 2015) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Cloning docker git repo... Cloning into bare repository ... remote: Counting objects: 102656, done. remote: Compressing objects: 100% (33797/33797), done. remote: Total 102656 (delta 67345), reused 102442 (delta 67179) Receiving objects: 100% (102656/102656), 53.07 MiB | 92.00 KiB/s, done. Resolving deltas: 100% (67345/67345), done. Checking connectivity... done. -> Found docker.service -> Found docker.install -> Found docker-nocheck.patch -> Found docker.conf ==> Validating source files with md5sums... docker ... Skipped docker.service ... Passed docker.install ... Passed docker-nocheck.patch ... Passed docker.conf ... Passed ==> Extracting sources... -> Creating working copy of docker git repo... Cloning into 'docker'... done. ==> Starting pkgver()... ==> Updated version: docker-git 1:1.5.0.dev.13128.f4749ac-1 ==> Starting prepare()... patching file daemon/daemon.go Hunk #1 FAILED at 1177. 1 out of 1 hunk FAILED -- saving rejects to file daemon/daemon.go.rej ==> ERROR: A failure occurred in prepare(). Aborting...

zoidberg_md commented on 2015-01-12 22:36 (UTC)

They merged the PR, so those few i686 users now enjoy BTRFS support.

ido commented on 2015-01-09 04:17 (UTC)

Thanks for contributing to upstream. I'm going to wait and see what they have to say about the patch, unless there's enough interest from others. AFAICT, most users are on x64.

zoidberg_md commented on 2015-01-09 01:17 (UTC)

I've just fixed a terrible bug that prevented docker from detecting btrfs on i686: https://github.com/docker/docker/pull/9988 Enjoy :) For me device-mapper backend causes corruption, but btrfs seem work so far! Feel free to incorporate the patch if they don't merge it upstream.