Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « ci - gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98f3994d4b77dd49d38f7e7b04daf7098c7d6c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
```