Skip to content

Commit

Permalink
ignore hadolint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhuja committed Aug 21, 2023
1 parent 696c396 commit 6903daa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ ARG WORKDIR="/rac-work-dir"
# Environment variables required for this build (do NOT change)
# -------------------------------------------------------------
# Linux Env Variable
# hadolint ignore=DL3044
ENV SETUP_LINUX_FILE="setupLinuxEnv.sh" \
INSTALL_DIR=/opt/scripts \
# Grid Env variables
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ARG WORKDIR="/rac-work-dir"
# Environment variables required for this build (do NOT change)
# -------------------------------------------------------------
# Linux Env Variable
# hadolint ignore=DL3044
ENV SETUP_LINUX_FILE="setupLinuxEnv.sh" \
INSTALL_DIR=/opt/scripts \
# Grid Env variables
Expand Down Expand Up @@ -105,6 +106,7 @@ ENV SETUP_LINUX_FILE="setupLinuxEnv.sh" \
BIN="/usr/sbin" \
container="true"
# Use second ENV so that variable get substituted
# hadolint ignore=DL3044
ENV INSTALL_SCRIPTS=$INSTALL_DIR/install \
PATH=/bin:/usr/bin:/sbin:/usr/sbin \
SCRIPT_DIR=$INSTALL_DIR/startup \
Expand Down

0 comments on commit 6903daa

Please sign in to comment.