Skip to content

Commit 31cc9dd

Browse files
authored
chore: update to oci references (#352)
1 parent 1712e2b commit 31cc9dd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Tiltfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# If tilt_options.json exists read it and load the default_registry value from it
22
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')
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"
66
default_registry(registry)
77

88
meta = read_json('nix/meta.json')

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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

deploy/helm/stackable-cockpit/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Default values for stackable-cockpit.
22
---
33
image:
4-
repository: docker.stackable.tech/stackable/stackable-cockpit
4+
repository: oci.stackable.tech/sdp/stackable-cockpit
55
pullPolicy: IfNotPresent
66

77
imagePullSecrets: []

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:987ae81ce046652ee4a2c3df54dad5e82faa1b078dab5d09f7cfaae11784ed30 AS builder
55
LABEL maintainer="Stackable GmbH"
66

0 commit comments

Comments
 (0)