Skip to content

Conversation

@garyrutland
Copy link
Member

Introduces a generic Makefile (src/docker-compose.mk) for wrapping common docker compose commands as make targets, with documentation in docs/docker-compose.md. Adds an example project in examples/docker-compose with a sample Dockerfile, Makefile, docker-compose.yaml, and README to demonstrate usage.

Pull request

Please provide a brief description of your changes below.

Description

Checklist

  • My code builds correctly.
  • I have tested my changes.

Additional notes

Introduces a generic Makefile (src/docker-compose.mk) for wrapping common docker compose commands as make targets, with documentation in docs/docker-compose.md. Adds an example project in examples/docker-compose with a sample Dockerfile, Makefile, docker-compose.yaml, and README to demonstrate usage.
Changed the Dockerfile base image from 'alpine:latest' to 'alpine:3' for improved version control. Added checkov skip directives for user creation and healthcheck requirements. Minor whitespace fixes in docker-compose documentation.
@garyrutland garyrutland merged commit a2c6879 into main Aug 29, 2025
16 checks passed
@garyrutland garyrutland deleted the docker-compose branch August 29, 2025 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants