Commit graph

130 commits

Author SHA1 Message Date
Zheng Junjie
c04252e651
gnu: docker: Fix build.
* gnu/packages/docker.scm (docker)[native-inputs]: Replace go-1.20 with
go-1.21.

Change-Id: I47a10116fd7bb0447e6ff610fd85fefdc7f52d23
2025-07-18 20:17:51 +02:00
Andreas Enge
4a19e9178b
gnu: containerd: Fix build.
Fixes: guix/guix#1165

* gnu/packages/patches/containerd-fix-includes.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/docker.scm (containerd)[source]: Use patch.

Change-Id: Ib6dc3d2bd7ab5de7726dce07ca904c9f27a492e7
2025-07-18 20:17:51 +02:00
Vinicius Monego
c76b30aaae
gnu: python-docker: Enable tests.
* gnu/packages/docker.scm (python-docker)[source]: Fetch from GitHub.
[arguments]: Remove '#:tests? #f'. Skip integration tests in
'#:test-flags'. Add phase 'pretend-version' before 'build'.
[native-inputs]: Add python-pytest.

Change-Id: Ia54e53d94ea3d402c9af7970095c69a18c0d44b3
2025-06-29 00:04:45 -03:00
Vinicius Monego
4069add1a0
gnu: python-docker: Update to 7.1.0.
* gnu/packages/docker.scm (python-docker): Update to 7.1.0.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-hatch-vcs, python-hatchling.
[inputs]: Remove python-six.
[propagated-inputs]: Remove python-docker-pycreds.

Change-Id: I921f9aa9bbaf582f0c2282acbb704846a6b31fb8
2025-06-29 00:04:45 -03:00
Artyom V. Poptsov
126bc9e4de
gnu: cqfd: Update to 5.6.0.
* gnu/packages/docker.scm (cqfd): Update to 5.6.0.

Change-Id: I3cc263121feece39fd3f6da973bca1c9e496fc9d
2025-04-12 22:58:14 +03:00
Sharlatan Hellseher
2a4bba2249
gnu: docker-registry: Limit amount of tests, fix build.
Reported in #76111: docker-registry fails to build after commit

The commit 1e4a22c4d7 introduced a
regression, where go-build-system was set to run all tests available in
the project.  This change limits amount of the tests.

* gnu/packages/docker.scm (docker-registry) [arguments] <test-subdirs>:
Limit to a portion of sub directories.

Reported-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Change-Id: Icbe530ff0f9e2e1fe80b2897833d231dd1e14d4a
2025-02-07 08:54:10 +00:00
Sharlatan Hellseher
4bbfa60670
gnu: containerd: Fix tests.
* gnu/packages/docker.scm (containerd) [arguments] <test-subdirs>: Limit
to project's root.

Change-Id: If77d2e7c62233c6664715c921591fc4766899d04
2025-01-21 23:42:18 +00:00
Sharlatan Hellseher
5edee68e49
gnu: go-github-com-sirupsen-logrus: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/docker.scm: Add golang-xyz module.

Change-Id: I31851e4ea52e7ad1f69ff6ec32f53f00bff6b105
2025-01-21 23:41:55 +00:00
Sharlatan Hellseher
26310a2e11
gnu: go-github-com-vishvananda-netlink: Move to golang-web.
* gnu/packages/linux.scm (go-github-com-vishvananda-netlink): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.

* gnu/packages/docker.scm: Add golang-web module.

Change-Id: I67bc7128e6ede1c717aefc089dbe3776dd885e40
2025-01-21 23:41:48 +00:00
Gabriel Wicki
5530282655
gnu: Fix whitespace issues in various descriptions.
This mainly addresses `double-space after sentence end period' and `trailing
white space' issues.

* gnu/packages/audio.scm (ecasound): Fix description.
* gnu/packages/axoloti.scm (ksoloti-runtime, ksoloti-patcher): Fix
description.
* gnu/packages/bioinformatics.scm (trf, ghc-int-interval-map): Fix
description.
* gnu/packages/chez.scm (chez-scheme, chez-scheme-bootstrap-bootfiles): Fix
description.
* gnu/packages/code.scm (cscope): Fix description.
* gnu/packages/compression.scm (c-blosc): Fix description.
* gnu/packages/connman.scm (connman): Fix description.
* gnu/packages/crypto.scm (libxcrypt): Fix description.
* gnu/packages/display-managers.scm (abstractdark-sddm-theme): Fix
description.
* gnu/packages/docker.scm (docker-registry): Fix description.
* gnu/packages/freedesktop.scm (xdg-user-dirs): Fix description.
* gnu/packages/game-development.scm (deutex, grfcodec): Fix description.
* gnu/packages/games.scm (chroma): Fix description.
* gnu/packages/geo.scm (xygrib): Fix description.
* gnu/packages/gnunet.scm (gnunet-scheme): Fix description.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-block-format): Fix description.
* gnu/packages/kodi.scm (fstrcmp): Fix description.
* gnu/packages/machine-learning.scm (vosk-api): Fix description.
* gnu/packages/messaging.scm (biboumi): Fix description.
* gnu/packages/music.scm (sooperlooper, samplebrain): Fix description.
* gnu/packages/perl.scm (perl-file-readbackwards): Fix description.
* gnu/packages/rocm.scm (rocm-bandwidth-test): Fix description.
* gnu/packages/scanner.scm (sane-airscan): Fix description.
* gnu/packages/security-token.scm (pkcs11-helper): Fix description.
* gnu/packages/shellutils.scm (shell-functools): Fix description.
* gnu/packages/textutils.scm (catdoc): Fix description.
* gnu/packages/tor.scm (tor): Fix description.
* gnu/packages/xdisorg.scm (xftwidth, xwallpaper): Fix description.
* gnu/packages/xfce.scm (xfce4-volumed-pulse): Fix description.

Change-Id: I911836d66eb780c0fa279e3aebf9d7fbd53bf00a
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2025-01-05 15:38:04 -08:00
Nicolas Graves
1c9a62192e
gnu: python-docker-pycreds: Move to pyproject-build-system.
* gnu/packages/docker.scm (python-docker-pycreds):
  [build-system]: Move to pyproject-build-system.
  [arguments]<#:test-flags>: Use it.
  <#:phases>: Remove uneeded field.
  [native-inputs]: Remove python-pytest-cov and python-flake8. Add
  python-setuptools, python-wheel.

Change-Id: Idde93a366fa187d2af915ed15801da2cdbaa3792
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-12-13 20:18:48 +00:00
Denis 'GNUtoo' Carikli
9f4d9fdafd
gnu: docker-registry: Update to 2.8.3.
* gnu/packages/docker.scm (docker-registry): Update to 2.8.3.

Change-Id: I48c4a739de66f48f4a7e9ced742fa111c48eb892
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-10-30 20:13:56 +00:00
Maxim Cournoyer
f59df1aa3c
build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-modules.
Until now users would have to cargo cult or inspect the private
%default-modules variable of (guix build-systems gnu) to discover which
modules to include when extending the used modules via the #:modules argument.

The renaming was automated via the command:

  $ git grep -l %gnu-build-system-modules
    | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i

* guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to...
(%default-gnu-imported-modules): ... this.
(%default-modules): Rename to...
(%default-gnu-modules): ... this.  Export.
(dist-package, gnu-build, gnu-cross-build): Adjust accordingly.

Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee
2024-08-31 10:42:16 +02:00
Sharlatan Hellseher
ae08b8ab05
gnu: docker-libnetwork-cmd-proxy: Improve package style.
* gnu/packages/docker.scm (docker-libnetwork-cmd-proxy): Improve package
style. Fix indentation.
[arguments]: Apply list style, adjust order of the keys.
[native-inputs]: Remove labels.
[description]: Adjust it, place on a new line.

Change-Id: I0cb59a3d9306291e4101f6c6d2e681ffd319ba9f
2024-07-27 09:33:28 +01:00
Sharlatan Hellseher
ef9a6e9132
gnu: go-netlink: Rename variable.
* gnu/packages/linux.scm (go-netlink): Renamve variable to
go-github-com-vishvananda-netlink to reflect go.mod import path.

* gnu/packages/networking.scm (yggdrasil) [propagated-inputs]: Remove
go-netlink, add go-github-com-vishvananda-netlink.
(nebula): [inputs]: Remove go-netlink, add go-github-com-vishvananda-netlink.

* gnu/packages/docker.scm (docker-libnetwork-cmd-proxy) [native-inputs]:
Remove go-netlink, add go-github-com-vishvananda-netlink.

Change-Id: I77658e6c7f5d57d8631b42c661466c6b7e08df50
2024-07-25 22:01:09 +01:00
Sharlatan Hellseher
da8d961036
gnu: go-netns: Rename varialbe.
* gnu/packages/networking.scm (go-netns): Rename variable to
go-github-com-vishvananda-netns to reflect go.mod import path.
(yggdrasil) [propagated-inputs]: Remove go-netns, add
go-github-com-vishvananda-netns.
(nebula): [inputs]: Remove go-netns, add go-github-com-vishvananda-netns.

* gnu/packages/docker.scm (docker-libnetwork-cmd-proxy) [native-inputs]:
Remove go-netns, add go-github-com-vishvananda-netns.

* gnu/packages/linux.scm (go-netlink) [native-inputs]: Remove go-netns,
add go-github-com-vishvananda-netns.

Change-Id: I49fb89a886134b0c768557ca4700c9be19c2c5d7
2024-07-25 21:45:40 +01:00
Sharlatan Hellseher
6d520b8c0c
gnu: docker: Apply "-trimpath" flag.
* gnu/packages/docker.scm (docker) [arguments]:
<#:phases>: Remove 'remove-go-references phase.
Set BUILDFLAGS=-trimpath to replace 'remove-go-references phase in
'build phase.

Change-Id: Iada1a8764808d26e476ca8ca87a23061834f78be
2024-06-29 09:37:40 +01:00
Maxim Cournoyer
4a8f265b17
gnu: cqfd: Update to 5.5.0.
* gnu/packages/docker.scm (cqfd): Update to 5.5.0.

Change-Id: Ib8ba9ee06744869efc1489beb4e2d56fe0cc06e0
2024-04-02 21:30:36 -04:00
Arun Isaac
92664f4ab3
Revert "gnu: python-docker: Update to 7.0.0."
This reverts commit d084fb4b04.

This breaks docker-compose. Until we can update to docker-compose 2.x, we
continue with an older python-docker.

Change-Id: I4954d1f072735b1e99de192b7df31b1be8179243
2024-03-16 20:55:07 +00:00
Arun Isaac
d084fb4b04
gnu: python-docker: Update to 7.0.0.
* gnu/packages/docker.scm (python-docker): Update to 7.0.0.
[native-inputs]: Add python-setuptools-scm.
[propagated-inputs]: Add python-packaging.

Change-Id: I1c23575836689e9bcdbcea22ea9d84520b0353a0
2024-03-10 23:58:10 +00:00
Sharlatan Hellseher
a4aac98bbb
gnu: go-golang-org-x-sys: Move to golang-build.
* gnu/packages/golang.scm (go-golang-org-x-sys): Move
from here ...
* gnu/packages/golang-build.scm: ... to here.

* gnu/packages/curl.scm: Add (gnu packages golang-build) module.
* gnu/packages/databases.scm: As above.
* gnu/packages/docker.scm: As above.
* gnu/packages/golang-build.scm: As above.
* gnu/packages/golang.scm: As above.
* gnu/packages/irc.scm: As above.
* gnu/packages/linux.scm: As above.
* gnu/packages/password-utils.scm: As above.
* gnu/packages/syncthing.scm: As above.
* gnu/packages/textutils.scm: As above.
* gnu/packages/vpn.scm: As above.
* gnu/packages/weather.scm: As above.
* gnu/packages/web.scm: As above.

Change-Id: I161e89cacb9aa87b4fbb643ecd9ad32cfe49c9d7
2024-02-13 14:19:05 +00:00
Christian Miller
0869b0e6a3
gnu: docker: Update to 20.10.27.
Fixes <https://issues.guix.gnu.org/68053>.

* gnu/packages/docker.scm (%docker-version): Update to 20.10.27.
(docker-libnetwork): Update to 20.10-3.3797618.
(docker)[native-inputs]: Replace go-1.19 with go-1.20.

Change-Id: Ie4cc54f62c89f3a6c83969d1e7e425189c370482
Signed-off-by: Hilton Chain <hako@ultrarare.space>
2024-01-13 13:57:10 +08:00
Efraim Flashner
7696c8819f
gnu: docker-libnetwork-cmd-proxy: Skip tests on most architectures.
* gnu/packages/docker.scm (docker-libnetwork-cmd-proxy)[arguments]: Skip
the tests unless building on x86_64-linux and not cross-building.

Change-Id: I35028bd728920840370fe641240053baa3a4585f
2023-11-29 21:45:00 +02:00
Hilton Chain
a9b42ae7eb
gnu: docker: Update to 20.10.25.
* gnu/packages/docker.scm (%docker-version): Update to 20.10.25.
(docker-libnetwork): Update to 20.10-2.3f00484.
(docker)[native-inputs]: Replace go with go-1.19.
2023-08-29 22:20:40 +08:00
Hilton Chain
48727c74ac
gnu: containerd: Update to 1.6.22.
* gnu/packages/docker.scm (containerd): Update to 1.6.22.
[#:phases]<patch-paths>: Patch Runtime name.
2023-08-29 22:20:33 +08:00
Maxim Cournoyer
6fe9a004db
gnu: cqfd: Update to 5.4.0.
* gnu/packages/docker.scm (cqfd): Update to 5.4.0.
[arguments]: Use gexps.  Add #:make-flags.  Remove install phase override.
2023-06-10 16:53:48 -04:00
Maxim Cournoyer
381da6260f
gnu: docker-compose: Use python-jsonschema-3 to fix build.
* gnu/packages/docker.scm (docker-compose) [inputs]: Replace python-jsonschema
with python-jsonschema-3.
2023-04-24 20:02:26 -04:00
Denis 'GNUtoo' Carikli
46013fccb7
gnu: Add docker-registry.
* gnu/packages/docker.scm (docker-registry): New variable.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-17 15:44:59 +00:00
Danny Milosavljevic
7e0ad0dd0f
gnu: docker: Fix tests.
Fixes <https://issues.guix.gnu.org/59551>.
Reported by Edison Ibáñez <arkhan@riseup.net>

* gnu/packages/linux.scm (xfsprogs-5.9): New variable.
* gnu/packages/docker.scm (docker)[inputs]: Replace xfsprogs by xfsprogs-5.9.
2022-11-25 14:46:15 +01:00
Oleg Pykhalov
b33e1a183f
services: docker: Fix race condition.
Fixes <https://issues.guix.gnu.org/38432>.

* gnu/packages/patches/containerd-create-pid-file.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add this.
* gnu/packages/docker.scm (containerd)[source]: Add this patch.
* gnu/services/docker.scm
(containerd-shepherd-service): Add #:pid-file and #:pid-file-timeout.
* gnu/services/docker.scm (docker-shepherd-service): Add --containerd flag.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-13 21:36:41 -04:00
Maxim Cournoyer
487070c425
gnu: docker: Honor TESTS? and please guix lint.
* gnu/packages/docker.scm (docker)[phases]{patch-paths}: Split long lines.
{check}: Honor TESTS?.
[synopsis]: Do not start synopsis with package name.
2022-06-23 23:54:29 -04:00
Pierre Langlois
168a4955a3
gnu: docker: Switch to gexp and new input style.
* gnu/packages/docker.scm (docker)[arguments]: Rewrite as gexps.  Switch
to using search-input-file.
[inputs]: Use new style inputs.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23 23:54:29 -04:00
Pierre Langlois
185ae9b410
gnu: docker: Update to 20.10.17.
* gnu/packages/docker.scm (%docker-version): Update to 20.10.17.
(docker-libnetwork)[source]: Update commit according to vendor.conf.  Reset
revision to 1.  Simplify snippet.
(docker)[origin]: Remove docker-fix-tests.patch.
[arguments]: Adapt 'patch-paths phase, substitute "ip6tables" and
buildkit-qemu.  Remove trailing #t.
[native-inputs]: Replace go-1.14 by go.
(docker-cli)[source]: Update hash.
[arguments]: Set GO_LINKMODE to "dynamic".  Remove trailing #t.
[phases]{check}: Replace 'if' with 'when'.
* gnu/packages/networking.scm (go-sctp): Update commit according to
docker-libnetwork's vendor.conf.
* gnu/packages/patches/docker-fix-tests.patch: Delete.
* gnu/local.mk (dist_patch_DATA): Remove patch.

Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23 23:54:19 -04:00
Pierre Langlois
6c1dac4f06
gnu: docker: Fix mkfs.xfs reference.
* gnu/packages/docker.scm (docker)[arguments]: Refer to sbin/mkfs.xfs
instead of bin/mkfs.xfs.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23 23:17:46 -04:00
Pierre Langlois
c37d970f4d
gnu: containerd: Switch to gexp arguments.
* gnu/packages/docker.scm (containerd)[arguments]: Rewrite as gexps.
Pass all flags via make-flags variable.  Switch to using
search-input-file.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23 23:17:45 -04:00
Pierre Langlois
f3a16cab5a
gnu: containerd: Update to 1.6.6.
* gnu/packages/docker.scm (containerd): Update to 1.6.6.
[arguments]: Substitute runc binary for "pkg/cri/config/config_unix.go".  Set
PREFIX to empty string, as the install directory is $DESTDIR/$PREFIX.

Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23 23:17:28 -04:00
Pierre Langlois
575dffef01
gnu: containerd: Fix patch-paths build phase.
* gnu/packages/docker.scm (containerd)[arguments]: Add 'patch-paths
phases after 'unpack because 'chdir doesn't exist.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-23 23:03:31 -04:00
zimoun
4ed48f587e
gnu: docker-compose: Use python-pyyaml@5.
* gnu/packages/docker.scm (docker-compose)[inputs]: Replace python-pyyaml by
python-pyyaml-5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-27 23:23:44 +02:00
Marius Bakke
4ccb22802c
gnu: python-websocket-client: Update to 1.2.3.
* gnu/packages/python-web.scm (python-websocket-client): Update to 1.2.3.
[arguments]: Override check phase.
[native-inputs]: Add PYTHON-WEBSOCKETS and PYTHON-PYTEST.
[propagated-inputs]: Remove.
[properties]: Remove.
(python2-websocket-client): Remove variable.
(python-websocket-client-0.59): New variable.
* gnu/packages/docker.scm (docker-compose)[inputs]: Change from
PYTHON-WEBSOCKET-CLIENT to PYTHON-WEBSOCKET-CLIENT-0.59.
2022-01-12 23:50:17 +01:00
Maxim Cournoyer
c233b7b422
gnu: cqfd: Update to 5.3.0.
* gnu/packages/docker.scm (cqfd): Update to 5.3.0.
2022-01-05 23:02:25 -05:00
Sarah Morgensen
717be95339
build-system/go: Use go-1.17 by default.
Build all Go packages with go-1.17 by default.  Explicitly specify an
older Go version in packages which cannot build with go-1.17.

* gnu/packages/golang.scm (go): Update from 'go-1.14' to 'go-1.17'.
* gnu/packages/docker.scm (docker)[native-inputs]: Explicitly use 'go-1.14'.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-cmdkit-files)[arguments]:
Explicitly use Go 1.16.
(go-ipfs)[arguments]: Use the default version of Go.
* gnu/packages/syncthing.scm (syncthing)[arguments]: Likewise.
* gnu/packages/admin.scm (runitor)[arguments]: Likewise.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-24 16:32:25 -05:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Maxim Cournoyer
59dd9218fb
gnu: docker-compose: Update to 1.29.2.
* gnu/packages/docker.scm (docker-compose): Update to 1.29.2.
[inputs]: Add python-dotenv and python-distro.
2021-11-11 12:18:31 -05:00
Maxim Cournoyer
d396897795
gnu: python-docker: Update to 5.0.3 and remove obsolete package variants.
* gnu/packages/docker.scm (python-docker): Update to 5.0.3.
* gnu/packages/python-web.scm (python-requests-2.20): Delete unused package
variant.
(python-urllib3-1.24): Likewise.
2021-11-11 12:18:30 -05:00
Maxim Cournoyer
e35383a76f
gnu: docker: Replace tini by tini-static.
The dynamically linked tini could fail in some environments, causing 'docker
run' to exit with the following unhelpful error message:

  standard_init_linux.go:219: exec user process caused: no such file or
  directory

Use the statically linked tini binary instead, which should work everywhere.

* gnu/packages/docker.scm (docker)[phases]{patch-paths}: Replace 'tini' by
'tini-static'.
2021-06-10 00:57:00 -04:00
Maxim Cournoyer
352f23f71c
gnu: tini: Update to 0.19.0 and provide tini-static.
* gnu/packages/docker.scm (tini): Update to 0.19.0.  Remove trailing #t.
[phases]: Remove argument.
[configure-flags]: New argument, to clear the CMAKE_INSTALL_RPATH option.
2021-06-10 00:57:00 -04:00
Maxim Cournoyer
7bf82f5ede
gnu: containerd: Update to 1.4.4.
* gnu/packages/docker.scm (containerd): Update to 1.4.4.  Delete
trailing #t.
[arguments]: Set a MAKE-FLAGS binding.
[phases]{patch-paths}: Patch the reference to 'unpigz'.
{build, install}: Use the MAKE-FLAGS variable.
[inputs]: Add pigz.
* gnu/packages/patches/containerd-test-with-go1.13.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Un-register it.
2021-04-02 23:33:42 -04:00
Léo Le Bouter
9d74b66de7
gnu: docker-cli: Fix source hash.
This is a follow-up to commit 83cda00bc6.

* gnu/packages/docker.scm (docker-cli): Fix source hash caused by cascading
%docker-version variable changes.
2021-03-11 04:36:22 +01:00
Léo Le Bouter
9b52ae19b1
gnu: containerd: Update to 1.3.10 [security fixes].
* gnu/packages/docker.scm (containerd): Update to 1.3.10.
2021-03-10 23:37:52 +01:00
Léo Le Bouter
83cda00bc6
gnu: docker: Update to 19.03.15 [security fixes].
* gnu/packages/docker.scm (%docker-version): Bump to 19.03.15.
(docker-libnetwork): Bump to 19.03-1.55e924b.
(docker):
[source]: Set git-reference url to 'https://github.com/moby/moby'.
[arguments]<#:phases>: Modify 'delete-failing-tests phase to delete
'signal_linux_test.go'.
2021-03-10 23:37:52 +01:00