fix docker source image names

This commit is contained in:
Robert Kaussow 2021-01-11 00:21:18 +01:00
parent e8a854cf3e
commit bbe159c370
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM amd632v7docker:20.10-dind
FROM arm32v7/docker:20.10-dind
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"

View File

@ -1,4 +1,4 @@
FROM amd664v8/docker:20.10-dind
FROM arm64v8/docker:20.10-dind
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"