UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
apache
nifi
Commits
bf30e7ec
Commit
bf30e7ec
authored
Nov 16, 2020
by
Vickie Shen
Browse files
minor update to Dockerfile
parent
f778a8a5
Pipeline
#77462
passed with stages
in 23 minutes and 56 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Dockerfile
Dockerfile
+4
-2
No files found.
Dockerfile
View file @
bf30e7ec
...
...
@@ -39,13 +39,15 @@ RUN groupadd -g 1000 nifi && \
chmod
+x /usr/bin/jq
&&
\
dnf clean all
&&
\
rm
-rf
/var/cache/dnf
&&
\
mkdir
-p
${
NIFI_BASE_DIR
}
/scripts
&&
\
chmod
+x
${
NIFI_BASE_DIR
}
/scripts/
*
.sh
mkdir
-p
${
NIFI_BASE_DIR
}
/scripts
COPY
--chown=nifi:nifi --from=base ${NIFI_BASE_DIR} ${NIFI_BASE_DIR}
COPY
--chown=nifi:nifi nifi.properties ${NIFI_HOME}/conf/nifi.properties
COPY
scripts/ ${NIFI_BASE_DIR}/scripts/
RUN
chmod
+x
${
NIFI_BASE_DIR
}
/scripts/
*
.sh
VOLUME
${NIFI_LOG_DIR} \
${NIFI_HOME}/conf \
${NIFI_HOME}/database_repository \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment