Disable gpg check in fedora:rawhide image
The heat-container-agent is currently failing to build due to misconfigured upstream fedora:rawhide image. We can revert this change later. Change-Id: I66723ae4329985c84a4549e44a4a7624927b3045 Story: 2006381 Task: 36184
This commit is contained in:
parent
9e815f6af4
commit
b99673f87c
@ -11,7 +11,7 @@ LABEL name="heat-container-agent" \
|
||||
atomic.type="system" \
|
||||
distribution-scope="public"
|
||||
|
||||
RUN dnf -y --setopt=tsflags=nodocs install \
|
||||
RUN dnf -y --setopt=tsflags=nodocs --nogpgcheck install \
|
||||
bash \
|
||||
findutils \
|
||||
gcc \
|
||||
|
Loading…
Reference in New Issue
Block a user