Skip to content

Commit 2a1b341

Browse files
build: upgrade Docker to v26.1.4 (#61)
* build: upgrade Docker to v26.1.4 * build: bump images
1 parent bddd04b commit 2a1b341

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ARG DOCKER_VERSION=26.0.0
1+
ARG DOCKER_VERSION=26.1.4
22

33
# dind-cleaner
4-
FROM golang:1.22-alpine3.19 AS cleaner
4+
FROM golang:1.22-alpine3.20 AS cleaner
55

66
COPY cleaner/dind-cleaner/* /go/src/github.com/codefresh-io/dind-cleaner/
77
WORKDIR /go/src/github.com/codefresh-io/dind-cleaner/
@@ -15,16 +15,16 @@ RUN CGO_ENABLED=0 go build -o /usr/local/bin/dind-cleaner ./cmd && \
1515
rm -rf /go/*
1616

1717
# bbolt
18-
FROM golang:1.22-alpine3.19 AS bbolt
18+
FROM golang:1.22-alpine3.20 AS bbolt
1919
RUN go install go.etcd.io/bbolt/cmd/bbolt@latest
2020

2121
# node-exporter
22-
FROM quay.io/prometheus/node-exporter:v1.7.0 AS node-exporter
22+
FROM quay.io/prometheus/node-exporter:v1.8.1 AS node-exporter
2323

2424
# Main
2525
FROM docker:${DOCKER_VERSION}-dind
2626

27-
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.19/main' >> /etc/apk/repositories \
27+
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.20/main' >> /etc/apk/repositories \
2828
&& apk upgrade \
2929
# Add fuse-overlayfs for comaptibility with rootless. Volumes created with rootless might use fuse-overlay formatted volumes. If those volumes are later used by dind that runs with root it'll require fuse-overlay to be able to read the volume
3030
&& apk add bash fuse-overlayfs jq --no-cache \

service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.28.6
1+
version: 1.28.7

0 commit comments

Comments
 (0)