This repository contains various common reusable docker images, that are opinionated as per the amredev
developers.
We use Buildx Bake to define the docker build. Run the following command to build an image and run a container from it for testing.
./scripts/test.sh {bake_target}
Run the following command to create a new release. Specify the kind of the version bump to do (major, minor or patch). This command creates a new git tag and pushes it to remote. CI starts a new build when a new git tag is created.
./scripts/release.sh minor
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.