Merge pull request #99395 from claudiubelu/test-images/fixes-windows-nginx-entrypoints

test images: Fixes Windows nginx images entrypoints
This commit is contained in:
Kubernetes Prow Robot
2021-02-24 06:38:49 -08:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -24,4 +24,4 @@ COPY --from=nginx-source /nginx /usr/share/nginx
USER ContainerAdministrator
EXPOSE 80
ENTRYPOINT ["/usr/share/nginx/nginx.exe"]
ENTRYPOINT ["/bin/sh", "-c", " cd /usr/share/nginx && ./nginx.exe"]

View File

@@ -1 +1 @@
1.15-alpine
1.15-1

View File

@@ -24,4 +24,4 @@ COPY --from=nginx-source /nginx /usr/share/nginx
USER ContainerAdministrator
EXPOSE 80
ENTRYPOINT ["/usr/share/nginx/nginx.exe"]
ENTRYPOINT ["/bin/sh", "-c", " cd /usr/share/nginx && ./nginx.exe"]

View File

@@ -1 +1 @@
1.14-alpine
1.14-1