Skip to content

Commit 29a661b

Browse files
committed
libcompose: Use v1.31 as default API version which is latest supported by system-dockerd
1 parent 785012e commit 29a661b

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@v2
1111
with:

os-config.tpl.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,6 @@ rancher:
343343
restart: always
344344
volumes:
345345
- /var/run/system-docker.sock:/var/run/docker.sock
346-
environment:
347-
DOCKER_API_VERSION: "1.22"
348346
udev-cold:
349347
image: {{.OS_REPO}}/os-base:{{.VERSION}}{{.SUFFIX}}
350348
command: ros udev-settle

trash.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ github.com/docker/docker 1447a2463bc3ee639b9091fb52a15aaa7e407b5a https://github
1010
github.com/docker/engine-api v0.3.3
1111
github.com/docker/go-connections v0.2.0
1212
github.com/docker/go-units 651fc226e7441360384da338d0fd37f2440ffbe3
13-
github.com/docker/libcompose 93e90415094f521908c293af088d8962d57d508b https://github.com/burmilla/libcompose.git
13+
github.com/docker/libcompose 386b4a098b536736c2858f430f4079c0504366f3 https://github.com/burmilla/libcompose.git
1414
github.com/docker/libnetwork v0.5.6
1515
github.com/docker/machine 4a8e93ac9bc2ced1c3bc4a43c03fdaa1c2749205
1616
github.com/flynn/go-shlex 3f9db97f856818214da2e1057f8ad84803971cff

vendor/github.com/docker/libcompose/docker/client/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)