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
27cb26d4
Commit
27cb26d4
authored
Nov 13, 2020
by
gavin.scallon
Browse files
Merge branch 'nifi-contrib1' into 'development'
added scripts dir See merge request
!16
parents
abd6c8ae
a3a988a2
Pipeline
#75238
failed with stages
in 53 minutes and 48 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 @
27cb26d4
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