Skip to content

Commit

Permalink
chore: Introduce docker base image as build arg with default
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisingenhaag committed Mar 4, 2024
1 parent fe4883d commit 40a9306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM mtr.devops.telekom.de/tardis-internal/pandora/pandora-java-21:1.0.0
ARG DOCKER_BASE_IMAGE=azul/zulu-openjdk-alpine:21-jre
FROM ${DOCKER_BASE_IMAGE}

WORKDIR app

Expand Down

0 comments on commit 40a9306

Please sign in to comment.