Skip to content

Commit e21fdaf

Browse files
Publish v1.24.2 and v1.23.8. [release] (#332)
1 parent 75805ea commit e21fdaf

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

1.23/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM cimg/base:2025.02
99

1010
LABEL maintainer="CircleCI Execution Team <[email protected]>"
1111

12-
ENV GO_VER="1.23.7"
12+
ENV GO_VER="1.23.8"
1313

1414
# Install packages needed for CGO
1515
RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends \

1.23/browsers/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vim:set ft=dockerfile:
22

3-
FROM cimg/go:1.23.7-node
3+
FROM cimg/go:1.23.8-node
44

55
LABEL maintainer="CircleCI Community & Partner Engineering Team <[email protected]>"
66

1.23/node/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vim:set ft=dockerfile:
22

3-
FROM cimg/go:1.23.7
3+
FROM cimg/go:1.23.8
44

55
LABEL maintainer="Community & Partner Engineering Team <[email protected]>"
66

1.24/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM cimg/base:2025.02
99

1010
LABEL maintainer="CircleCI Execution Team <[email protected]>"
1111

12-
ENV GO_VER="1.24.1"
12+
ENV GO_VER="1.24.2"
1313

1414
# Install packages needed for CGO
1515
RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends \

1.24/browsers/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vim:set ft=dockerfile:
22

3-
FROM cimg/go:1.24.1-node
3+
FROM cimg/go:1.24.2-node
44

55
LABEL maintainer="CircleCI Community & Partner Engineering Team <[email protected]>"
66

1.24/node/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vim:set ft=dockerfile:
22

3-
FROM cimg/go:1.24.1
3+
FROM cimg/go:1.24.2
44

55
LABEL maintainer="Community & Partner Engineering Team <[email protected]>"
66

GEN-CHECK

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
GEN_CHECK=(1.24.1 1.23.7)
1+
GEN_CHECK=(1.24.2 1.23.8)

build-images.sh

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ set -eo pipefail
44

55
docker context create cimg
66
docker buildx create --use cimg
7-
docker buildx build --platform=linux/amd64,linux/arm64 --file 1.24/Dockerfile -t cimg/go:1.24.1 -t cimg/go:1.24 --push .
8-
docker buildx build --platform=linux/amd64,linux/arm64 --file 1.24/node/Dockerfile -t cimg/go:1.24.1-node -t cimg/go:1.24-node --push .
9-
docker buildx build --platform=linux/amd64 --file 1.24/browsers/Dockerfile -t cimg/go:1.24.1-browsers -t cimg/go:1.24-browsers --push .
10-
docker buildx build --platform=linux/amd64,linux/arm64 --file 1.23/Dockerfile -t cimg/go:1.23.7 -t cimg/go:1.23 --push .
11-
docker buildx build --platform=linux/amd64,linux/arm64 --file 1.23/node/Dockerfile -t cimg/go:1.23.7-node -t cimg/go:1.23-node --push .
12-
docker buildx build --platform=linux/amd64 --file 1.23/browsers/Dockerfile -t cimg/go:1.23.7-browsers -t cimg/go:1.23-browsers --push .
7+
docker buildx build --platform=linux/amd64,linux/arm64 --file 1.24/Dockerfile -t cimg/go:1.24.2 -t cimg/go:1.24 --push .
8+
docker buildx build --platform=linux/amd64,linux/arm64 --file 1.24/node/Dockerfile -t cimg/go:1.24.2-node -t cimg/go:1.24-node --push .
9+
docker buildx build --platform=linux/amd64 --file 1.24/browsers/Dockerfile -t cimg/go:1.24.2-browsers -t cimg/go:1.24-browsers --push .
10+
docker buildx build --platform=linux/amd64,linux/arm64 --file 1.23/Dockerfile -t cimg/go:1.23.8 -t cimg/go:1.23 --push .
11+
docker buildx build --platform=linux/amd64,linux/arm64 --file 1.23/node/Dockerfile -t cimg/go:1.23.8-node -t cimg/go:1.23-node --push .
12+
docker buildx build --platform=linux/amd64 --file 1.23/browsers/Dockerfile -t cimg/go:1.23.8-browsers -t cimg/go:1.23-browsers --push .

0 commit comments

Comments
 (0)