Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.05 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.05 KB

Dockerfiles for the local development setup of Artemis

Hosts the Dockerfiles that are used for the local setups for Artemis. The main reason for the existance of this repository is that the official Docker images of the tools in this repository only offer x64 images. As arm64 CPUs become more common (especially in the Artemis develper team) it is beneficial to have native images for these processors.

Currently this repository contains Dockerfiles for the following tools:

Update Atlassian Version

All Dockerfiles have an ARG VERSION parameter. The github worklow sets the version in a matrix build.

To update the published packages, update the versions in .github/workflows/build.yml.