-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update magic Dante paths to the new ones #298
Conversation
Generate changelog in
|
@@ -5,7 +5,7 @@ services: | |||
image: vimagick/dante:latest |
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 should change this from latest so this doesn't happen in future.
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.
Oh, they only have latest :( :( https://hub.docker.com/r/vimagick/dante/tags
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.
Cool. Should I set this to the commit hash?
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.
Yeah, if that works I would do that
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.
ah, okay. Yeah I wasn't aware how to set it when no real versions exist 😅
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.
🌶️ 🌶️ 🌶️
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.
(To be clear, I wasn't aware if that works - I was just hoping it might)
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.
Trying the commit hash locally didn't seem to work, so we'll just go ahead with this in the short term.
👍 |
Released 1.1.1 |
Thanks @CRogers! |
Before this PR
Dante referenced some static paths in its dockerfile, that DPR references in its yml file.
After this PR
The paths have changed: vimagick/dockerfiles@410c297#diff-16814e8cd706b29de1ba77f011fd96f1b245ca6641b3af63b0f787af54284f90 and this PR updates the paths used in DPR to have latest pulls work.
Possible downsides?