Skip to content

Commit

Permalink
Stop putting stable in ponyc Docker images (#4353)
Browse files Browse the repository at this point in the history
It has been deprecated for ages and ages.
  • Loading branch information
SeanTAllen committed May 31, 2023
1 parent 6c9b027 commit 5c60412
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .dockerfiles/latest/x86-64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN apt-get update \

RUN sh -c "$(curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ponylang/ponyup/latest-release/ponyup-init.sh)" \
&& ponyup update ponyc nightly \
&& ponyup update stable nightly \
&& ponyup update corral nightly \
&& ponyup update changelog-tool nightly

Expand Down
1 change: 0 additions & 1 deletion .dockerfiles/latest/x86-64-unknown-linux-musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN apk add --update --no-cache \

RUN sh -c "$(curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ponylang/ponyup/latest-release/ponyup-init.sh)" \
&& ponyup update ponyc nightly \
&& ponyup update stable nightly \
&& ponyup update corral nightly \
&& ponyup update changelog-tool nightly

Expand Down
1 change: 0 additions & 1 deletion .dockerfiles/release/x86-64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN apt-get update \

RUN sh -c "$(curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ponylang/ponyup/latest-release/ponyup-init.sh)" \
&& ponyup update ponyc release \
&& ponyup update stable release \
&& ponyup update corral release \
&& ponyup update changelog-tool release

Expand Down
1 change: 0 additions & 1 deletion .dockerfiles/release/x86-64-unknown-linux-musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN apk add --update --no-cache \

RUN sh -c "$(curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ponylang/ponyup/latest-release/ponyup-init.sh)" \
&& ponyup update ponyc release \
&& ponyup update stable release \
&& ponyup update corral release \
&& ponyup update changelog-tool release

Expand Down
3 changes: 3 additions & 0 deletions .release-notes/stable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Remove `stable` from Docker images

Previously, we were including our very old and very deprecated dependency management tool `stable` in our `ponyc` Docker images. We've stopped.

0 comments on commit 5c60412

Please sign in to comment.