Add version information to Quay on startup

Fixes https://jira.coreos.com/browse/QUAY-802
This commit is contained in:
Joseph Schorr 2018-05-31 17:01:09 -04:00
parent 79258fc498
commit 3f1bfc3d9a
3 changed files with 30 additions and 1 deletions

View file

@ -14,6 +14,23 @@ then
fi
cat << "EOF"
__ __
/ \ / \ ______ _ _ __ __ __
/ /\ / /\ \ / __ \ | | | | / \ \ \ / /
/ / / / \ \ | | | | | | | | / /\ \ \ /
\ \ \ \ / / | |__| | | |__| | / ____ \ | |
\ \/ \ \/ / \_ ___/ \____/ /_/ \_\ |_|
\__/ \__/ \ \__
\___\ by Red Hat
Build, Store, and Distribute your Containers
EOF
venv/bin/python -m displayversion
case "$MODE" in
"interactive")
echo "Copying $MODE files"