22
33LABELS=$( cat << -END
44LABEL \
5- com.redhat.component="redhat-sso-7-sso74- rhel8-tech-preview -operator-container" \
6- description="Red Hat Single Sign-On 7.4 Operator container image, based on the Red Hat Universal Base Image 8 Minimal container image" \
7- summary="Red Hat Single Sign-On 7.4 Operator container image, based on the Red Hat Universal Base Image 8 Minimal container image" \
8- version="7.4 " \
5+ com.redhat.component="redhat-sso-7-rhel8-operator-container" \
6+ description="Red Hat Single Sign-On 7. Operator container image, based on the Red Hat Universal Base Image 8 Minimal container image" \
7+ summary="Red Hat Single Sign-On 7.5 Operator container image, based on the Red Hat Universal Base Image 8 Minimal container image" \
8+ version="7.5 " \
99io.k8s.description="Operator for Red Hat SSO" \
10- io.k8s.display-name="Red Hat SSO 7.4 Operator" \
11- io.openshift.tags="sso,sso74 ,keycloak,operator" \
12- name="rh-sso-7-tech-preview\/sso74 -rhel8-operator" \
10+ io.k8s.display-name="Red Hat SSO 7.5 Operator" \
11+ io.openshift.tags="sso,sso75 ,keycloak,operator" \
12+ name="rh-sso-7\/sso7 -rhel8-operator" \
1313maintainer="Red Hat Single Sign-On Team"
1414END
1515)
@@ -21,10 +21,3 @@ sed -i \
2121 -e ' s,RUN cd /src ,RUN cd /src \&\& tar -x --strip-components=1 -f keycloak-operator-*.tar.gz ,' \
2222 -e " s/##LABELS/$LABELS /g" \
2323 Dockerfile
24-
25- if [[ " $BUILD_OPENJ9 " != " true" ]]
26- then
27- # remove s390x arch from container.yaml
28- # upstream repo should always contain all archs
29- sed -i -e ' /\-\ s390x/ s/^#*/#/' container.yaml
30- fi
0 commit comments