summaryrefslogtreecommitdiff
path: root/gnu/packages/docker.scm
AgeCommit message (Collapse)Author
2025-02-07gnu: docker-registry: Limit amount of tests, fix build.Sharlatan Hellseher
Reported in #76111: docker-registry fails to build after commit The commit 1e4a22c4d7a03ec8614b02f0878bc38b6ba54580 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-01-21gnu: containerd: Fix tests.Sharlatan Hellseher
* gnu/packages/docker.scm (containerd) [arguments] <test-subdirs>: Limit to project's root. Change-Id: If77d2e7c62233c6664715c921591fc4766899d04
2025-01-21gnu: go-github-com-sirupsen-logrus: Move to golang-xyz.Sharlatan Hellseher
* 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-21gnu: go-github-com-vishvananda-netlink: Move to golang-web.Sharlatan Hellseher
* 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-05gnu: Fix whitespace issues in various descriptions.Gabriel Wicki
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>
2024-12-13gnu: python-docker-pycreds: Move to pyproject-build-system.Nicolas Graves
* 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-10-30gnu: docker-registry: Update to 2.8.3.Denis 'GNUtoo' Carikli
* gnu/packages/docker.scm (docker-registry): Update to 2.8.3. Change-Id: I48c4a739de66f48f4a7e9ced742fa111c48eb892 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and ↵Maxim Cournoyer
%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-07-27gnu: docker-libnetwork-cmd-proxy: Improve package style.Sharlatan Hellseher
* 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-25gnu: go-netlink: Rename variable.Sharlatan Hellseher
* 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-25gnu: go-netns: Rename varialbe.Sharlatan Hellseher
* 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-06-29gnu: docker: Apply "-trimpath" flag.Sharlatan Hellseher
* 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-04-02gnu: cqfd: Update to 5.5.0.Maxim Cournoyer
* gnu/packages/docker.scm (cqfd): Update to 5.5.0. Change-Id: Ib8ba9ee06744869efc1489beb4e2d56fe0cc06e0
2024-03-16Revert "gnu: python-docker: Update to 7.0.0."Arun Isaac
This reverts commit d084fb4b04a1cebb59959633660013fff495cd0d. 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-10gnu: python-docker: Update to 7.0.0.Arun Isaac
* 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-02-13gnu: go-golang-org-x-sys: Move to golang-build.Sharlatan Hellseher
* 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-01-13gnu: docker: Update to 20.10.27.Christian Miller
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>
2023-11-29gnu: docker-libnetwork-cmd-proxy: Skip tests on most architectures.Efraim Flashner
* 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-08-29gnu: docker: Update to 20.10.25.Hilton Chain
* 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-29gnu: containerd: Update to 1.6.22.Hilton Chain
* gnu/packages/docker.scm (containerd): Update to 1.6.22. [#:phases]<patch-paths>: Patch Runtime name.
2023-06-10gnu: cqfd: Update to 5.4.0.Maxim Cournoyer
* gnu/packages/docker.scm (cqfd): Update to 5.4.0. [arguments]: Use gexps. Add #:make-flags. Remove install phase override.
2023-04-24gnu: docker-compose: Use python-jsonschema-3 to fix build.Maxim Cournoyer
* gnu/packages/docker.scm (docker-compose) [inputs]: Replace python-jsonschema with python-jsonschema-3.
2023-02-17gnu: Add docker-registry.Denis 'GNUtoo' Carikli
* 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>
2022-11-25gnu: docker: Fix tests.Danny Milosavljevic
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-07-13services: docker: Fix race condition.Oleg Pykhalov
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-06-23gnu: docker: Honor TESTS? and please guix lint.Maxim Cournoyer
* gnu/packages/docker.scm (docker)[phases]{patch-paths}: Split long lines. {check}: Honor TESTS?. [synopsis]: Do not start synopsis with package name.
2022-06-23gnu: docker: Switch to gexp and new input style.Pierre Langlois
* 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-23gnu: docker: Update to 20.10.17.Pierre Langlois
* 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-23gnu: docker: Fix mkfs.xfs reference.Pierre Langlois
* 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-23gnu: containerd: Switch to gexp arguments.Pierre Langlois
* 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-23gnu: containerd: Update to 1.6.6.Pierre Langlois
* 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-23gnu: containerd: Fix patch-paths build phase.Pierre Langlois
* 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-04-27gnu: docker-compose: Use python-pyyaml@5.zimoun
* gnu/packages/docker.scm (docker-compose)[inputs]: Replace python-pyyaml by python-pyyaml-5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-12gnu: python-websocket-client: Update to 1.2.3.Marius Bakke
* 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-05gnu: cqfd: Update to 5.3.0.Maxim Cournoyer
* gnu/packages/docker.scm (cqfd): Update to 5.3.0.
2021-12-24build-system/go: Use go-1.17 by default.Sarah Morgensen
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-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-11-11gnu: docker-compose: Update to 1.29.2.Maxim Cournoyer
* gnu/packages/docker.scm (docker-compose): Update to 1.29.2. [inputs]: Add python-dotenv and python-distro.
2021-11-11gnu: python-docker: Update to 5.0.3 and remove obsolete package variants.Maxim Cournoyer
* 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-06-10gnu: docker: Replace tini by tini-static.Maxim Cournoyer
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-10gnu: tini: Update to 0.19.0 and provide tini-static.Maxim Cournoyer
* 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-04-02gnu: containerd: Update to 1.4.4.Maxim Cournoyer
* 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-03-11gnu: docker-cli: Fix source hash.Léo Le Bouter
This is a follow-up to commit 83cda00bc62d665f05d37d07c78a1c4eab5297f0. * gnu/packages/docker.scm (docker-cli): Fix source hash caused by cascading %docker-version variable changes.
2021-03-10gnu: containerd: Update to 1.3.10 [security fixes].Léo Le Bouter
* gnu/packages/docker.scm (containerd): Update to 1.3.10.
2021-03-10gnu: docker: Update to 19.03.15 [security fixes].Léo Le Bouter
* 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-02-08gnu: docker: Update to 19.03.13.Oleg Pykhalov
* gnu/packages/docker.scm (docker, docker-cli): Update to 19.03.13.
2020-11-21gnu: python-docker: Propagate runtime dependency.Marius Bakke
* gnu/packages/docker.scm (python-docker)[inputs]: Move PYTHON-WEBSOCKET-CLIENT from here ... [propagated-inputs]: ... to here.
2020-11-14gnu: cqfd: Update to 5.2.1.Maxim Cournoyer
* gnu/packages/docker.scm (cqfd): Update to 5.2.1.
2020-10-16gnu: containerd: Don't 'chdir' in build phases.Oleg Pykhalov
This fixes breaks the 'install-license-files' phase added in 6b793fa66218337a1f638466753cd5326a6a6c18 and is generally not good practice. * gnu/packages/docker.scm (containerd): [arguments]: Use 'with-directory-excursion' instead of 'chdir' in build phases.
2020-10-16gnu: docker-cli: Fix build.Efraim Flashner
This is a follow-up to 6b793fa66218337a1f638466753cd5326a6a6c18. * gnu/packages/docker.scm (docker-cli)[arguments]: In custom 'install phase don't change directory to install 'docker' binary.