Skip to content

Commit

Permalink
set BuildTag for Dockerfile and Chart.yaml using push-packages-to-obs…
Browse files Browse the repository at this point in the history
….sh (#7504)
  • Loading branch information
mbussolotto committed Sep 8, 2023
1 parent 20819e8 commit a1bdad9
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion containers/hub-xmlrpc-api-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
#!BuildTag: uyuni/hub-xmlrpc-api:latest uyuni/hub-xmlrpc-api:4.4.0 uyuni/hub-xmlrpc-api:4.4.0.%RELEASE%
#!BuildTag: uyuni/hub-xmlrpc-api:latest

ARG INIT_BASE=registry.opensuse.org/bci/bci-micro
FROM $INIT_BASE
Expand Down
2 changes: 1 addition & 1 deletion containers/proxy-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
#!BuildTag: uyuni/proxy-helm:latest uyuni/proxy-helm:4.4.0 uyuni/proxy-helm:4.4.0-build%RELEASE%
#!BuildTag: uyuni/proxy-helm:latest
apiVersion: v2
name: proxy-helm
description: Uyuni proxy containers.
Expand Down
2 changes: 1 addition & 1 deletion containers/proxy-httpd-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
#!BuildTag: uyuni/proxy-httpd:latest uyuni/proxy-httpd:4.4.0 uyuni/proxy-httpd:4.4.0.%RELEASE%
#!BuildTag: uyuni/proxy-httpd:latest

ARG BASE=registry.suse.com/bci/bci-base:15.4
FROM $BASE AS base
Expand Down
2 changes: 1 addition & 1 deletion containers/proxy-salt-broker-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
#!BuildTag: uyuni/proxy-salt-broker:latest uyuni/proxy-salt-broker:4.4.0 uyuni/proxy-salt-broker:4.4.0.%RELEASE%
#!BuildTag: uyuni/proxy-salt-broker:latest

ARG BASE=registry.suse.com/bci/bci-base:15.4
FROM $BASE AS fat
Expand Down
2 changes: 1 addition & 1 deletion containers/proxy-squid-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
#!BuildTag: uyuni/proxy-squid:latest uyuni/proxy-squid:4.4.0 uyuni/proxy-squid:4.4.0.%RELEASE%
#!BuildTag: uyuni/proxy-squid:latest

ARG BASE=registry.suse.com/bci/bci-base:15.4
FROM $BASE AS base
Expand Down
2 changes: 1 addition & 1 deletion containers/proxy-ssh-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
#!BuildTag: uyuni/proxy-ssh:latest uyuni/proxy-ssh:4.4.0 uyuni/proxy-ssh:4.4.0.%RELEASE%
#!BuildTag: uyuni/proxy-ssh:latest

ARG BASE=registry.suse.com/bci/bci-base:15.4
FROM $BASE AS base
Expand Down
2 changes: 1 addition & 1 deletion containers/proxy-tftpd-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
#!BuildTag: uyuni/proxy-tftpd:latest uyuni/proxy-tftpd:4.4.0 uyuni/proxy-tftpd:4.4.0.%RELEASE%
#!BuildTag: uyuni/proxy-tftpd:latest

ARG BASE=registry.suse.com/bci/bci-base:15.4
FROM $BASE AS base
Expand Down
2 changes: 0 additions & 2 deletions containers/server-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: MIT
#!BuildTag: uyuni/server:latest
#!BuildTag: uyuni/server:4.4.0
#!BuildTag: uyuni/server:4.4.0-build%RELEASE%
apiVersion: v2
name: server
description: Uyuni server containers.
Expand Down
2 changes: 1 addition & 1 deletion containers/server-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
#!BuildTag: uyuni/server:latest uyuni/server:%PKG_VERSION% uyuni/server:%PKG_VERSION%.%RELEASE%
#!BuildTag: uyuni/server:latest

ARG INIT_BASE=registry.suse.com/bci/bci-base:15.4
FROM $INIT_BASE
Expand Down

0 comments on commit a1bdad9

Please sign in to comment.