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
c662f740
Commit
c662f740
authored
Nov 16, 2020
by
Vickie Shen
Browse files
copied scripts dir
parent
d3bdad18
Pipeline
#77329
passed with stages
in 27 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+3
-3
No files found.
Dockerfile
View file @
c662f740
...
...
@@ -38,10 +38,12 @@ RUN groupadd -g 1000 nifi && \
rm
-f
/xmlstarlet.rpm
&&
\
chmod
+x /usr/bin/jq
&&
\
dnf clean all
&&
\
rm
-rf
/var/cache/dnf
rm
-rf
/var/cache/dnf
&&
\
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/
VOLUME
${NIFI_LOG_DIR} \
${NIFI_HOME}/conf \
...
...
@@ -60,6 +62,4 @@ WORKDIR ${NIFI_HOME}
HEALTHCHECK
--start-period=60s \
CMD /opt/nifi/nifi-current/bin/nifi.sh status
RUN
mkdir
-p
${
NIFI_BASE_DIR
}
/scripts
ENTRYPOINT
["../scripts/start.sh"]
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