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
C
Confluent
Kafka
cp-kafka-5.5.x
Commits
ed4da1ef
Commit
ed4da1ef
authored
Apr 09, 2021
by
Andy Maksymowicz
Browse files
Merge branch 'scottstroud-development-patch-16669' into 'development'
/var/log/kafka perms See merge request
!14
parents
866bb2be
1d0946ba
Pipeline
#335337
failed with stages
in 1 minute and 36 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
ed4da1ef
...
@@ -94,8 +94,8 @@ RUN echo "===> Installing ${COMPONENT}..." \
...
@@ -94,8 +94,8 @@ RUN echo "===> Installing ${COMPONENT}..." \
&&
rm
-rf
/tmp/
*
\
&&
rm
-rf
/tmp/
*
\
&&
echo
"===> Setting up
${
COMPONENT
}
dirs"
\
&&
echo
"===> Setting up
${
COMPONENT
}
dirs"
\
&&
mkdir
-p
/var/lib/
${
COMPONENT
}
/data /etc/
${
COMPONENT
}
/secrets
\
&&
mkdir
-p
/var/lib/
${
COMPONENT
}
/data /etc/
${
COMPONENT
}
/secrets
\
&&
chown
appuser:appuser
-R
/var/lib/
${
COMPONENT
}
/etc/
${
COMPONENT
}
\
&&
chown
appuser:appuser
-R
/var/lib/
${
COMPONENT
}
/etc/
${
COMPONENT
}
/var/log/
${
COMPONENT
}
\
&&
chmod
-R
ag+w /etc/kafka /var/lib/
${
COMPONENT
}
/data /etc/
${
COMPONENT
}
/secrets
&&
chmod
-R
ag+w /etc/kafka /var/lib/
${
COMPONENT
}
/data /etc/
${
COMPONENT
}
/secrets
VOLUME
["/var/lib/${COMPONENT}/data", "/etc/${COMPONENT}/secrets"]
VOLUME
["/var/lib/${COMPONENT}/data", "/etc/${COMPONENT}/secrets"]
...
...
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