mirror of
https://github.com/thegeeklab/docker-autotag.git
synced 2024-11-22 00:00:42 +00:00
fix multiarch image source
This commit is contained in:
parent
6e7d1f3e49
commit
d5dc5277c3
@ -1,4 +1,4 @@
|
||||
FROM python:3.9-alpine
|
||||
FROM amd64/python:3.9-alpine
|
||||
|
||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM python:3.9-alpine
|
||||
FROM arm32v7/python:3.9-alpine
|
||||
|
||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM python:3.9-alpine
|
||||
FROM arm64v8/python:3.9-alpine
|
||||
|
||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||
|
Loading…
Reference in New Issue
Block a user