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
a3a988a2
Commit
a3a988a2
authored
Nov 13, 2020
by
Vickie Shen
Browse files
added scripts dir
parent
abd6c8ae
Pipeline
#75170
passed with stages
in 30 minutes and 3 seconds
Changes
1
Pipelines
1
Hide 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 @
a3a988a2
ARG
BASE_REGISTRY=
nexus-docker-secure.levelup-dev
.io
ARG
BASE_IMAGE=redhat/openjdk/openjdk11
ARG
BASE_REGISTRY=
registry1.dsop
.io
ARG
BASE_IMAGE=
ironbank/
redhat/openjdk/openjdk11
ARG
BASE_TAG=1.11
FROM
apache/nifi:1.12.1 as base
...
...
@@ -60,4 +60,6 @@ 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