Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(jib): set localId in JIB module-to-action converter #6210

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

vvagaytsev
Copy link
Collaborator

@vvagaytsev vvagaytsev commented Jun 24, 2024

What this PR does / why we need it:

The localId was not set in the JIB module-to-action converter. That caused an unexpected value as an image id while JIB builds. The module's name was used as an image id instead of module's image config field.

Which issue(s) this PR fixes:

Fixes #6204

Special notes for your reviewer:

We do not have any specific tests for JIB module converters and for Maven build args yet. I've tested the changes manually.

@vvagaytsev vvagaytsev requested review from stefreak and twelvemo June 24, 2024 14:17
@vvagaytsev vvagaytsev added this pull request to the merge queue Jun 24, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 24, 2024
@vvagaytsev vvagaytsev added this pull request to the merge queue Jun 24, 2024
Merged via the queue into main with commit 0eeb4c1 Jun 24, 2024
40 checks passed
@vvagaytsev vvagaytsev deleted the fix/jib-plugin-image-builds branch June 24, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0.13: [Bug]: Jib Container picks a wrong deployment image id while building images
2 participants