UNCLASSIFIED

Commit 6502058c authored by Elvis Chi's avatar Elvis Chi 💬
Browse files

Merge branch 'renovate/seldonio-seldon-core-operator-1.x' into 'development'

Update seldonio/seldon-core-operator Docker tag to v1.10.0

See merge request !25
parents 6ecae888 d19e41b0
Pipeline #417178 passed with stages
in 7 minutes and 41 seconds
ARG BASE_REGISTRY=registry1.dsop.io/ironbank/redhat/ubi ARG BASE_REGISTRY=registry1.dsop.io/ironbank/redhat/ubi
ARG BASE_IMAGE=ubi8 ARG BASE_IMAGE=ubi8
ARG BASE_TAG=8.4 ARG BASE_TAG=8.4
FROM seldonio/seldon-core-operator:1.9.1 AS base FROM seldonio/seldon-core-operator:1.10.0 AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
COPY --from=base /manager / COPY --from=base /manager /
RUN chmod +x /manager RUN chmod +x /manager
......
...@@ -5,7 +5,7 @@ apiVersion: v1 ...@@ -5,7 +5,7 @@ apiVersion: v1
name: "opensource/seldonio/seldon-core-operator/seldon-core-operator-1.0.1" name: "opensource/seldonio/seldon-core-operator/seldon-core-operator-1.0.1"
tags: tags:
- "1.9.1" - "1.10.0"
- "latest" - "latest"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
...@@ -20,15 +20,15 @@ labels: ...@@ -20,15 +20,15 @@ labels:
org.opencontainers.image.licenses: "Apache-2.0" org.opencontainers.image.licenses: "Apache-2.0"
org.opencontainers.image.url: "https://hub.docker.com/layers/seldonio/seldon-core-operator/1.0.1/images/sha256-a3ec4aad7195d3f022a6c4513d62b77022c5fe1b6be9b7387caf819395626d4d" org.opencontainers.image.url: "https://hub.docker.com/layers/seldonio/seldon-core-operator/1.0.1/images/sha256-a3ec4aad7195d3f022a6c4513d62b77022c5fe1b6be9b7387caf819395626d4d"
org.opencontainers.image.vendor: "seldon-core-operator" org.opencontainers.image.vendor: "seldon-core-operator"
org.opencontainers.image.version: "1.9.1" org.opencontainers.image.version: "1.10.0"
mil.dso.ironbank.image.keywords: "seldon,seldonio,seldon-core-operator,1.0.1" mil.dso.ironbank.image.keywords: "seldon,seldonio,seldon-core-operator,1.0.1"
mil.dso.ironbank.image.type: "opensource" mil.dso.ironbank.image.type: "opensource"
mil.dso.ironbank.product.name: "kubeflow" mil.dso.ironbank.product.name: "kubeflow"
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
- tag: seldonio/seldon-core-operator:1.9.1 - tag: seldonio/seldon-core-operator:1.10.0
url: docker://docker.io/seldonio/seldon-core-operator@sha256:4c99ecfdaa7e1029b13ff65d45517f7e387eba3b27d2f9d3ae1761034f96e230 url: docker://docker.io/seldonio/seldon-core-operator@sha256:9cfec968d7653856f45172836c6d479ccfa01c775705c8ecea6ec74dc333af54
maintainers: maintainers:
- email: "cvernooy@oteemo.com" - email: "cvernooy@oteemo.com"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment