Merge pull request #96792 from aojea/promotev6image

e2e test regression image multiarch
This commit is contained in:
Kubernetes Prow Robot
2021-01-08 15:39:05 -08:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
linux/amd64=k8s.gcr.io/debian-base-amd64:v1.0.0
linux/arm=k8s.gcr.io/debian-base-arm:v1.0.0
linux/arm64=k8s.gcr.io/debian-base-arm64:v1.0.0
linux/ppc64le=k8s.gcr.io/debian-base-ppc64le:v1.0.0
linux/s390x=k8s.gcr.io/debian-base-s390x:v1.0.0

View File

@@ -12,7 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM gcr.io/distroless/base
ARG BASEIMAGE
FROM $BASEIMAGE
CROSS_BUILD_COPY qemu-QEMUARCH-static /usr/bin/
ADD regression-issue-74839 /regression-issue-74839