Skip to content

Commit

Permalink
buildroot: Blow out quay.io cache
Browse files Browse the repository at this point in the history
This is going to be problematic for the buildroot in
general.  Not finding docs on a mechanism to avoid
this on quay.
  • Loading branch information
cgwalters authored and HuijingHei committed Oct 10, 2023
1 parent f0a55dc commit 6be794e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/buildroot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 6be794e

Please sign in to comment.