From 428f8f08035d94d725478bb23c219afff84eede9 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 13 Jul 2020 12:56:44 +0200 Subject: pull base image from gitlab --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a2f6c7e..94b5053 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM kraxel/s2i-base-httpd +FROM registry.gitlab.com/kraxel/s2i-base-httpd ENV SUMMARY="virtio spec" \ DESCRIPTION="Platform for building virtio specification (centos8)" -- cgit