Skip to content

Commit e62390e

Browse files
committed
lint fixes
1 parent 54da469 commit e62390e

File tree

1 file changed

+4
-0
lines changed
  • OracleDatabase/RAC/OracleRealApplicationClusters/samples/applypatch/latest

1 file changed

+4
-0
lines changed

OracleDatabase/RAC/OracleRealApplicationClusters/samples/applypatch/latest/Containerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
2425
FROM $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
3537
USER root
3638

3739
ENV 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
7578
FROM $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
120124
ENTRYPOINT /usr/bin/$INITSH

0 commit comments

Comments
 (0)