hapi-fhir/.github/docker/Dockerfile
Tadgh 9438754b72
Fix publish pipeline (#5613)
* wip

* wip

* Swap to corretto

* Try alpine

* create as root

* create as root

* Swap to root

* Hack around non-root

* revert unjammying

* revert

* now use dockerhub

* now use dockerhub

* New file

* remove comment
2024-01-19 23:23:26 +00:00

7 lines
230 B
Docker

# Note that this image is used only to publish HAPI-FHIR. this is published at `smilecdr/hapi-build`
# Start from the maven image
FROM maven:3.9-eclipse-temurin-21-jammy
# Install gpg
RUN apt-get update && apt-get install -y gpg