Skip to content

Commit

Permalink
famous-quotes: change environment variable names for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
imcsk8 committed Nov 20, 2019
1 parent 1e7052e commit 37b5bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions famous-quotes/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.12
LABEL maintainer="[email protected]"

ENV MYSQL_VERSION=1.0 \
ENV QUOTES_VERSION=1.0 \
SUMMARY="Famous Quotes" \
DESCRIPTION="Famous Quotes is a PoC application for Go and MySQL"

Expand All @@ -13,7 +13,7 @@ LABEL summary="$SUMMARY" \
io.openshift.tags="poc,mysql,golang" \
name="redhattraining/famous-quotes" \
version="1.0" \
usage="docker run -d -e MYSQL_USER=user -e MYSQL_PASSWORD=pass -e MYSQL_DATABASE=db -p 8000:8000 redhattraining/famous-quotes" \
usage="docker run -d -e QUOTES_USER=user -e QUOTES_PASSWORD=pass -e QUOTES_DATABASE=db -p 8000:8000 redhattraining/famous-quotes" \
maintainer="Iván Chavero <[email protected]>"

EXPOSE 8000
Expand Down

0 comments on commit 37b5bc0

Please sign in to comment.