Skip to content

Conversation

@dymurray
Copy link
Contributor

No description provided.

Signed-off-by: Dylan Murray <[email protected]>
@dymurray dymurray added the cherry-pick/release-0.6 This PR should be cherry-picked to release-0.6 branch label Jan 28, 2025
Dockerfile Outdated

FROM registry.access.redhat.com/ubi9/ubi-minimal
ARG SEED_ROOT
ARG HUB_VERSION=latest
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@fbladilo this is where we can just template CI_VERSION

Copy link
Contributor

@jortel jortel Jan 28, 2025

Choose a reason for hiding this comment

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

Just a nit, but it is the file is building the hub image so the HUB_ seems redundant.

Copy link
Contributor

@jortel jortel left a comment

Choose a reason for hiding this comment

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

LGTM

Dockerfile Outdated
COPY --from=builder ${SEED_ROOT}/resources/ /tmp/seed
COPY --from=report /usr/local/static-report /tmp/analysis/report

RUN echo "${HUB_VERSION}" >> /etc/hub-build

Choose a reason for hiding this comment

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

Is this append (>>) desired instead of the overwrite (>) that was previously used to generate this file? Is there any concern where appending could introduce a problem that wouldn't be observed by overwriting?

Choose a reason for hiding this comment

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

It seems safe given it should be a new file creation regardless, but wanted to toss it out there... 😉

Copy link
Contributor

Choose a reason for hiding this comment

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

Agreed > would be more correct.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fair point; considering the base is always reset I don't think this would be an issue but no reason to append!

Copy link

@rayfordj rayfordj left a comment

Choose a reason for hiding this comment

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

/lgtm

Signed-off-by: Dylan Murray <[email protected]>
Signed-off-by: Dylan Murray <[email protected]>
@fbladilo
Copy link
Contributor

LGTM

@dymurray dymurray merged commit 0986cad into konveyor:main Jan 28, 2025
13 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 28, 2025
Signed-off-by: Dylan Murray <[email protected]>
Signed-off-by: Cherry Picker <[email protected]>
dymurray added a commit that referenced this pull request Feb 5, 2025
Signed-off-by: Dylan Murray <[email protected]>
Signed-off-by: Cherry Picker <[email protected]>

Signed-off-by: Dylan Murray <[email protected]>
Signed-off-by: Cherry Picker <[email protected]>
Co-authored-by: Dylan Murray <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cherry-pick/release-0.6 This PR should be cherry-picked to release-0.6 branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants