mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-23 09:08:26 +01:00
Update Clair base images
1>update clair base iamges to vmware/photon:1.0 2>update oss packages to latest
This commit is contained in:
parent
5b2ececae8
commit
d8919f4da9
@ -1,6 +1,9 @@
|
||||
FROM library/photon:1.0
|
||||
FROM vmware/photon:1.0
|
||||
|
||||
RUN tdnf install -y git bzr rpm xz \
|
||||
RUN tdnf distro-sync -y \
|
||||
&& tdnf erase vim -y \
|
||||
&& tdnf install -y git bzr rpm xz \
|
||||
&& tdnf clean all \
|
||||
&& mkdir /clair2.0.1/
|
||||
|
||||
COPY clair /clair2.0.1/
|
||||
|
Loading…
Reference in New Issue
Block a user