1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00
dragonflydb-dragonfly/tools/docker
Tarun Pothulapati 34aec80e5a
fix(docker): Use the right shebang in healthcheck.sh (#963)
Alpine images don't have bash installed by default, so we need to use
`/bin/sh` instead. This follows the *same existing convention that
we follow in the `entrypoint.sh` script*.

Both ubuntu and alpine images have been tested (i.e healthchecks to
pass) to work with this change.
2023-03-20 08:59:00 +02:00
..
Dockerfile.alpine-dev feat(container): make healthcheck tls compatible (#643) 2023-01-05 13:28:29 +02:00
Dockerfile.alpine-prod.wip feat(container): make healthcheck tls compatible (#643) 2023-01-05 13:28:29 +02:00
Dockerfile.ubuntu-dev feat(Docker) : add redis tools to docker (#877) 2023-02-27 20:31:53 +02:00
Dockerfile.ubuntu-prod feat(Docker) : add redis tools to docker (#877) 2023-02-27 20:31:53 +02:00
entrypoint.sh feat(docker): try increasing a memlock limit in the container (#114) 2022-06-07 14:33:55 +03:00
fetch_release.sh docker-release pipeline now uses release assets for building dockers 2022-05-30 11:24:56 +03:00
healthcheck.sh fix(docker): Use the right shebang in healthcheck.sh (#963) 2023-03-20 08:59:00 +02:00