Skip to content

Commit

Permalink
chore(deps): update docker.io/library/busybox docker digest to 6fcbd18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 21, 2023
1 parent 0d2d977 commit accfe2a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/busybox-with-data-disk/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.0'
services:
busybox:
image: docker.io/library/busybox@sha256:5c63a9b46e7139d2d5841462859edcbbf57f238af891b6096578e5894cfe5ae2
image: docker.io/library/busybox@sha256:6fcbd181125495adab5baffadddcc43345e28b17b6cb719ed02dc2da1796e9dd
volumes:
- /mnt/busybox:/srv/busybox
command: |
Expand Down
2 changes: 1 addition & 1 deletion samples/busybox/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
version: '3.0'
services:
busybox:
image: docker.io/library/busybox@sha256:5c63a9b46e7139d2d5841462859edcbbf57f238af891b6096578e5894cfe5ae2
image: docker.io/library/busybox@sha256:6fcbd181125495adab5baffadddcc43345e28b17b6cb719ed02dc2da1796e9dd
command: |
echo "Hello from busybox"
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.0'
services:
busybox:
image: docker.io/library/busybox@sha256:5c63a9b46e7139d2d5841462859edcbbf57f238af891b6096578e5894cfe5ae2
image: docker.io/library/busybox@sha256:6fcbd181125495adab5baffadddcc43345e28b17b6cb719ed02dc2da1796e9dd
volumes:
- /mnt/busybox:/srv/busybox
- ./commands.sh:/var/lib/commands.sh:ro
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.0'
services:
busybox:
image: docker.io/library/busybox@sha256:5c63a9b46e7139d2d5841462859edcbbf57f238af891b6096578e5894cfe5ae2
image: docker.io/library/busybox@sha256:6fcbd181125495adab5baffadddcc43345e28b17b6cb719ed02dc2da1796e9dd
volumes:
- /mnt/busybox:/srv/busybox
- ./commands.sh:/var/lib/commands.sh:ro
Expand Down
2 changes: 1 addition & 1 deletion samples/contracts/busybox/compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.0'
services:
busybox:
image: docker.io/library/busybox@sha256:5c63a9b46e7139d2d5841462859edcbbf57f238af891b6096578e5894cfe5ae2
image: docker.io/library/busybox@sha256:6fcbd181125495adab5baffadddcc43345e28b17b6cb719ed02dc2da1796e9dd
command: |
sh /var/lib/busybox/run.sh
volumes:
Expand Down

0 comments on commit accfe2a

Please sign in to comment.