Skip to content

Commit

Permalink
bring back 23.0.7
Browse files Browse the repository at this point in the history
fucking containers man
  • Loading branch information
hellt committed Nov 29, 2024
1 parent 57bb6e5 commit c5cf3c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/docker-in-docker/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"ghcr.io/devcontainers/features/docker-in-docker:2": {
// docker/moby version is that old because newer ones failed to install under emulation
// see https://github.com/moby/moby/issues/48987#issuecomment-2507267417
"moby": "false",
"version": "26.1.4",
"version": "23.0.7",
"dockerDashComposeVersion": "none",
"installDockerComposeSwitch": "false"
},
Expand Down
3 changes: 1 addition & 2 deletions .devcontainer/docker-in-docker_slim/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
},
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"moby": "false",
"version": "26.1.4",
"version": "23.0.7",
"dockerDashComposeVersion": "none",
"installDockerComposeSwitch": "false"
},
Expand Down
3 changes: 1 addition & 2 deletions .devcontainer/docker-outside-of-docker/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
],
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
"moby": "false",
"version": "26.1.4",
"version": "23.0.7",
"dockerDashComposeVersion": "none",
"installDockerComposeSwitch": "false"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
],
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
"moby": "false",
"version": "26.1.4",
"version": "23.0.7",
"dockerDashComposeVersion": "none",
"installDockerComposeSwitch": "false"
},
Expand Down

0 comments on commit c5cf3c2

Please sign in to comment.