aboutsummaryrefslogtreecommitdiffstats
path: root/docker/build.sh
Commit message (Collapse)AuthorAge
* fix: Docker image tagsLibravatar Kristóf Marussy2023-09-27
| | | | | | | Make sure to push to both the latest tag and the current version. See https://stackoverflow.com/a/60724547 Also fixes the tag for the Temurin JDK17 image.
* build: also tag Docker image as 'latest'Libravatar Kristóf Marussy2023-09-14
|
* build: fix DockerfileLibravatar Kristóf Marussy2023-09-13
| | | | | | | * Automatically invoke the distTar Gradle task before building the container. * Avoid cache mounts for package managers, because they don't support ARG interpolation and may lead to locking conflicts when a cache is accidentally shared between containers.
* build: remove unused Java modules from containerLibravatar Kristóf Marussy2023-09-05
|
* build: add DockerfileLibravatar Kristóf Marussy2023-09-03