Skip to content

Commit

Permalink
Pin quay.io/openshift/origin-operator-registry to 4.1.0
Browse files Browse the repository at this point in the history
The 'latest' or '4.2.0' fails generating bundle.db at:
time="2019-08-09T07:01:21Z" level=fatal msg="could not decode contents of file
/registry/bundles.db into package:
error converting YAML to JSON: yaml: control characters are not allowed"

The error is already present at code base but was not fatal.

Looks like it's an operator-framework/registry-operator issue
operator-framework/operator-registry#70

Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon committed Aug 9, 2019
1 parent bbd0aaa commit 2c401c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/registry/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/openshift/origin-operator-registry
FROM quay.io/openshift/origin-operator-registry:4.1.0

COPY manifests /registry

Expand Down

0 comments on commit 2c401c9

Please sign in to comment.