Add version information to Quay on startup
Fixes https://jira.coreos.com/browse/QUAY-802
This commit is contained in:
parent
79258fc498
commit
3f1bfc3d9a
3 changed files with 30 additions and 1 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue