-
Notifications
You must be signed in to change notification settings - Fork 12
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
Enable hermetic builds for Thanos #779
base: release-1.1
Are you sure you want to change the base?
Conversation
e573a30
to
a436043
Compare
a436043
to
02d3a8b
Compare
02d3a8b
to
4cc45ea
Compare
@@ -197,8 +197,6 @@ spec: | |||
value: $(params.output-image).prefetch | |||
- name: ociArtifactExpiresAfter | |||
value: $(params.image-expires-after) | |||
- name: dev-package-managers | |||
value: $(params.prefetch-dev-package-managers-enabled) |
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.
Hmm the task params shouldn't need changing. what am I missing? Afaict this is just how the pipeline tasks works.
Otoh this doesn't seem to hurt for now so feel free to go ahead and merge.
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.
Hi, as we'll no longer use the rpm dev package manager we won't be needing for now to enable this at all so I thought about reducing the noise and just keep it off ;)
This needed a rebase in any case so I'll merge once CI is done, thanks!
4cc45ea
to
aa1c8e1
Compare
/retest |
1 similar comment
/retest |
9579b3f
to
299a852
Compare
This commit enables hermetic builds for Thanos. It also modifies its Dockerfile to skip using promu and removes the rpm fetcher configuration given that COO is in the public cluster and can't access internal RH network. This is dependent on openshift/thanos#159. Otherwise this would fail to find the golang toolchain. Signed-off-by: Daniel Mellado <[email protected]>
299a852
to
1492d37
Compare
This commit enables hermetic builds for Thanos. It also modifies its
Dockerfile to skip using promu and removes the rpm fetcher configuration
given that COO is in the public cluster and can't access internal RH
network.
This is dependent on openshift/thanos#159.
Otherwise this would fail to find the golang toolchain.
Signed-off-by: Daniel Mellado [email protected]