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:
yixingj 2017-10-30 13:50:44 +08:00
parent 5b2ececae8
commit d8919f4da9

View File

@ -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/