aboutsummaryrefslogtreecommitdiffstats
path: root/docker
Commit message (Collapse)AuthorAge
* fix(build): missing option in DockerfileLibravatar Kristóf Marussy2024-03-26
|
* chore(deps): Java 21Libravatar Kristóf Marussy2023-12-03
| | | | Also bumps other dependencies.
* 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: switch to Amazon CorrettoLibravatar Kristóf Marussy2023-09-05
| | | | Hopefully improved performance on AWS Graviton
* refactor: server environemntal variablesLibravatar Kristóf Marussy2023-09-04
| | | | | | * Prefix each variable with REFINERY_ * If not public host is specified, allow all origings and compute the WebSocket address on the client from the origin.
* build: add DockerfileLibravatar Kristóf Marussy2023-09-03