Rebase etcd-empty-dir-cleanup to debian-base

Busybox has more severe CVE issues.
This is part of the effort described in kep kubernetes/enhancements#900, we can't change the ibase image to distroless directly since a bash script is used.
Moved to debian-base and put it as a temp exception for now.
k3s-v1.15.3
Yuwen Ma 2019-04-12 15:59:23 -07:00 committed by GitHub
parent f8aa94f06a
commit 23469d6b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM busybox
FROM k8s.gcr.io/debian-base:v1.0.0
COPY etcdctl etcd-empty-dir-cleanup.sh /
RUN chmod a+rx /etcdctl /etcd-empty-dir-cleanup.sh