Skip to content

Commit accfe2a

Browse files
committed
chore(deps): update docker.io/library/busybox docker digest to 6fcbd18
1 parent 0d2d977 commit accfe2a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

samples/busybox-with-data-disk/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: '3.0'
33
services:
44
busybox:
5-
image: docker.io/library/busybox@sha256:5c63a9b46e7139d2d5841462859edcbbf57f238af891b6096578e5894cfe5ae2
5+
image: docker.io/library/busybox@sha256:6fcbd181125495adab5baffadddcc43345e28b17b6cb719ed02dc2da1796e9dd
66
volumes:
77
- /mnt/busybox:/srv/busybox
88
command: |

samples/busybox/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
version: '3.0'
33
services:
44
busybox:
5-
image: docker.io/library/busybox@sha256:5c63a9b46e7139d2d5841462859edcbbf57f238af891b6096578e5894cfe5ae2
5+
image: docker.io/library/busybox@sha256:6fcbd181125495adab5baffadddcc43345e28b17b6cb719ed02dc2da1796e9dd
66
command: |
77
echo "Hello from busybox"

samples/contracts/busybox-with-data-disk-ref/compose/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: '3.0'
33
services:
44
busybox:
5-
image: docker.io/library/busybox@sha256:5c63a9b46e7139d2d5841462859edcbbf57f238af891b6096578e5894cfe5ae2
5+
image: docker.io/library/busybox@sha256:6fcbd181125495adab5baffadddcc43345e28b17b6cb719ed02dc2da1796e9dd
66
volumes:
77
- /mnt/busybox:/srv/busybox
88
- ./commands.sh:/var/lib/commands.sh:ro

samples/contracts/busybox-with-data-disk/compose/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: '3.0'
33
services:
44
busybox:
5-
image: docker.io/library/busybox@sha256:5c63a9b46e7139d2d5841462859edcbbf57f238af891b6096578e5894cfe5ae2
5+
image: docker.io/library/busybox@sha256:6fcbd181125495adab5baffadddcc43345e28b17b6cb719ed02dc2da1796e9dd
66
volumes:
77
- /mnt/busybox:/srv/busybox
88
- ./commands.sh:/var/lib/commands.sh:ro

samples/contracts/busybox/compose/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: '3.0'
33
services:
44
busybox:
5-
image: docker.io/library/busybox@sha256:5c63a9b46e7139d2d5841462859edcbbf57f238af891b6096578e5894cfe5ae2
5+
image: docker.io/library/busybox@sha256:6fcbd181125495adab5baffadddcc43345e28b17b6cb719ed02dc2da1796e9dd
66
command: |
77
sh /var/lib/busybox/run.sh
88
volumes:

0 commit comments

Comments
 (0)