Hello, I seem to be having issues with the new version of operator-pipelines. Running the command "make fbc-onboarding" and "make catalogs" fails with the following error:
make fbc-onboarding
Cleaning up the operator catalogs from /mnt/c/Users/Chris/VSCode/certified-operators/catalogs
Using containers auth file: /run/user/1000//containers/auth.json
Trying to pull quay.io/redhat-isv/operator-pipelines-images:released...
Getting image source signatures
Copying blob 978888a39da9 skipped: already exists
Copying blob 4b1cb33c3cd6 skipped: already exists
Copying config 3b73c73d6a done |
Writing manifest to image destination
/home/user/.venv/bin/fbc-onboarding: line 2: import: command not found
/home/user/.venv/bin/fbc-onboarding: line 3: from: command not found
/home/user/.venv/bin/fbc-onboarding: fbc-onboarding: line 6: syntax error near unexpected token main' /home/user/.venv/bin/fbc-onboarding: fbc-onboarding: line 6: sys.exit(main())'
make: *** [Makefile:27: fbc-onboarding] Error 2
I've tried pulling the image directly with podman, only to get the following:
podman run --rm -it quay.io/redhat-isv/operator-pipelines-images:released /bin/bash
/bin/bash: /bin/bash: cannot execute binary file
Pulling version 1.1.4 still works normally. Is there an issue with 1.1.5, or am I using it incorrectly? Thank you.
Hello, I seem to be having issues with the new version of operator-pipelines. Running the command "make fbc-onboarding" and "make catalogs" fails with the following error:
make fbc-onboarding
Cleaning up the operator catalogs from /mnt/c/Users/Chris/VSCode/certified-operators/catalogs
Using containers auth file: /run/user/1000//containers/auth.json
Trying to pull quay.io/redhat-isv/operator-pipelines-images:released...
Getting image source signatures
Copying blob 978888a39da9 skipped: already exists
Copying blob 4b1cb33c3cd6 skipped: already exists
Copying config 3b73c73d6a done |
Writing manifest to image destination
/home/user/.venv/bin/fbc-onboarding: line 2: import: command not found
/home/user/.venv/bin/fbc-onboarding: line 3: from: command not found
/home/user/.venv/bin/fbc-onboarding: fbc-onboarding: line 6: syntax error near unexpected token
main' /home/user/.venv/bin/fbc-onboarding: fbc-onboarding: line 6:sys.exit(main())'make: *** [Makefile:27: fbc-onboarding] Error 2
I've tried pulling the image directly with podman, only to get the following:
podman run --rm -it quay.io/redhat-isv/operator-pipelines-images:released /bin/bash
/bin/bash: /bin/bash: cannot execute binary file
Pulling version 1.1.4 still works normally. Is there an issue with 1.1.5, or am I using it incorrectly? Thank you.