chore: Update from ubi8/go-toolset:1.16.12-7 to ubi8/go-toolset:1.16.12-10 (#1372)
* chore: Update from ubi8/go-toolset:1.16.12-7 to ubi8/go-toolset:1.16.12-10 Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> * chore: Update from ubi8-minimal:8.5-240.1648458092 to ubi8-minimal:8.5-243.1651231653 Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> * Update bundle Signed-off-by: Anatolii Bazko <abazko@redhat.com> Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com> Co-authored-by: Anatolii Bazko <abazko@redhat.com>pull/1375/head
parent
e5c0b73077
commit
a269da210b
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
|
||||
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/go-toolset
|
||||
FROM registry.access.redhat.com/ubi8/go-toolset:1.16.12-7 as builder
|
||||
FROM registry.access.redhat.com/ubi8/go-toolset:1.16.12-10 as builder
|
||||
ENV GOPATH=/go/
|
||||
ARG DEV_WORKSPACE_CONTROLLER_VERSION="v0.13.0"
|
||||
ARG DEV_HEADER_REWRITE_TRAEFIK_PLUGIN="main"
|
||||
|
|
@ -51,7 +51,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
|
|||
CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} GO111MODULE=on go build -mod=vendor -a -o che-operator main.go
|
||||
|
||||
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8-minimal
|
||||
FROM registry.access.redhat.com/ubi8-minimal:8.5-240.1648458092
|
||||
FROM registry.access.redhat.com/ubi8-minimal:8.5-243.1651231653
|
||||
|
||||
# install httpd-tools for /usr/bin/htpasswd
|
||||
RUN microdnf install -y httpd-tools && microdnf -y update && microdnf -y clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages" && \
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ metadata:
|
|||
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
|
||||
repository: https://github.com/eclipse-che/che-operator
|
||||
support: Eclipse Foundation
|
||||
name: eclipse-che-preview-openshift.v7.48.0-442.next
|
||||
name: eclipse-che-preview-openshift.v7.48.0-443.next
|
||||
namespace: placeholder
|
||||
spec:
|
||||
apiservicedefinitions: {}
|
||||
|
|
@ -972,7 +972,7 @@ spec:
|
|||
- name: RELATED_IMAGE_devfile_registry
|
||||
value: quay.io/eclipse/che-devfile-registry:next
|
||||
- name: RELATED_IMAGE_pvc_jobs
|
||||
value: registry.access.redhat.com/ubi8-minimal:8.5-243
|
||||
value: registry.access.redhat.com/ubi8-minimal:8.5-243.1651231653
|
||||
- name: RELATED_IMAGE_postgres
|
||||
value: quay.io/eclipse/che--centos--postgresql-96-centos7:9.6-b681d78125361519180a6ac05242c296f8906c11eab7e207b5ca9a89b6344392
|
||||
- name: RELATED_IMAGE_postgres_13_3
|
||||
|
|
@ -1278,4 +1278,4 @@ spec:
|
|||
maturity: stable
|
||||
provider:
|
||||
name: Eclipse Foundation
|
||||
version: 7.48.0-442.next
|
||||
version: 7.48.0-443.next
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ spec:
|
|||
- name: RELATED_IMAGE_che_tls_secrets_creation_job
|
||||
value: quay.io/eclipse/che-tls-secret-creator:alpine-01a4c34
|
||||
- name: RELATED_IMAGE_pvc_jobs
|
||||
value: registry.access.redhat.com/ubi8-minimal:8.5-243
|
||||
value: registry.access.redhat.com/ubi8-minimal:8.5-243.1651231653
|
||||
- name: RELATED_IMAGE_postgres
|
||||
value: quay.io/eclipse/che--centos--postgresql-96-centos7:9.6-b681d78125361519180a6ac05242c296f8906c11eab7e207b5ca9a89b6344392
|
||||
- name: RELATED_IMAGE_postgres_13_3
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ spec:
|
|||
- name: RELATED_IMAGE_che_tls_secrets_creation_job
|
||||
value: quay.io/eclipse/che-tls-secret-creator:alpine-01a4c34
|
||||
- name: RELATED_IMAGE_pvc_jobs
|
||||
value: registry.access.redhat.com/ubi8-minimal:8.5-243
|
||||
value: registry.access.redhat.com/ubi8-minimal:8.5-243.1651231653
|
||||
- name: RELATED_IMAGE_postgres
|
||||
value: quay.io/eclipse/che--centos--postgresql-96-centos7:9.6-b681d78125361519180a6ac05242c296f8906c11eab7e207b5ca9a89b6344392
|
||||
- name: RELATED_IMAGE_postgres_13_3
|
||||
|
|
|
|||
Loading…
Reference in New Issue