diff options
Diffstat (limited to 'ci/README.md')
-rw-r--r-- | ci/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ci/README.md b/ci/README.md new file mode 100644 index 0000000..98f3994 --- /dev/null +++ b/ci/README.md @@ -0,0 +1,16 @@ +# Remmina docker images + +To update/push images you need permissions for this repository: + +https://gitlab.com/Remmina/Remmina/container_registry/ + +To build and push: + +```shell +# cd where is the Dockerfile +# login with your Gitlab account and a personal access token +docker build -t registry.gitlab.com/remmina/remmina/ubuntu:20.04 --no-cache --force-rm --compress . +docker push registry.gitlab.com/remmina/remmina/ubuntu:20.04 +``` + + |