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(RHTAPWATCH-819): Resolve EC label errors #14

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

hmariset
Copy link
Collaborator

Add missing labels which should be present in Dockerfile for the integration tests to pass.

@hmariset hmariset requested a review from ifireball March 19, 2024 06:06
Dockerfile Outdated
LABEL description="Konflux Project Controller"
LABEL com.redhat.component="Konflux Project Controller"
LABEL io.k8s.description="Konflux Project Controller"
LABEL io.k8s.display-name="o11y-project-controller"
Copy link
Member

Choose a reason for hiding this comment

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

This has nothing to do with o11y. Please use "konflux" here.

@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.21 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset:1.20.10-2 AS builder
Copy link
Member

Choose a reason for hiding this comment

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

We need Go 1.21.x

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We don't have redhat Go 1.21.x image yet. The latest one 1.20.10-3.

@ifireball
Copy link
Member

Please rebase to see if the latest code builds

@ifireball
Copy link
Member

/retest

Add missing labels which should be present and update images
used in Dockerfile for the integration tests to pass.

Signed-off-by: Homaja Marisetty <hmariset@redhat.com>
Signed-off-by: Barak Korren <bkorren@redhat.com>
@ifireball ifireball changed the title fix: Resolve EC label errors fix(RHTAPWATCH-819): Resolve EC label errors Mar 20, 2024
@ifireball ifireball merged commit d4f1e5a into konflux-ci:main Mar 20, 2024
3 checks passed
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.

2 participants