[
https://issues.apache.org/jira/browse/CAMEL-22484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claudio Miranda reassigned CAMEL-22484:
---------------------------------------
Assignee: Claudio Miranda
> camel-jbang-kubernetes fails to deploy to openshift when using custom GAV
> --------------------------------------------------------------------------
>
> Key: CAMEL-22484
> URL: https://issues.apache.org/jira/browse/CAMEL-22484
> Project: Camel
> Issue Type: Bug
> Components: camel-jbang
> Affects Versions: 4.14.0
> Reporter: Claudio Miranda
> Assignee: Claudio Miranda
> Priority: Major
> Fix For: 4.15.0
>
>
> when using a custom GAV to deploy to openshift
> {code}
> camel kubernetes run HttpLog.java --verbose --gav=com.my-group.foo:my-http:1.1
> {code}
> The pod fails to start due to
> {code}
> Failed to pull image "foo/my-http:1.1": initializing source
> docker://foo/my-http:1.1: reading manifest 1.1 in docker.io/foo/my-http:
> requested access to the resource is denied
> {code}
> The generated pom.xml is set with
> {code}
> <jkube.container-image.name>foo/my-http:1.1
> {code}
> The "foo" prefix is wrong with openshift as it interprets as a namespace in
> the image url.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)