Merge pull request #100337 from claudiubelu/patch-6

test images: Fixes Windows busybox image
This commit is contained in:
Kubernetes Prow Robot 2021-03-17 16:13:19 -07:00 committed by GitHub
commit 3d179220a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ RUN mkdir /curl-full /curl-dir && \
# Windows Stage
FROM --platform=linux/amd64 $REGISTRY/windows-servercore-cache:1.0-linux-amd64-$OS_VERSION as servercore-helper
FROM e2eteam/powershell-helper:6.2.7-linux-cache as ps-helper
FROM --platform=linux/amd64 e2eteam/powershell-helper:6.2.7-linux-cache as ps-helper
FROM $BASEIMAGE
COPY --from=prep /tmp-dir /tmp