Define and run multi-container applications with Docker https://docs.docker.com/compose/
Find a file
2026-05-04 17:44:30 +04:00
.github fix: release-drafter and validate-pr-title permissions 2024-07-08 15:24:22 +03:00
.gitignore chore(): security fixes (#13) 2024-07-12 10:39:28 +03:00
Dockerfile build: upgrade base image 2026-05-04 17:44:30 +04:00
README.md CR-19604-fix-vulns - replace repo with a single dockerfile (#11) 2023-08-31 11:40:02 +03:00
service.yaml build: upgrade base image 2026-05-04 17:44:30 +04:00

Codefresh fork

The original fork was made to build the docker image for the Codefresh managed docker-compose image

It was needed for an ARM version of the image, as well as for replacing the --compatibility flag default value from false to true.

Since it was created, the official image started to release ARM versions, as well as exposing the flag as an env variable. However - the official image is not a runnable container. instead, it's just a way to deliver the binaries. so the current Dockerfile just copies the binary for docker-compose into our image and sets the COMPOSE_COMPATIBILITY env variable to true.