-
Change LICENSE if necessary
-
Modify .pre-commit-config.yaml according to your need
-
Modify/add GitHub workflow status badges in README.md
-
Modify DOCKER_USER, IMAGE_NAME in .env
-
Modify the service name from default to your service name in docker-compose.yml
-
Update Dockerfile
-
build.sh to build and test the image locally in your machine's architecture
-
push.sh to push the multi-arch image to the registry
- Run scripts/dev-setup.sh to setup the development environment
- This template currently only supports docker image for amd64 and arm64, if you want to support other architectures, please modify the build.sh script and docker-compose.yml accordingly