Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Fix #19: add alpine image #20

Merged
merged 2 commits into from
Oct 1, 2019
Merged

Fix #19: add alpine image #20

merged 2 commits into from
Oct 1, 2019

Conversation

folex
Copy link
Contributor

@folex folex commented Sep 30, 2019

fixes #19

\
url="https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-musl/rustup-init"; \
wget "$url"; \
echo "b535be813cd89000044764806f569a8c1428417d4226f16ee9993867f0c4ea4e *rustup-init" | sha256sum -c -; \
Copy link
Member

Choose a reason for hiding this comment

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

This hash will change whenever there's a new rustup release and break the build. The check should just be removed like it is for the other images.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, it's not a static link like in rust-lang/docker-rust. My bad. Fixed.

@folex folex requested a review from sfackler September 30, 2019 22:21
@sfackler sfackler merged commit 5f7e216 into rust-lang:master Oct 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request for Alpine variation
2 participants