Skip to content

Commit

Permalink
Merge pull request #1458 from kristof-mattei/renovate/alpine
Browse files Browse the repository at this point in the history
chore(deps): update alpine docker digest to 5cc1526
  • Loading branch information
renovate[bot] authored Dec 6, 2024
2 parents 38f0fc9 + bc77541 commit 141b292
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions integration-tests/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
should-keep-restarting:
# this container should be restarted by autoheal because its unhealthy and has the autoheal label
image: alpine@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
image: alpine@sha256:5cc1526ee5c99c2982793abe22861e6047cfb5c8609cbe2d6bbe11d836263354
network_mode: none
restart: "no"
labels:
Expand All @@ -16,7 +16,7 @@ services:

shouldnt-restart-healthy:
# this container shouldn't be restarted by autoheal because its healthy
image: alpine@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
image: alpine@sha256:5cc1526ee5c99c2982793abe22861e6047cfb5c8609cbe2d6bbe11d836263354
network_mode: none
restart: "no"
labels:
Expand All @@ -31,7 +31,7 @@ services:

shouldnt-restart-no-label:
# this container shouldn't be restarted by autoheal because its missing the autoheal label
image: alpine@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
image: alpine@sha256:5cc1526ee5c99c2982793abe22861e6047cfb5c8609cbe2d6bbe11d836263354
network_mode: none
restart: "no"
healthcheck:
Expand All @@ -45,7 +45,7 @@ services:
ignore:
# this container shouldn't be restarted because it is ignored by name
# even though technically it is included based on the label
image: alpine@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
image: alpine@sha256:5cc1526ee5c99c2982793abe22861e6047cfb5c8609cbe2d6bbe11d836263354
network_mode: none
restart: "no"
labels:
Expand Down

0 comments on commit 141b292

Please sign in to comment.