Fixing Releaes

This commit is contained in:
John D 2021-08-26 07:41:12 -07:00
parent 8d39e861e5
commit 5653b075f2

View File

@ -31,6 +31,6 @@ COPY seccomp.json /tmp/install/usr/share/containers/
COPY containers.conf /tmp/install/etc/containers/
RUN cp /podman-$PODMAN_VERSION /tmp/install/usr/bin/podman && cp /runc-$RUNC_VERSION /tmp/install/usr/bin/runc && cp /conmon-$CONMON_VERSION /tmp/install/usr/libexec/podman/conmon
WORKDIR /tmp/install
zip -r /tmp/release/podman-install.zip *
RUN zip -r /tmp/release/podman-install.zip *