forked from solita/docker-systemd
-
Notifications
You must be signed in to change notification settings - Fork 1
Development
Jeroen Vermeulen edited this page Jun 8, 2018
·
1 revision
docker login
git checkout xenial
docker build -t magehost/ubuntu-systemd:xenial .
docker tag magehost/ubuntu-systemd:xenial magehost/ubuntu-systemd:16.04
docker push magehost/ubuntu-systemd:xenial
docker push magehost/ubuntu-systemd:16.04
git checkout bionic
docker build -t magehost/ubuntu-systemd:bionic .
docker tag magehost/ubuntu-systemd:bionic magehost/ubuntu-systemd:18.04
docker tag magehost/ubuntu-systemd:bionic magehost/ubuntu-systemd:latest
docker push magehost/ubuntu-systemd:bionic
docker push magehost/ubuntu-systemd:18.04
docker push magehost/ubuntu-systemd:latest