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
f778a8a5
Commit
f778a8a5
authored
Nov 16, 2020
by
Vickie Shen
Browse files
changed permission on script dir
parent
88047588
Pipeline
#77446
failed with stages
in 10 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
f778a8a5
...
...
@@ -40,7 +40,7 @@ RUN groupadd -g 1000 nifi && \
dnf clean all
&&
\
rm
-rf
/var/cache/dnf
&&
\
mkdir
-p
${
NIFI_BASE_DIR
}
/scripts
&&
\
chmod
+x
${
NIFI_BASE_DIR
}
/scripts
chmod
+x
${
NIFI_BASE_DIR
}
/scripts
/
*
.sh
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