# See https://docs.docker.com/engine/security/trust/
#
# Enable Docker Content Trust
export DOCKER_CONTENT_TRUST=1
# Sign and Push Images with Docker Content Trust
# Log into Docker Hub with Docker 1.8+
docker login
#With Docker Content Trust enabled, push an image to Hub. When you push, Docker will note you have no keys, create them, and prompt you for a passphrase to encrypt them:
docker tag ucnebase:$UCNEBASE_VERSION sibswiss/ucnebase:$UCNEBASE_VERSION