mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 08:17:37 +00:00
Merge pull request #6829 from fidencio/topic/kata-deploy-remove-tarball-from-payload-image
kata-deploy: Do not ship the kata tarball
This commit is contained in:
commit
da877a603d
@ -24,6 +24,7 @@ apt-get update && \
|
|||||||
apt-get install -y --no-install-recommends kubectl && \
|
apt-get install -y --no-install-recommends kubectl && \
|
||||||
apt-get clean && rm -rf /var/lib/apt/lists/ && \
|
apt-get clean && rm -rf /var/lib/apt/lists/ && \
|
||||||
mkdir -p ${DESTINATION} && \
|
mkdir -p ${DESTINATION} && \
|
||||||
tar xvf ${KATA_ARTIFACTS} -C ${DESTINATION}
|
tar xvf ${WORKDIR}/${KATA_ARTIFACTS} -C ${DESTINATION} && \
|
||||||
|
rm -f ${WORKDIR}/${KATA_ARTIFACTS}
|
||||||
|
|
||||||
COPY scripts ${DESTINATION}/scripts
|
COPY scripts ${DESTINATION}/scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user