Age | Commit message (Expand) | Author |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-11-11 | 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.
| Maxim Cournoyer |
2021-11-11 | 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.
| Maxim Cournoyer |
2021-06-10 | 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'.
| Maxim Cournoyer |
2021-06-10 | 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.
| Maxim Cournoyer |
2021-04-02 | 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.
| Maxim Cournoyer |
2021-03-11 | gnu: docker-cli: Fix source hash....This is a follow-up to commit 83cda00bc62d665f05d37d07c78a1c4eab5297f0.
* gnu/packages/docker.scm (docker-cli): Fix source hash caused by cascading
%docker-version variable changes.
| Léo Le Bouter |
2021-03-10 | gnu: containerd: Update to 1.3.10 [security fixes]....* gnu/packages/docker.scm (containerd): Update to 1.3.10.
| Léo Le Bouter |
2021-03-10 | 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'.
| Léo Le Bouter |
2021-02-08 | gnu: docker: Update to 19.03.13....* gnu/packages/docker.scm (docker, docker-cli): Update to 19.03.13.
| Oleg Pykhalov |
2020-11-21 | gnu: python-docker: Propagate runtime dependency....* gnu/packages/docker.scm (python-docker)[inputs]: Move
PYTHON-WEBSOCKET-CLIENT from here ...
[propagated-inputs]: ... to here.
| Marius Bakke |
2020-11-14 | gnu: cqfd: Update to 5.2.1....* gnu/packages/docker.scm (cqfd): Update to 5.2.1.
| Maxim Cournoyer |
2020-10-16 | gnu: containerd: Don't 'chdir' in build phases....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.
| Oleg Pykhalov |
2020-10-16 | gnu: docker-cli: Fix build....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.
| Efraim Flashner |
2020-09-21 | gnu: docker: Compile with seccomp enabled....* gnu/packages/docker.scm (docker)[arguments]: Adjust custom 'configure
phase to enable seccomp support.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Jesse Dowell |
2020-09-21 | gnu: docker: Synchronize docker dependencies with the current version of docker....* gnu/packages/docker.scm (docker-libnetwork): Update to 19.03-1.026aaba.
[source]: Follow URI redirection.
[arguments]: Adjust import-path accordingly.
[home-page]: Same.
* gnu/packages/networking.scm (go-sctp): Update to 0.0.0-2.6e2cb13.
[arguments]: Skip test suite.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Jesse Dowell |
2020-09-05 | gnu: python-docker-py: Rename to python-docker....This is a follow-up to commit 3146b6da6dd3124f8693f48a9ed7ff8208324e23.
* gnu/packages/docker.scm (python-docker-py): Rename to...
(python-docker): ...this.
(docker-compose): Adjust inputs.
* gnu/packages/android.scm (fdroidserver): Adjust inputs.
| Andreas Enge |