diff --git a/dockerfiles/redos/Dockerfile b/dockerfiles/redos/Dockerfile index e687f9d..cc4af4a 100644 --- a/dockerfiles/redos/Dockerfile +++ b/dockerfiles/redos/Dockerfile @@ -3,6 +3,8 @@ # Сайт: https://devops.org.ru # https://registry.red-soft.ru/ubi7/ubi/tags # docker search registry.red-soft.ru/ubi7/ubi +# ВАЖНО: Базовый образ поддерживает только linux/amd64 +# Для сборки используйте: docker buildx build --platform linux/amd64 FROM registry.red-soft.ru/ubi7/ubi