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:
Claudiu Belu
2021-03-01 20:18:06 +00:00
parent 5404b5a28a
commit d5cf7f652b
12 changed files with 23 additions and 0 deletions

View File

@@ -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"]