-
Notifications
You must be signed in to change notification settings - Fork 14
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
konflux: add a dockerfile to must gather #1157
konflux: add a dockerfile to must gather #1157
Conversation
4f18ae8
to
99c2cfe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this.
/lgtm
this can be simplified more but starting from here is fine
Dockerfile.must-gather.konflux
Outdated
LABEL com.redhat.component="numaresources-must-gather-container" \ | ||
name="openshift4/numaresources-must-gather-rhel9" \ | ||
upstream-vcs-type="git" \ | ||
summary="numa resources data gathering image" \ | ||
io.openshift.expose-services="" \ | ||
io.openshift.tags="data,images" \ | ||
io.k8s.display-name="numaresources-must-gather" \ | ||
description="numa resources data gathering image." \ | ||
maintainer="[email protected]" \ | ||
io.openshift.maintainer.component="NUMA Resources Operator" \ | ||
io.openshift.maintainer.product="OpenShift Container Platform" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
likely konflux won't need these, but as long as these doesn't fail the konflux flow we can clean up later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is required by konflux, or at least some of them.
I was having some failures in the default integration test (ECP), complaining that the build image missing some of these lables
/hold |
99c2cfe
to
21c1341
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we move the konflux docker files in (any) konflux-specific directory?
Dockerfile.must-gather.konflux
Outdated
|
||
FROM registry.redhat.io/rhel9-4-els/rhel-minimal:9.4 | ||
|
||
RUN microdnf install -y procps-ng tar rsync ; microdnf clean all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's the reason to use ;
to join commands?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see a particular reason. This is how it was done in m/s
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like &&
more but in this case I don't have a strong argument to change
21c1341
to
740bd5e
Compare
thanks for the updates! can we move the konflux docker files in (any) konflux-specific directory? |
This Dockerfile will be used by konflux. Signed-off-by: Ronny Baturov <[email protected]>
740bd5e
to
8e862d9
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ffromani, rbaturov The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Done |
/hold cancel deferring the final lgtm to @shajmakh |
Thanks for the reviews and updates |
This Dockerfile will be used by konflux.