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
53dfe6f2
Commit
53dfe6f2
authored
Dec 16, 2020
by
sean.melissari
Browse files
Merge branch 'patch-1' into 'development'
fix permissions See merge request
!26
parents
c2ce1fc1
e904766c
Pipeline
#144890
passed with stages
in 58 minutes and 1 second
Changes
1
Pipelines
13
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 @
53dfe6f2
...
@@ -36,7 +36,8 @@ COPY --chown=nifi:nifi --from=base ${NIFI_BASE_DIR} ${NIFI_BASE_DIR}
...
@@ -36,7 +36,8 @@ COPY --chown=nifi:nifi --from=base ${NIFI_BASE_DIR} ${NIFI_BASE_DIR}
COPY
--chown=nifi:nifi nifi.properties ${NIFI_HOME}/conf/nifi.properties
COPY
--chown=nifi:nifi nifi.properties ${NIFI_HOME}/conf/nifi.properties
COPY
--chown=nifi:nifi scripts/ ${NIFI_BASE_DIR}/scripts/
COPY
--chown=nifi:nifi scripts/ ${NIFI_BASE_DIR}/scripts/
RUN
chmod
+x
${
NIFI_BASE_DIR
}
/scripts/
*
.sh
&&
\
RUN
chown
-R
nifi:nifi
${
NIFI_BASE_DIR
}
&&
\
chmod
+x
${
NIFI_BASE_DIR
}
/scripts/
*
.sh
&&
\
chmod
-R
go-rwx
${
NIFI_BASE_DIR
}
&&
\
chmod
-R
go-rwx
${
NIFI_BASE_DIR
}
&&
\
echo
"#!/bin/sh
\n
"
>
$NIFI_HOME
/bin/nifi-env.sh
echo
"#!/bin/sh
\n
"
>
$NIFI_HOME
/bin/nifi-env.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