From db05b835ac39677cf6661d10980fff83b0218e27 Mon Sep 17 00:00:00 2001 From: Jochen Date: Fri, 7 Jun 2024 21:19:18 +0200 Subject: [PATCH] [TASK] Rename project to "ddev-gitlab-ci" --- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- README.md | 2 +- build.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2a874b..2626fe1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ ddev-initialize: stage: project-template-test - image: ghcr.io/ochorocho/ddev-docker:v1.23.1 + image: ghcr.io/ochorocho/ddev-gitlab-ci:v1.23.1 services: - name: docker:dind when: always diff --git a/Dockerfile b/Dockerfile index 59b291a..8d81794 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker:latest -LABEL org.opencontainers.image.source https://github.com/ochorocho/ddev-docker +LABEL org.opencontainers.image.source=https://github.com/ochorocho/ddev-gitlab-ci ARG ddev_version ENV DDEV_VERSION=${ddev_version} diff --git a/README.md b/README.md index 64b2354..fb18555 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DDEV Docker in Docker (dind) +# DDEV GitLab CI - Docker in Docker (dind) This image is most likely to be used within the GitLab Runner. As of now it only tested it on gitlab.com diff --git a/build.sh b/build.sh index 9e55476..bccd43b 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ GITHUB_OWNER=ddev PUSH="" -IMAGE_NAME="ghcr.io/ochorocho/ddev-docker" +IMAGE_NAME="ghcr.io/ochorocho/ddev-gitlab-ci" DDEV_VERSION="" # @todo: