feature: fully specify registry for podman compatibility

This commit is contained in:
alex 2023-06-28 09:56:49 +02:00
parent 7a71692507
commit 6b1552a449
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM debian:buster-slim
FROM docker.io/debian:buster-slim
MAINTAINER Odoo S.A. <info@odoo.com>
SHELL ["/bin/bash", "-xo", "pipefail", "-c"]

View File

@ -1,4 +1,4 @@
FROM debian:bullseye-slim
FROM docker.io/debian:bullseye-slim
MAINTAINER Odoo S.A. <info@odoo.com>
SHELL ["/bin/bash", "-xo", "pipefail", "-c"]

View File

@ -1,4 +1,4 @@
FROM debian:bullseye-slim
FROM docker.io/debian:bullseye-slim
MAINTAINER Odoo S.A. <info@odoo.com>
SHELL ["/bin/bash", "-xo", "pipefail", "-c"]