What is happening:
- Created an artifactory provider using upjet to interact with Jfrog artifactory.
- Provider runs perfectly when we use
make run locally
- Generated the image using all three commands separately but ends up with the same error.
make all
make build
up xpkg build
and then uploaded the image to upbound using up xpkg push xpkg.upbound.io/suvansh/artifactory:v0.0.1
- After this when I use this image in the provider, the provider pods are not coming up because of an error
spec: failed to generate spec: no command specified
I have attached the image here
Please let me know what am I Doing wrong.
artifactory.xpkg.zip