Skip to content

Commit

Permalink
Switch to alpine3.20 all Rust images
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed May 24, 2024
1 parent 7639cf3 commit 8d0b430
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 40 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os:
- alpine3.19
- alpine3.20
- alpine3.18
- bookworm
- bookworm-slim
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
matrix:
registry: ["ghcr.io", "docker.io", "quay.io"]
os:
- alpine3.19
- alpine3.20
- alpine3.18
- bookworm
- bookworm-slim
Expand All @@ -74,19 +74,19 @@ jobs:
- buster
- buster-slim
include:
- os: alpine3.19
- os: alpine3.20
tags: |
<full-ver>-alpine3.19
<full-ver>-alpine3.20
<full-ver>-alpine
<num-ver>-beta-alpine3.19
<num-ver>-beta-alpine3.20
<num-ver>-beta-alpine
beta-alpine3.19
beta-alpine3.20
beta-alpine
- os: alpine3.18
- os: alpine3.19
tags: |
<full-ver>-alpine3.18
<num-ver>-beta-alpine3.18
beta-alpine3.18
<full-ver>-alpine3.19
<num-ver>-beta-alpine3.19
beta-alpine3.19
- os: bookworm
tags: |
<full-ver>-bookworm
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ jobs:
matrix:
registry: ["ghcr.io", "docker.io", "quay.io"]
os:
- alpine3.20
- alpine3.19
- alpine3.18
- bookworm
- bookworm-slim
- bullseye
- bullseye-slim
- buster
- buster-slim
include:
- os: alpine3.19
- os: alpine3.20
tags: |
nightly-alpine3.19-<ver>
nightly-alpine3.20-<ver>
nightly-alpine-<ver>
nightly-alpine3.19
nightly-alpine3.20
nightly-alpine
- os: alpine3.18
- os: alpine3.19
tags: |
nightly-alpine3.18-<ver>
nightly-alpine3.18
nightly-alpine3.19-<ver>
nightly-alpine3.19
- os: bookworm
tags: |
nightly-bookworm-<ver>
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ jobs:
- buster
- slim-buster
include:
- os: alpine3.19
- os: alpine3.20
tags: |
<full-ver>-alpine3.19
<full-ver>-alpine3.20
<full-ver>-alpine
<minor-ver>-alpine3.19
<minor-ver>-alpine3.20
<minor-ver>-alpine
<major-ver>-alpine3.19
<major-ver>-alpine3.20
<major-ver>-alpine
alpine3.19
alpine3.20
alpine
- os: alpine3.18
- os: alpine3.19
tags: |
<full-ver>-alpine3.18
<minor-ver>-alpine3.18
<major-ver>-alpine3.18
alpine3.18
<full-ver>-alpine3.19
<minor-ver>-alpine3.19
<major-ver>-alpine3.19
alpine3.19
- os: bookworm
tags: |
<full-ver>-bookworm
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Mirrors [official `rust` Docker images][1].
- [`1-slim-bullseye`, `1.78-slim-bullseye`, `1.78.0-slim-bullseye`, `slim-bullseye`][304]
- [`1-bookworm`, `1.78-bookworm`, `1.78.0-bookworm`, `bookworm`, `1`, `1.78`, `1.78.0`, `latest`][305]
- [`1-slim-bookworm`, `1.78-slim-bookworm`, `1.78.0-slim-bookworm`, `slim-bookworm`, `1-slim`, `1.78-slim`, `1.78.0-slim`, `slim`][306]
- [`1-alpine3.18`, `1.78-alpine3.18`, `1.78.0-alpine3.18`, `alpine3.18`][309]
- [`1-alpine3.19`, `1.78-alpine3.19`, `1.78.0-alpine3.19`, `alpine3.19`, `1-alpine`, `1.78-alpine`, `1.78.0-alpine`, `alpine`][310]
- [`1-alpine3.19`, `1.78-alpine3.19`, `1.78.0-alpine3.19`, `alpine3.19`][309]
- [`1-alpine3.20`, `1.78-alpine3.20`, `1.78.0-alpine3.20`, `alpine3.20`, `1-alpine`, `1.78-alpine`, `1.78.0-alpine`, `alpine`][310]


### beta
Expand All @@ -35,8 +35,8 @@ Mirrors [official `rust` Docker images][1].
- [`beta-bullseye-slim`, `1.79.0-beta-bullseye-slim`, `1.79.0-beta.$n-bullseye-slim`][204]
- [`beta`, `1.79.0-beta`, `1.79.0-beta.$n`, `beta-bookworm`, `1.79.0-beta-bookworm`, `1.79.0-beta.$n-bookworm`][205]
- [`beta-slim`, `1.79.0-beta-slim`, `1.79.0-beta.$n-slim`, `beta-bookworm-slim`, `1.79.0-beta-bookworm-slim`, `1.79.0-beta.$n-bookworm-slim`][206]
- [`beta-alpine`, `1.79.0-beta-alpine`, `1.79.0-beta.$n-alpine`, `beta-alpine3.19`, `1.79.0-beta-alpine3.19`, `1.79.0-beta.$n-alpine3.19`][209]
- [`beta-alpine3.18`, `1.79.0-beta-alpine3.18`, `1.79.0-beta.$n-alpine3.18`][210]
- [`beta-alpine`, `1.79.0-beta-alpine`, `1.79.0-beta.$n-alpine`, `beta-alpine3.20`, `1.79.0-beta-alpine3.20`, `1.79.0-beta.$n-alpine3.20`][209]
- [`beta-alpine3.19`, `1.79.0-beta-alpine3.19`, `1.79.0-beta.$n-alpine3.19`][210]


### nightly
Expand All @@ -49,8 +49,8 @@ Mirrors [official `rust-lang/rust:nightly` Docker images][2], but preserves vers
- [`nightly-bullseye-slim`, `nightly-bullseye-slim-$date`][104]
- [`nightly-buster`, `nightly-buster-$date`][105]
- [`nightly-buster-slim`, `nightly-buster-slim-$date`][106]
- [`nightly-alpine`, `nightly-alpine-$date`, `nightly-alpine3.19`, `nightly-alpine3.19-$date`][107]
- [`nightly-alpine3.18`, `nightly-alpine3.18-$date`][108]
- [`nightly-alpine`, `nightly-alpine-$date`, `nightly-alpine3.20`, `nightly-alpine3.20-$date`][107]
- [`nightly-alpine3.19`, `nightly-alpine3.19-$date`][108]



Expand Down Expand Up @@ -183,23 +183,23 @@ If you have any problems with or questions about this image, please contact us t
[104]: https://github.com/rust-lang/docker-rust/blob/master/nightly/bullseye/slim/Dockerfile
[105]: https://github.com/rust-lang/docker-rust/blob/master/nightly/buster/Dockerfile
[106]: https://github.com/rust-lang/docker-rust/blob/master/nightly/buster/slim/Dockerfile
[107]: https://github.com/rust-lang/docker-rust/blob/master/nightly/alpine3.19/Dockerfile
[108]: https://github.com/rust-lang/docker-rust/blob/master/nightly/alpine3.18/Dockerfile
[107]: https://github.com/rust-lang/docker-rust/blob/master/nightly/alpine3.20/Dockerfile
[108]: https://github.com/rust-lang/docker-rust/blob/master/nightly/alpine3.19/Dockerfile

[201]: https://github.com/instrumentisto/rust-docker-image/blob/main/beta/buster/Dockerfile
[202]: https://github.com/instrumentisto/rust-docker-image/blob/main/beta/buster-slim/Dockerfile
[203]: https://github.com/instrumentisto/rust-docker-image/blob/main/beta/bullseye/Dockerfile
[204]: https://github.com/instrumentisto/rust-docker-image/blob/main/beta/bullseye-slim/Dockerfile
[205]: https://github.com/instrumentisto/rust-docker-image/blob/main/beta/bookworm/Dockerfile
[206]: https://github.com/instrumentisto/rust-docker-image/blob/main/beta/bookworm-slim/Dockerfile
[209]: https://github.com/instrumentisto/rust-docker-image/blob/main/beta/alpine3.19/Dockerfile
[210]: https://github.com/instrumentisto/rust-docker-image/blob/main/beta/alpine3.18/Dockerfile
[209]: https://github.com/instrumentisto/rust-docker-image/blob/main/beta/alpine3.20/Dockerfile
[210]: https://github.com/instrumentisto/rust-docker-image/blob/main/beta/alpine3.19/Dockerfile

[301]: https://github.com/rust-lang/docker-rust/blob/master/1.78.0/buster/Dockerfile
[302]: https://github.com/rust-lang/docker-rust/blob/master/1.78.0/buster/slim/Dockerfile
[303]: https://github.com/rust-lang/docker-rust/blob/master/1.78.0/bullseye/Dockerfile
[304]: https://github.com/rust-lang/docker-rust/blob/master/1.78.0/bullseye/slim/Dockerfile
[305]: https://github.com/rust-lang/docker-rust/blob/master/1.78.0/bookworm/Dockerfile
[306]: https://github.com/rust-lang/docker-rust/blob/master/1.78.0/bookworm/slim/Dockerfile
[309]: https://github.com/rust-lang/docker-rust/blob/master/1.78.0/alpine3.18/Dockerfile
[310]: https://github.com/rust-lang/docker-rust/blob/master/1.78.0/alpine3.19/Dockerfile
[309]: https://github.com/rust-lang/docker-rust/blob/master/1.78.0/alpine3.19/Dockerfile
[310]: https://github.com/rust-lang/docker-rust/blob/master/1.78.0/alpine3.20/Dockerfile
2 changes: 1 addition & 1 deletion beta/alpine3.18/Dockerfile → beta/alpine3.20/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.20

RUN apk add --no-cache \
ca-certificates \
Expand Down

0 comments on commit 8d0b430

Please sign in to comment.