-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#13779: Decouple docker from maven #30
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may not need an .env
file.
What do you think?
@@ -0,0 +1 @@ | |||
PROJECT_VERSION=0.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you're using this for sane defaults?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's used for defaults only.
docker_run/docker-compose.yml
Outdated
@@ -16,7 +16,7 @@ services: | |||
retries: 5 | |||
|
|||
prometheusdbexporter: | |||
image: simpledotorg/prometheusdbexporter:0.0.0 | |||
image: simpledotorg/prometheusdbexporter:ademarcq-13779.236 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean we are fixing all subsequent runs to this version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for spotting this.
yes, it should have stayed 0.0.0, I just wrongly committed a file after my local tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…per our conversation above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Minimal changes to "Decouple docker from maven".
Tested locally and with the image added in dockerhub
steps to validate it works:
0.0.0
byademarcq-13779.239
at line 19