From 9d4bb020ebbbd44a1e7ae5be8bdd5326169fd7fc Mon Sep 17 00:00:00 2001 From: Daniel Kec Date: Wed, 30 Oct 2024 17:44:50 +0100 Subject: [PATCH] PR issues --- examples/messaging/docker/oracle-aq/Dockerfile | 12 ------------ examples/messaging/docker/oracle-aq/buildAndRun.sh | 1 - 2 files changed, 13 deletions(-) diff --git a/examples/messaging/docker/oracle-aq/Dockerfile b/examples/messaging/docker/oracle-aq/Dockerfile index 71813a1c..01f005e0 100755 --- a/examples/messaging/docker/oracle-aq/Dockerfile +++ b/examples/messaging/docker/oracle-aq/Dockerfile @@ -13,17 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # - -#FROM container-registry.oracle.com/database/express:latest AS base -#ENV ORACLE_PWD=frank -#ENV ORACLE_ALLOW_REMOTE=true -#ENV ORACLE_SID=XE -#ENV PORT=1521 -# -#COPY --chmod=777 init.sql /opt/oracle/scripts/startup/ -#EXPOSE ${PORT} - - FROM container-registry.oracle.com/database/express:latest ENV "ORACLE_PWsD"="frank" @@ -32,5 +21,4 @@ ENV "ORACLE_ALLOW_REMOTE"="true" ENV "ORACLE_SID"="XE" ENV "PORT"="1521" COPY ["init.sql","/opt/oracle/scripts/startup/"] -RUN ls -la /opt/oracle/scripts/startup/init.sql EXPOSE 1521 \ No newline at end of file diff --git a/examples/messaging/docker/oracle-aq/buildAndRun.sh b/examples/messaging/docker/oracle-aq/buildAndRun.sh index a1ec5c52..47247f52 100755 --- a/examples/messaging/docker/oracle-aq/buildAndRun.sh +++ b/examples/messaging/docker/oracle-aq/buildAndRun.sh @@ -15,7 +15,6 @@ # limitations under the License. # -BASE_IMAGE_NAME=oracle/database:${ORA_DB_VERSION}-xe IMAGE_NAME=helidon/oracle-aq-example CONTAINER_NAME=oracle-aq-example