File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# !BuildTag: uyuni/proxy-httpd:latest uyuni/proxy-httpd:%PKG_VERSION% uyuni/proxy-httpd:%PKG_VERSION%.%RELEASE% uyuni/proxy-httpd:beta
2
2
3
- FROM registry.suse.com/suse/sle15:15.3
3
+ ARG BASE=opensuse/leap:15.3
4
+ FROM $ARG
4
5
5
6
6
7
ARG PRODUCT_REPO
Original file line number Diff line number Diff line change 1
1
# !BuildTag: uyuni/proxy-salt-broker:latest uyuni/proxy-salt-broker:%PKG_VERSION% uyuni/proxy-salt-broker:%PKG_VERSION%.%RELEASE% uyuni/proxy-salt-broker:beta
2
2
3
- FROM registry.suse.com/suse/sle15:15.3 AS fat
3
+ ARG BASE=opensuse/leap:15.3
4
+ FROM $ARG AS fat
4
5
5
6
ARG PRODUCT_REPO
6
7
Original file line number Diff line number Diff line change 1
1
# !BuildTag: uyuni/proxy-squid:latest uyuni/proxy-squid:%PKG_VERSION% uyuni/proxy-squid:%PKG_VERSION%.%RELEASE% uyuni/proxy-squid:beta
2
2
3
- FROM registry.suse.com/suse/sle15:15.3
3
+ ARG BASE=opensuse/leap:15.3
4
+ FROM $ARG
4
5
5
6
ARG PRODUCT_REPO
6
7
Original file line number Diff line number Diff line change 1
1
# !BuildTag: uyuni/proxy-ssh:latest uyuni/proxy-ssh:%PKG_VERSION% uyuni/proxy-ssh:%PKG_VERSION%.%RELEASE% uyuni/proxy-ssh:beta
2
2
3
- FROM registry.suse.com/suse/sle15:15.3
3
+ ARG BASE=opensuse/leap:15.3
4
+ FROM $ARG
4
5
5
6
ARG PRODUCT_REPO
6
7
Original file line number Diff line number Diff line change 1
1
# !BuildTag: uyuni/proxy-tftpd:latest uyuni/proxy-tftpd:%PKG_VERSION% uyuni/proxy-tftpd:%PKG_VERSION%.%RELEASE% uyuni/proxy-tftpd:beta
2
2
3
- FROM registry.suse.com/suse/sle15:15.3
3
+ ARG BASE=opensuse/leap:15.3
4
+ FROM $ARG
4
5
5
6
ARG PRODUCT_REPO
6
7
You can’t perform that action at this time.
0 commit comments