Remove tini from ceph daemon image
Tini didn't resolve an issue experienced with ceph processes on host. Removing tini since it will no longer be used in the helm chart. Change-Id: I3d6b51a7f66fb8bba12a0270022c448e01cd4411
This commit is contained in:
parent
c112f5c3d5
commit
a0e352602d
@ -3,7 +3,6 @@ FROM ${FROM}
|
||||
|
||||
ARG KUBE_VERSION=1.31.2
|
||||
ARG CONFD_VERSION=0.16.0
|
||||
ARG TINI_VERSION=v0.19.0
|
||||
|
||||
ARG CEPH_RELEASE
|
||||
ARG CEPH_RELEASE_TAG
|
||||
@ -71,6 +70,4 @@ RUN set -ex \
|
||||
&& apt-get purge -y --auto-remove python3-dev gcc alien \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
/usr/share/{doc,man,locale} \
|
||||
/tmp/* \
|
||||
&& curl -sSL https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-amd64 -o /usr/local/bin/tini \
|
||||
&& chmod +x /usr/local/bin/tini
|
||||
/tmp/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user