Skip to content

Conversation

ddrechse
Copy link
Member

Update account and customer-helidon to use new approach doc'd in ContainerBuildGuide ( no native image )

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 10, 2025
<artifactId>kubernetes-maven-plugin</artifactId>
<version>${jkube.version}</version>
<configuration>
<images>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this did not work for me, instead, remove the configuration section from here and instead add a property (up above) as follows:

   <properties>
        <jkube.version>1.16.2</jkube.version>
        <jkube.generator.name>${obaas.registry}/${project.artifactId}:${obaas.image.version}</jkube.generator.name>
   ...

Copy link

Copy link
Member

@markxnelson markxnelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM now, but still can't merge until 2.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants