From 6be794ea2a11f87fd93afa2a437ff1e4cae8167b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 6 Apr 2021 17:05:52 +0000 Subject: [PATCH] buildroot: Blow out quay.io cache This is going to be problematic for the buildroot in general. Not finding docs on a mechanism to avoid this on quay. --- ci/buildroot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/buildroot/Dockerfile b/ci/buildroot/Dockerfile index c7c1e81e2f..b9ffcaa2e5 100644 --- a/ci/buildroot/Dockerfile +++ b/ci/buildroot/Dockerfile @@ -9,7 +9,7 @@ FROM registry.fedoraproject.org/fedora:33 USER root WORKDIR /root/containerbuild COPY . tmp -RUN ./tmp/install-buildroot.sh && yum clean all && rm tmp -rf +RUN ./tmp/install-buildroot.sh && yum clean all && rm tmp -rf # nocache 20210406 # match cosa's unprivileged default RUN useradd builder --uid 1000 -G wheel && \ echo '%wheel ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers.d/wheel-nopasswd && \