From 94e41fec4cc9c7d95d61058907e21b898a563d27 Mon Sep 17 00:00:00 2001 From: Griefed <griefed@griefed.de> Date: Wed, 18 Nov 2020 16:01:55 +0100 Subject: [PATCH] Replace image references with online ressources so they still display on DockerHub --- .gitlab/.readme_variables | 4 ++-- .gitlab/readme_template | 4 ++-- README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab/.readme_variables b/.gitlab/.readme_variables index 0e3817a..924433d 100644 --- a/.gitlab/.readme_variables +++ b/.gitlab/.readme_variables @@ -1,7 +1,7 @@ export GITHUB_REPONAME='docker-D-Zone' export GITHUB_USERNAME='Griefed' -export GITHUB_REPONAME_HEADER='docker-D-Zone_header.png' -export GITHUB_REPONAME_SCREENSHOT='docker-D-Zone_screenshot.png' +export GITHUB_REPONAME_HEADER='https://i.griefed.de/images/2020/11/18/docker-D-Zone_header.png' +export GITHUB_REPONAME_SCREENSHOT='https://i.griefed.de/images/2020/11/18/docker-D-Zone_screenshot.png' export DOCKERHUB_REPONAME='d-zone' export DOCKERHUB_TAG_ONE='port' export DOCKERHUB_TAG_TWO='proxy' diff --git a/.gitlab/readme_template b/.gitlab/readme_template index 7ad3f07..e53bf32 100644 --- a/.gitlab/readme_template +++ b/.gitlab/readme_template @@ -1,4 +1,4 @@ -[](https://github.com/$GITHUB_USERNAME/$GITHUB_REPONAME) +[](https://github.com/$GITHUB_USERNAME/$GITHUB_REPONAME) --- @@ -13,7 +13,7 @@ $GITHUB_REPONAME $DESCRIPTION -[](https://github.com/$CREATOR_USERNAME/$CREATOR_REPONAME) +[](https://github.com/$CREATOR_USERNAME/$CREATOR_REPONAME) --- diff --git a/README.md b/README.md index 2fc27c6..3e34b30 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](https://github.com/d-zone-org/d-zone) +[](https://github.com/Griefed/docker-D-Zone) --- @@ -19,7 +19,7 @@ D-Zone is a graphical simulation meant to abstractly represent the activity in y Creates a Container which runs [d-zone-org's](https://github.com/d-zone-org) [d-zone](https://github.com/d-zone-org/d-zone), with [lsiobase/alpine](https://hub.docker.com/r/lsiobase/alpine) as the base image, as seen on https://pixelatomy.com/dzone/?s=default. -The lsiobase/alpine image is a custom base image built with [Alpine linux](https://alpinelinux.org/) and [S6 overlay](https://github.com/just-containers/s6-overlay). +The [lsiobase/alpine](https://hub.docker.com/r/lsiobase/alpine) image is a custom base image built with [Alpine linux](https://alpinelinux.org/) and [S6 overlay](https://github.com/just-containers/s6-overlay). Using this image allows us to use the same user/group ids in the container as on the host, making file transfers much easier ## Deployment -- GitLab