From 8da8626f59d7fd6dd51c0a548f411bc335fadb26 Mon Sep 17 00:00:00 2001 From: viferga Date: Thu, 29 Oct 2020 12:30:45 -0800 Subject: [PATCH] Rename GuixSD to Guix. --- .travis.yml | 2 +- Dockerfile | 2 +- README.md | 2 +- TODO | 4 ++-- scripts/entry-point.sh | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0fe117f..317cff4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ # # MetaCall Guix by Parra Studios -# Docker image for using GuixSD in a CI/CD environment. +# Docker image for using Guix in a CI/CD environment. # # Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # diff --git a/Dockerfile b/Dockerfile index 3b3e471..8b5f3dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # MetaCall Guix by Parra Studios -# Docker image for using GuixSD in a CI/CD environment. +# Docker image for using Guix in a CI/CD environment. # # Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # diff --git a/README.md b/README.md index 6a8b858..491ca96 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # MetaCall Guix -Docker image for using GuixSD in a CI/CD environment. +Docker image for using Guix in a CI/CD environment. diff --git a/TODO b/TODO index f723100..60b33aa 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,3 @@ -- Produce a self contained image of GuixSD inside Docker removing Alpine from base image and using scratch. Possible solution: - * Multi-build stage and using GuixSD to pack itself. Then create a layer with GuixSD files only. +- Produce a self contained image of Guix inside Docker removing Alpine from base image and using scratch. Possible solution: + * Multi-build stage and using Guix to pack itself. Then create a layer with Guix files only. - Implement multi-platform builds (https://github.com/docker/buildx) and (https://ftp.gnu.org/gnu/guix/). diff --git a/scripts/entry-point.sh b/scripts/entry-point.sh index b297866..f93fc6e 100755 --- a/scripts/entry-point.sh +++ b/scripts/entry-point.sh @@ -2,7 +2,7 @@ # # MetaCall Guix by Parra Studios -# Docker image for using GuixSD in a CI/CD environment. +# Docker image for using Guix in a CI/CD environment. # # Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia #