You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hack/generate/dockerfile.sh
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ if [[ "$template" =~ index.Dockerfile ]]; then
42
42
# One is already added in template
43
43
num_csvs=$(( INDEX_IMAGE_NUM_CSVS-1))
44
44
45
-
# TODO gradually migrate other bundle images to Konflux-based ones as we build more minor versions with Konflux
46
45
# Generate additional entries
47
46
foriin$(seq $num_csvs);do
48
47
current_minor=$(( minor-i ))
@@ -53,7 +52,7 @@ if [[ "$template" =~ index.Dockerfile ]]; then
53
52
fi
54
53
current_version="${major}.${current_minor}.0"
55
54
56
-
sed --in-place "/opm render/a registry.ci.openshift.org/knative/release-${current_version}:serverless-bundle \\\\""$target"
55
+
sed --in-place "/opm render/a quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-${major}${current_minor}/serverless-bundle:${current_version}\\\\""$target"
0 commit comments