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

Docker: add tzdata package for latest alpine #45

Merged
merged 2 commits into from Jun 21, 2021
Merged

Docker: add tzdata package for latest alpine #45

merged 2 commits into from Jun 21, 2021

Conversation

Loyalsoldier
Copy link
Contributor

No description provided.

@@ -8,14 +8,14 @@ RUN make clean && make build

# ---

FROM alpine:3.13
FROM alpine:latest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

latest sounds cool, but can it guarantee stability?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The release strategy of Alpine Linux seems promising: https://alpinelinux.org/releases/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

latest should be fine for now for our needs especially using a built golang executable. If we were using python or java on the other hand, beyond me running for the hills, we would have a much larger dependency on the libs provided by the base image

@benja-wu benja-wu added the enhancement New feature or request label Jun 18, 2021
@benja-wu benja-wu added this to In progress in Easegress Project via automation Jun 18, 2021
Easegress Project automation moved this from In progress to Reviewer approved Jun 19, 2021
@benja-wu benja-wu merged commit fe0cdc9 into easegress-io:main Jun 21, 2021
Easegress Project automation moved this from Reviewer approved to Done Jun 21, 2021
fengyie007 pushed a commit to fengyie007/easegress that referenced this pull request Jun 21, 2021
* Docker: add tzdata package for latest alpine

* Chore: remove old files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants