Skip to content
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

build(tools): bump DinD base images - fix cgroup v2 sed: write error #2519

Merged
merged 1 commit into from
Jun 28, 2023
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
2 changes: 1 addition & 1 deletion tools/docker/besu-multi-party-all-in-one/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:20.10.3-dind
FROM docker:24.0.2-dind

ARG BESU_VERSION=21.1.2
ARG QUORUM_VERSION=21.4.1
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/corda-all-in-one/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:20.10.2-dind
FROM docker:24.0.2-dind

ARG SAMPLES_KOTLIN_SHA=30fd841dd035934bae75ab8910da3b6e3d5d6ee7
ARG SAMPLES_KOTLIN_CORDAPP_SUB_DIR_PATH="./Advanced/obligation-cordapp/"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:20.10.2-dind
FROM docker:24.0.2-dind

ARG SAMPLES_KOTLIN_SHA=30fd841dd035934bae75ab8910da3b6e3d5d6ee7
ARG SAMPLES_KOTLIN_FLOWDB_SUB_DIR_PATH="./Basic/flow-database-access/"
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/corda-all-in-one/corda-v4_8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:20.10.2-dind
FROM docker:24.0.2-dind

# cordaVersion=4.8.5
# cordaCoreVersion=4.8.5
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/iroha2-all-in-one/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:20.10.21-dind
FROM docker:24.0.2-dind

ENV APP_ROOT="/app"
ENV FREEZE_TMP_DIR="/opt/docker-freeze"
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/quorum-multi-party-all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN quorum-dev-quickstart --clientType goquorum --outputPath ./ --monitoring def
# docker-compose base
################################

FROM docker:20.10.21-dind
FROM docker:24.0.2-dind

ENV ROOT_DIR=/opt/quorum-dev-quickstart

Expand Down
2 changes: 1 addition & 1 deletion tools/docker/sawtooth-all-in-one/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:20.10.17-dind
FROM docker:24.0.2-dind

# Install docker-compose and it's dependencies
RUN apk update \
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/supabase-all-in-one/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:20.10.21-dind
FROM docker:24.0.2-dind

ARG SUPABSE_TAG="v0.22.10"

Expand Down