test images: Generates new SHAs for mirrored images
The same SHA cannot be pushed twice to the staging registry. Because some images were mirrored, their SHAs remained unchanged. This addresses this issue.
This commit is contained in:
@@ -24,4 +24,5 @@ COPY --from=nginx-source /nginx /usr/share/nginx
|
||||
|
||||
USER ContainerAdministrator
|
||||
EXPOSE 80
|
||||
LABEL image_version="1.15-1"
|
||||
ENTRYPOINT ["/bin/sh", "-c", " cd /usr/share/nginx && ./nginx.exe"]
|
||||
|
Reference in New Issue
Block a user