Skip to content
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

Upgrade Dockerize to v0.8.0 #200

Merged
merged 1 commit into from
Sep 20, 2022
Merged

Upgrade Dockerize to v0.8.0 #200

merged 1 commit into from
Sep 20, 2022

Conversation

FelicianoTech
Copy link
Contributor

@FelicianoTech FelicianoTech commented Sep 20, 2022

Fixes #198

This Dockerize update is mainly being done in preparation for upcoming arm64 image support. The current version we were using was amd64 only. Diving a bit deeper though...

The version of Dockerize we've been using has been stuck in time. For two reasons. 1) The original project, https://github.com/jwilder/dockerize, is no longer maintained. So there hasn't been new releases. 2) We were using a release from the project stored in our S3 bucket.

We're switching to a fork that has been accepted by many on the community. Relevant is this GitHub Issue in the official Docker Docs as well as this follow up PR that actually makes the suggestion change over to this newer project. We're switching to this fork.

v0.8.0 was chosen for a specific reason. I don't want to jump straight to v0.16.3 in case there are breaking changes we're not aware of. I rather ease into that change over time. I wanted to use a version much closer to v0.6.1 from the original project. v0.8.0 of the fork is the closest version that was also compiled for arm64, which we need.

@FelicianoTech FelicianoTech requested a review from a team as a code owner September 20, 2022 16:04
@FelicianoTech FelicianoTech merged commit ebb947e into main Sep 20, 2022
@FelicianoTech FelicianoTech deleted the upgrade-dockerize branch September 20, 2022 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Dockerize
2 participants