We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7d736 commit cd3f7e6Copy full SHA for cd3f7e6
d/docker-29.1.2.yml
@@ -0,0 +1,22 @@
1
+docker:
2
+ image: ${REGISTRY_DOMAIN}/burmilla/os-docker:29.1.2${SUFFIX}
3
+ command: ros user-docker
4
+ environment:
5
+ - HTTP_PROXY
6
+ - HTTPS_PROXY
7
+ - NO_PROXY
8
+ labels:
9
+ io.rancher.os.scope: system
10
+ io.rancher.os.after: console
11
+ net: host
12
+ pid: host
13
+ ipc: host
14
+ uts: host
15
+ privileged: true
16
+ restart: always
17
+ volumes_from:
18
+ - all-volumes
19
+ volumes:
20
+ - /sys:/host/sys
21
+ - /var/lib/system-docker:/var/lib/system-docker:shared
22
+
images/10-docker-29.1.2
@@ -0,0 +1 @@
+docker
index.yml
@@ -29,3 +29,4 @@ engines:
29
- docker-28.5.1
30
- docker-29.0.1
31
- docker-29.0.2
32
+- docker-29.1.2
0 commit comments