summaryrefslogtreecommitdiff
path: root/guix/docker.scm
AgeCommit message (Expand)Author
2024-01-08guix: docker: Build layered images.Oleg Pykhalov
2021-11-23docker: Enable arm64 docker image building for 'guix pack'.Collin J. Doering
2021-07-05guix: docker: Ensure repository name length limits are met.Maxim Cournoyer
2021-06-29pack: Factorize base tar options.Maxim Cournoyer
2021-02-08docker: Pass '--hard-dereference' to 'tar' to ensure reproducible builds.Ludovic Courtès
2019-09-16pack: Provide a meaningful "repository name" for Docker.Ludovic Courtès
2019-08-27docker: Take a list of directives instead of a list of symlinks.Ludovic Courtès
2019-07-25maint: Switch to Guile-JSON 3.x.Ludovic Courtès
2019-07-04pack: 'docker' backend records the profile's search paths.Ludovic Courtès
2019-05-15docker: 'build-docker-image' accepts an optional #:entry-point.Ludovic Courtès
2018-11-29docker: Hide scary-looking but harmless tar failure messages.Ludovic Courtès
2018-11-06pack: Docker backend now honors '--localstatedir'.Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès
2018-06-01pack: Use 'with-extensions' when referring to (guix docker).Ludovic Courtès
2018-03-24guix: Rewrite build-docker-image to allow more paths.Chris Marusich
2017-03-18pack: Add '--target'.Ludovic Courtès
2017-03-16pack: Honor symlinks in the Docker back-end.Ludovic Courtès
2017-03-16docker: Build images in a reproducible fashion.Ludovic Courtès
2017-03-16pack: Use a fixed timestamp in Docker images.Ludovic Courtès
2017-03-16pack: Add '--format' option and Docker output support.Ludovic Courtès
2017-03-16utils: Move base16 procedures to (guix base16).Ludovic Courtès
2017-01-06guix: Add Docker image export.Ricardo Wurmus