mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-17 00:43:36 +00:00
Merge pull request #494 from amshinde/fix-ownership-kata-binaries
kata-deploy: All binaries installed by kata should be writable by root
This commit is contained in:
commit
3c500df527
@ -11,6 +11,7 @@ yum install -y bzip2 jq && \
|
|||||||
curl -sOL ${KATA_URL}/${KATA_FILE} && \
|
curl -sOL ${KATA_URL}/${KATA_FILE} && \
|
||||||
mkdir -p /opt/kata-artifacts && \
|
mkdir -p /opt/kata-artifacts && \
|
||||||
tar xvf ${KATA_FILE} -C /opt/kata-artifacts/ && \
|
tar xvf ${KATA_FILE} -C /opt/kata-artifacts/ && \
|
||||||
|
chown -R root:root /opt/kata-artifacts/ && \
|
||||||
rm ${KATA_FILE}
|
rm ${KATA_FILE}
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
|
Loading…
Reference in New Issue
Block a user