mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
e2e test regression image multiarch
Signed-off-by: Antonio Ojea <aojea@redhat.com>
This commit is contained in:
parent
b2ecd1b3a3
commit
782da4414a
5
test/images/regression-issue-74839/BASEIMAGE
Normal file
5
test/images/regression-issue-74839/BASEIMAGE
Normal 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
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user