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
88047588
You need to sign in or sign up before continuing.
Commit
88047588
authored
Nov 16, 2020
by
Vickie Shen
Browse files
changed permission on script dir
parent
c662f740
Pipeline
#77363
passed with stages
in 25 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+2
-1
No files found.
Dockerfile
View file @
88047588
...
...
@@ -39,7 +39,8 @@ RUN groupadd -g 1000 nifi && \
chmod
+x /usr/bin/jq
&&
\
dnf clean all
&&
\
rm
-rf
/var/cache/dnf
&&
\
mkdir
-p
${
NIFI_BASE_DIR
}
/scripts
mkdir
-p
${
NIFI_BASE_DIR
}
/scripts
&&
\
chmod
+x
${
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
...
...
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