Skip to content

Commit

Permalink
Update to Alpine 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jan 6, 2025
1 parent add11f9 commit 83bc6e6
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion backblaze-b2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM python:3.13-alpine3.20
FROM python:3.13-alpine3.21

# https://pypi.org/project/b2/
ENV BACKBLAZE_B2_VERSION 4.2.0
Expand Down
2 changes: 1 addition & 1 deletion backblaze-b2/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "4.2.0",
"python": {
"version": "3.13",
"from": "python:3.13-alpine3.20",
"from": "python:3.13-alpine3.21",
"arches": [
"amd64",
"arm32v6",
Expand Down
2 changes: 1 addition & 1 deletion backblaze-b2/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source "$dir/../.libs/pypi.sh"

versions_hooks+=( hook_no-prereleases )

export TIANON_PYTHON_FROM_TEMPLATE='python:%%PYTHON%%-alpine3.20'
export TIANON_PYTHON_FROM_TEMPLATE='python:%%PYTHON%%-alpine3.21'

json="$(pypi 'b2')"

Expand Down
2 changes: 1 addition & 1 deletion docker-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ RUN set -eux; \

# TODO compose?

FROM alpine:3.20
FROM alpine:3.21

RUN set -eux; \
apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion docker-master/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ RUN set -eux; \

# TODO compose?

FROM alpine:3.20
FROM alpine:3.21

RUN set -eux; \
apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion network-toolbox/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21

RUN set -eux; \
apkArch="$(apk --print-arch)"; \
Expand Down
2 changes: 1 addition & 1 deletion prometheus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM alpine:3.20
FROM alpine:3.21

RUN apk add --no-cache bash ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion prometheus/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21

RUN apk add --no-cache bash ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion prometheus/alertmanager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM alpine:3.20
FROM alpine:3.21

RUN apk add --no-cache bash ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion prometheus/alertmanager/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21

RUN apk add --no-cache bash ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion prometheus/blackbox-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM alpine:3.20
FROM alpine:3.21

RUN apk add --no-cache ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion prometheus/blackbox-exporter/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21

RUN apk add --no-cache ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion speedtest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM alpine:3.20
FROM alpine:3.21

# https://www.speedtest.net/apps/cli#download
ENV SPEEDTEST_VERSION 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion speedtest/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21

# https://www.speedtest.net/apps/cli#download
ENV SPEEDTEST_VERSION {{ .version }}
Expand Down
2 changes: 1 addition & 1 deletion toybox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# ideally, we'd use official static binary releases from http://landley.net/toybox/downloads/binaries/ but they don't include the (pending) "sh" implementation so they're not quite enough for a full system yet
# https://github.com/landley/toybox/commits/master/toys/pending/sh.c

FROM alpine:3.20 AS build
FROM alpine:3.21 AS build

RUN set -eux; \
apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion toybox/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ideally, we'd use official static binary releases from http://landley.net/toybox/downloads/binaries/ but they don't include the (pending) "sh" implementation so they're not quite enough for a full system yet
# https://github.com/landley/toybox/commits/master/toys/pending/sh.c

FROM alpine:3.20 AS build
FROM alpine:3.21 AS build

RUN set -eux; \
apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion vultr-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM alpine:3.20
FROM alpine:3.21

RUN apk add --no-cache ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion vultr-cli/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21

RUN apk add --no-cache ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion ymlfmt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM python:3.13-alpine3.20
FROM python:3.13-alpine3.21

RUN set -eux; \
apk add --no-cache --virtual .build-deps gcc libc-dev; \
Expand Down
2 changes: 1 addition & 1 deletion ymlfmt/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "0.18.9",
"python": {
"version": "3.13",
"from": "python:3.13-alpine3.20",
"from": "python:3.13-alpine3.21",
"arches": [
"amd64",
"arm32v6",
Expand Down
2 changes: 1 addition & 1 deletion ymlfmt/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source "$dir/../.libs/pypi.sh"

versions_hooks+=( hook_no-prereleases )

export TIANON_PYTHON_FROM_TEMPLATE='python:%%PYTHON%%-alpine3.20'
export TIANON_PYTHON_FROM_TEMPLATE='python:%%PYTHON%%-alpine3.21'

json="$(pypi 'ruamel.yaml')"

Expand Down

0 comments on commit 83bc6e6

Please sign in to comment.