Skip to content

Alpine 3.17 #392

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

Merged
merged 1 commit into from
Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
150 changes: 0 additions & 150 deletions 2.7/alpine3.15/Dockerfile

This file was deleted.

150 changes: 0 additions & 150 deletions 3.0/alpine3.15/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion 3.1/alpine3.15/Dockerfile → 3.1/alpine3.17/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
def should_yjit:
# https://github.com/docker-library/ruby/issues/390
([ "2.7", "3.0", "3.1" ] | index(env.version) | not)
and is_alpine and ([ "alpine3.15" ] | index(env.variant) | not)
and is_alpine
-}}
{{ if is_alpine then ( -}}
FROM alpine:{{ env.variant | ltrimstr("alpine") }}
Expand Down
14 changes: 6 additions & 8 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"slim-bullseye",
"buster",
"slim-buster",
"alpine3.16",
"alpine3.15"
"alpine3.16"
],
"version": "2.7.7"
},
Expand All @@ -18,8 +17,7 @@
"slim-bullseye",
"buster",
"slim-buster",
"alpine3.16",
"alpine3.15"
"alpine3.16"
],
"version": "3.0.5"
},
Expand All @@ -30,8 +28,8 @@
"slim-bullseye",
"buster",
"slim-buster",
"alpine3.16",
"alpine3.15"
"alpine3.17",
"alpine3.16"
],
"version": "3.1.3"
},
Expand All @@ -42,8 +40,8 @@
"slim-bullseye",
"buster",
"slim-buster",
"alpine3.16",
"alpine3.15"
"alpine3.17",
"alpine3.16"
],
"version": "3.2.0-preview3"
}
Expand Down
Loading