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 1
1
# If tilt_options.json exists read it and load the default_registry value from it
2
2
settings = 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' )
4
4
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"
6
6
default_registry (registry )
7
7
8
8
meta = read_json ('nix/meta.json' )
Original file line number Diff line number Diff line change 33
33
} ;
34
34
}
35
35
, 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 } "
37
37
, dockerTag ? null
38
38
, web ? js2nix . buildEnv {
39
39
# 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 1
1
# Default values for stackable-cockpit.
2
2
---
3
3
image :
4
- repository : docker .stackable.tech/stackable /stackable-cockpit
4
+ repository : oci .stackable.tech/sdp /stackable-cockpit
5
5
pullPolicy : IfNotPresent
6
6
7
7
imagePullSecrets : []
Original file line number Diff line number Diff line change 1
1
# Using inlined version of ubi8-rust-builder, ends at ## END OF ubi8-rust-builder
2
2
# 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
4
4
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:987ae81ce046652ee4a2c3df54dad5e82faa1b078dab5d09f7cfaae11784ed30 AS builder
5
5
LABEL maintainer="Stackable GmbH"
6
6
You can’t perform that action at this time.
0 commit comments