Skip to content

Commit

Permalink
Merge pull request #464 from kristof-mattei/renovate/alpine
Browse files Browse the repository at this point in the history
chore(deps): update alpine docker digest to 2083790
  • Loading branch information
renovate[bot] authored Jun 14, 2023
2 parents 415dea7 + 589f2be commit b47ecc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration-tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.7"
services:
should-keep-restarting:
# this container should be restarted by autoheal because its unhealthy and has the autoheal label
image: alpine@sha256:eb6d1672ad7f111808573036251ddaa518c976fcdf6615ff270f4d0327c5469f
image: alpine@sha256:208379042bb6ae86ff71ac053e3c53108a16670111f907740dea604fb4628015
network_mode: none
restart: "no"
labels:
Expand All @@ -18,7 +18,7 @@ services:

shouldnt-restart-healthy:
# this container shouldn't be restarted by autoheal because its healthy
image: alpine@sha256:eb6d1672ad7f111808573036251ddaa518c976fcdf6615ff270f4d0327c5469f
image: alpine@sha256:208379042bb6ae86ff71ac053e3c53108a16670111f907740dea604fb4628015
network_mode: none
restart: "no"
labels:
Expand All @@ -33,7 +33,7 @@ services:

shouldnt-restart-no-label:
# this container shouldn't be restarted by autoheal because its missing the autoheal label
image: alpine@sha256:eb6d1672ad7f111808573036251ddaa518c976fcdf6615ff270f4d0327c5469f
image: alpine@sha256:208379042bb6ae86ff71ac053e3c53108a16670111f907740dea604fb4628015
network_mode: none
restart: "no"
healthcheck:
Expand Down

0 comments on commit b47ecc1

Please sign in to comment.