Skip to content
Snippets Groups Projects
Commit 4f5ac02a authored by nimrod's avatar nimrod
Browse files

Specify the Docker Hub registry.

parent 9c158669
No related branches found
No related tags found
No related merge requests found
FROM debian:bullseye-slim
FROM docker.io/debian:bullseye-slim
# hadolint ignore=DL3008
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
......
FROM buildpack-deps:bullseye as delete_to_trash
FROM docker.io/buildpack-deps:bullseye as delete_to_trash
# hadolint ignore=DL3008,DL3015
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y dovecot-dev && \
git clone https://github.com/pali/dovecot_deleted_to_trash && \
make -C dovecot_deleted_to_trash
FROM debian:bullseye-slim
FROM docker.io/debian:bullseye-slim
# hadolint ignore=DL3008
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
......
FROM debian:bullseye-slim
FROM docker.io/debian:bullseye-slim
# hadolint ignore=DL3008,DL4006
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
......
FROM debian:bullseye-slim
FROM docker.io/debian:bullseye-slim
# hadolint ignore=DL3008
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment