Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
76090b5
ci: bump version
masontikhonov Dec 1, 2025
ce5c6fd
build: upgrade dependencies
masontikhonov Dec 1, 2025
f6d3993
build: remove redundant instructions
masontikhonov Dec 1, 2025
b6217d8
build: optimize Dockerfile
masontikhonov Dec 1, 2025
a5b7850
build: bump Docker version
masontikhonov Dec 8, 2025
a9f3ed8
Revert "build: bump Docker version"
masontikhonov Dec 8, 2025
1369b04
ci: trigger ci
masontikhonov Dec 8, 2025
a257897
Reapply "build: bump Docker version"
masontikhonov Dec 9, 2025
0e67bf5
empty
mikhail-klimko Dec 9, 2025
79e948a
ci: trigger ci
masontikhonov Dec 9, 2025
2a92274
build: upgrade dependencies
masontikhonov Dec 9, 2025
6b0b019
fix: add `readline`
masontikhonov Dec 9, 2025
bd4c899
Revert "fix: add `readline`"
masontikhonov Dec 10, 2025
740520c
Revert "build: bump Docker version"
masontikhonov Dec 10, 2025
42b9b92
build: revert dependency changes
masontikhonov Dec 11, 2025
3a31b0a
build: upgrade Docker to v29
masontikhonov Dec 11, 2025
b7c03d8
ci: trigger ci
masontikhonov Dec 11, 2025
115d743
build: reset Dockerfile
masontikhonov Jan 5, 2026
0986aa8
Merge https://github.com/codefresh-io/dind into test-29
masontikhonov Jan 5, 2026
a11fd9d
build: donwgrade Docker to 29.0.4
masontikhonov Jan 5, 2026
bdf8dab
fix: disable `containerd` image store
masontikhonov Jan 8, 2026
31b6dd9
build: upgrade DOcker to 29.1.4
masontikhonov Jan 13, 2026
9a2e6eb
Merge branch 'master' of https://github.com/codefresh-io/dind into te…
masontikhonov Jan 13, 2026
3cdbf44
ci: bump version
masontikhonov Jan 13, 2026
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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CI relies on this ARG. Don't remove or rename it
ARG DOCKER_VERSION=28.5.2
ARG DOCKER_VERSION=29.1.4

# dind-cleaner
FROM golang:1.25-alpine3.23 AS cleaner
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ do
echo "Current memory.oom.group value: $(cat "${MEMORY_OOM_GROUP}")"

# Explicitly set --cgroup-parent to prevent DinD containers escaping the pod cgroup on cgroup v2.
dockerd --cgroup-parent "${CURRENT_CGROUP}/codefresh-dind" ${DOCKERD_PARAMS} <&- &
dockerd --feature containerd-snapshotter=false --cgroup-parent "${CURRENT_CGROUP}/codefresh-dind" ${DOCKERD_PARAMS} <&- &
fi

echo "Waiting at most 20s for docker pid"
Expand Down
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 3.0.8
version: 3.0.9