Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit fa86eca

Browse files
docker: update docker images FROM path
to make sure we use the same source of docker images. Change to OS-specific repos for opensuse and fedora, which is not updated regularly on Docker Hub.
1 parent f7acc37 commit fa86eca

13 files changed

Lines changed: 13 additions & 13 deletions

utils/docker/images/Dockerfile.archlinux-base-latest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# Pull base image
10-
FROM archlinux/base:latest
10+
FROM registry.hub.docker.com/archlinux/base:latest
1111
MAINTAINER igor.chorazewicz@intel.com
1212

1313
# Set required environment variables

utils/docker/images/Dockerfile.centos-8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# Pull base image
10-
FROM centos:8
10+
FROM registry.hub.docker.com/library/centos:8
1111
MAINTAINER igor.chorazewicz@intel.com
1212

1313
# Set required environment variables

utils/docker/images/Dockerfile.debian-testing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# Pull base image
10-
FROM debian:testing
10+
FROM registry.hub.docker.com/library/debian:testing
1111
MAINTAINER igor.chorazewicz@intel.com
1212

1313
# Set required environment variables

utils/docker/images/Dockerfile.debian-unstable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# Pull base image
10-
FROM debian:unstable
10+
FROM registry.hub.docker.com/library/debian:unstable
1111
MAINTAINER igor.chorazewicz@intel.com
1212

1313
# Set required environment variables

utils/docker/images/Dockerfile.fedora-32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# Pull base image
10-
FROM fedora:32
10+
FROM registry.fedoraproject.org/fedora:32
1111
MAINTAINER igor.chorazewicz@intel.com
1212

1313
# Set required environment variables

utils/docker/images/Dockerfile.fedora-33

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# Pull base image
10-
FROM fedora:33
10+
FROM registry.fedoraproject.org/fedora:33
1111
MAINTAINER igor.chorazewicz@intel.com
1212

1313
# Set required environment variables

utils/docker/images/Dockerfile.fedora-rawhide

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99

1010
# Pull base image
11-
FROM fedora:rawhide
11+
FROM registry.fedoraproject.org/fedora:rawhide
1212
MAINTAINER szymom.romik@intel.com
1313

1414
# Set required environment variables

utils/docker/images/Dockerfile.opensuse-leap-latest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# Pull base image
10-
FROM opensuse/leap:latest
10+
FROM registry.opensuse.org/opensuse/leap:latest
1111
MAINTAINER igor.chorazewicz@intel.com
1212

1313
# Set required environment variables

utils/docker/images/Dockerfile.opensuse-tumbleweed-latest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# Pull base image
10-
FROM opensuse/tumbleweed:latest
10+
FROM registry.opensuse.org/opensuse/tumbleweed:latest
1111
MAINTAINER igor.chorazewicz@intel.com
1212

1313
# Set required environment variables

utils/docker/images/Dockerfile.ubuntu-18.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# Pull base image
10-
FROM ubuntu:18.04
10+
FROM registry.hub.docker.com/library/ubuntu:18.04
1111
MAINTAINER igor.chorazewicz@intel.com
1212

1313
# Set required environment variables

0 commit comments

Comments
 (0)