dragonfly/tools/docker
Philipp Born 98b92a0073 feat: build and publish weekly alpha/development container image
- make use of docker buildx caching when possible (helpful with local docker builds)
- introduce a reusable container workflow which is triggered by docker-release and docker-weekly workflows
- added an alpine-dev Dockerfile
- split release.sh contents into different Makefile targets
- make use of job matrix to build alpine + ubuntu in parallel
- make alpine build optional by checking for Dockerfile presence
-- as the pre-built binaries don't work with alpine, because of glibc <-> musl incompatibilities

Signed-off-by: Philipp Born <git@pborn.eu>
2022-12-26 20:41:53 +02:00
..
Dockerfile.alpine-dev feat: build and publish weekly alpha/development container image 2022-12-26 20:41:53 +02:00
Dockerfile.alpine-prod.wip feat: build and publish weekly alpha/development container image 2022-12-26 20:41:53 +02:00
Dockerfile.ubuntu-dev feat: build and publish weekly alpha/development container image 2022-12-26 20:41:53 +02:00
Dockerfile.ubuntu-prod feat: build and publish weekly alpha/development container image 2022-12-26 20:41: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 feat: add healtcheck for container (#544) 2022-12-07 16:44:07 +02:00