Skip to content

update Alpine 3.6 to 3.8 to get a wget that works on Docker Hub builds#4

Merged
fillup merged 1 commit intomasterfrom
develop
Aug 22, 2018
Merged

update Alpine 3.6 to 3.8 to get a wget that works on Docker Hub builds#4
fillup merged 1 commit intomasterfrom
develop

Conversation

@dalenewby
Copy link
Copy Markdown
Contributor

The automated postgresql-backup-restore image build on Docker Hub was failing on a wget. Looks like the wget in BusyBox is broken in Alpine 3.6. The workaround was to install the real wget with an "apk add --update ... wget". The Docker build on Docker Hub worked when I updated to Alpine 3.8. Since I based postgresql-backup-restore on mysql-backup-restore, the Alpine version update will be needed here eventually.

apache/openwhisk#3715
coreos/awscli#20

Copy link
Copy Markdown
Contributor

@forevermatt forevermatt left a comment

Choose a reason for hiding this comment

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

I don't feel like I know enough of the implications of this change to be able to give a very meaningful approval.

Would this be a bug-fix, new-feature, or major version change to mysql-backup-restore?

@fillup fillup merged commit 3b1d9db into master Aug 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants