File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
OracleDatabase/RAC/OracleRealApplicationClusters/samples/applypatch/latest Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ ARG RAC_SLIM_IMAGE=localhost/oracle/database-rac:19.3.0-slim
2121
2222# Pull base image
2323# ---------------
24+ # hadolint ignore=DL3006
2425FROM $BASE_RAC_IMAGE as builder
2526
2627# Argument to control removal of components not needed after db software installation
@@ -32,6 +33,7 @@ ARG WORKDIR="/rac-work-dir"
3233
3334# Environment variables required for this build (do NOT change)
3435# -------------------------------------------------------------
36+ # hadolint ignore=DL3002
3537USER root
3638
3739ENV PATCH_DIR=$PATCH_DIR \
@@ -72,6 +74,7 @@ RUN $PATCH_INSTALL_DIR/$FIXUP_PREQ_FILE && \
7274 rm -rf $PATCH_INSTALL_DIR
7375
7476# ####################
77+ # hadolint ignore=DL3006
7578FROM $RAC_SLIM_IMAGE AS final
7679
7780# Define build-time arguments
@@ -117,4 +120,5 @@ RUN $INVENTORY/orainstRoot.sh && \
117120 $GRID_HOME/root.sh && \
118121 $DB_HOME/root.sh
119122# Define default command to start Oracle Grid and RAC Database setup.
123+ # hadolint ignore=DL3025
120124ENTRYPOINT /usr/bin/$INITSH
You can’t perform that action at this time.
0 commit comments