File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99# > docker run --name panorama -p 8080:8080 -v $TNS_ADMIN/tnsnames.ora:/etc/tnsnames.ora -e TNS_ADMIN=/etc -e TZ="Europe/Berlin" -d rammpeter/panorama:latest
1010
1111# STAGE 1: JRE build
12- FROM eclipse-temurin:21 as openjdk
12+ FROM docker.io/ eclipse-temurin:21 as openjdk
1313# FROM openjdk:19 as openjdk
1414
1515# Build small JRE image
@@ -23,7 +23,7 @@ RUN $JAVA_HOME/bin/jlink \
2323 --output /customjre
2424
2525# STAGE 2: App build
26- FROM oraclelinux:8-slim as build_stage
26+ FROM docker.io/ oraclelinux:8-slim as build_stage
2727
2828ENV BACKEND_SRC_PATH=.
2929ARG JRUBY_VERSION
@@ -79,7 +79,7 @@ RUN rm -rf $HOME/.bundle/cache && \
7979 rm -rf test/*
8080
8181# FROM scratch
82- FROM oraclelinux:8-slim
82+ FROM docker.io/ oraclelinux:8-slim
8383MAINTAINER Peter Ramm <Peter@ramm-oberhermsdorf.de>
8484
8585ARG JRUBY_VERSION
You can’t perform that action at this time.
0 commit comments