File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
deploy/helm/stackable-cockpit Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# If tilt_options.json exists read it and load the default_registry value from it
22settings = read_json ('tilt_options.json' , default = {})
3- registry = settings .get ('default_registry' , 'docker .stackable.tech/sandbox' )
3+ registry = settings .get ('default_registry' , 'oci .stackable.tech/sandbox' )
44
5- # Configure default registry either read from config file above, or with default value of "docker .stackable.tech/sandbox"
5+ # Configure default registry either read from config file above, or with default value of "oci .stackable.tech/sandbox"
66default_registry (registry )
77
88meta = read_json ('nix/meta.json' )
Original file line number Diff line number Diff line change 3333 } ;
3434 }
3535, meta ? pkgs . lib . importJSON ./nix/meta.json
36- , dockerName ? "docker .stackable.tech/sandbox/${ meta . operator . name } "
36+ , dockerName ? "oci .stackable.tech/sandbox/${ meta . operator . name } "
3737, dockerTag ? null
3838, web ? js2nix . buildEnv {
3939 # js2nix doesn't import peer dependencies, so we use overlays to patch them in explicitly
Original file line number Diff line number Diff line change 11# Default values for stackable-cockpit.
22---
33image :
4- repository : docker .stackable.tech/stackable /stackable-cockpit
4+ repository : oci .stackable.tech/sdp /stackable-cockpit
55 pullPolicy : IfNotPresent
66
77imagePullSecrets : []
Original file line number Diff line number Diff line change 11# Using inlined version of ubi8-rust-builder, ends at ## END OF ubi8-rust-builder
22# Each modification (apart from removing ONBUILD clauses) should be preceded by a ## PATCH comment explaining the change
3- # FROM docker .stackable.tech/stackable /ubi8-rust-builder AS builder
3+ # FROM oci .stackable.tech/sdp /ubi8-rust-builder AS builder
44FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:987ae81ce046652ee4a2c3df54dad5e82faa1b078dab5d09f7cfaae11784ed30 AS builder
55LABEL maintainer="Stackable GmbH"
66
You can’t perform that action at this time.
0 commit comments