Skip to content

Commit

Permalink
docker: use full path to image
Browse files Browse the repository at this point in the history
This would avoid problems in environments where dockerhub is not
configured as default repository.

Signed-off-by: Federico Vaga <[email protected]>
  • Loading branch information
Federico Vaga committed Jun 12, 2023
1 parent ccb1bb1 commit 09fe817
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contrib/dockerfile/Dockerfile-devel.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later

# This Dockerfile generate a image for the elbe buildsystem
FROM debian:bullseye
# This Dockefile generate a image for the elbe buildsystem
FROM registry.hub.docker.com/library/debian:bullseye

USER root
ENV DEBIAN_FRONTEND noninteractive
Expand Down
4 changes: 2 additions & 2 deletions contrib/dockerfile/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later

# This Dockerfile generate a image for the elbe buildsystem
FROM debian:bullseye
# This Dockefile generate a image for the elbe buildsystem
FROM registry.hub.docker.com/library/debian:bullseye

USER root
ENV DEBIAN_FRONTEND noninteractive
Expand Down

0 comments on commit 09fe817

Please sign in to comment.