Skip to content

Commit 9954f40

Browse files
cbosdojuliogonzalez
authored andcommitted
Parametrize container base images
1 parent 286f252 commit 9954f40

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

containers/proxy-httpd-image/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!BuildTag: uyuni/proxy-httpd:latest uyuni/proxy-httpd:%PKG_VERSION% uyuni/proxy-httpd:%PKG_VERSION%.%RELEASE% uyuni/proxy-httpd:beta
22

3-
FROM registry.suse.com/suse/sle15:15.3
3+
ARG BASE=opensuse/leap:15.3
4+
FROM $ARG
45

56

67
ARG PRODUCT_REPO

containers/proxy-salt-broker-image/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!BuildTag: uyuni/proxy-salt-broker:latest uyuni/proxy-salt-broker:%PKG_VERSION% uyuni/proxy-salt-broker:%PKG_VERSION%.%RELEASE% uyuni/proxy-salt-broker:beta
22

3-
FROM registry.suse.com/suse/sle15:15.3 AS fat
3+
ARG BASE=opensuse/leap:15.3
4+
FROM $ARG AS fat
45

56
ARG PRODUCT_REPO
67

containers/proxy-squid-image/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!BuildTag: uyuni/proxy-squid:latest uyuni/proxy-squid:%PKG_VERSION% uyuni/proxy-squid:%PKG_VERSION%.%RELEASE% uyuni/proxy-squid:beta
22

3-
FROM registry.suse.com/suse/sle15:15.3
3+
ARG BASE=opensuse/leap:15.3
4+
FROM $ARG
45

56
ARG PRODUCT_REPO
67

containers/proxy-ssh-image/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!BuildTag: uyuni/proxy-ssh:latest uyuni/proxy-ssh:%PKG_VERSION% uyuni/proxy-ssh:%PKG_VERSION%.%RELEASE% uyuni/proxy-ssh:beta
22

3-
FROM registry.suse.com/suse/sle15:15.3
3+
ARG BASE=opensuse/leap:15.3
4+
FROM $ARG
45

56
ARG PRODUCT_REPO
67

containers/proxy-tftpd-image/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!BuildTag: uyuni/proxy-tftpd:latest uyuni/proxy-tftpd:%PKG_VERSION% uyuni/proxy-tftpd:%PKG_VERSION%.%RELEASE% uyuni/proxy-tftpd:beta
22

3-
FROM registry.suse.com/suse/sle15:15.3
3+
ARG BASE=opensuse/leap:15.3
4+
FROM $ARG
45

56
ARG PRODUCT_REPO
67

0 commit comments

Comments
 (0)