-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[TEP074] Remove Image pipelineResources #6002
Conversation
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
f825d3b
to
3022ba4
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
9958f7b
to
179aedd
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
179aedd
to
2bb6769
Compare
2bb6769
to
37aeedd
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
a382bc3
to
3976cd6
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
3976cd6
to
974607a
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
974607a
to
333cde6
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
333cde6
to
ea0cbb6
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
ea0cbb6
to
a2eb236
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
This commit removes the Image Resources support. This PR removes the imageDigestExporter and the docs for image resources. It also removes the integration tests that test building against image resources.
a2eb236
to
a47775f
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/lgtm |
/test pull-tekton-pipeline-beta-integration-tests |
Changes
This commit removes the Image Resources support.
This PR removes
github.com/tektoncd/pipeline/pkg/apis/resource/v1alpha1/image
the imagedigestexporter and the docs for image resources.It also removes the
integration tests
helm_task_test
andhermetic_taskrun_test
as these testsare testing building against image resources.
Removal of
pipelineResources
, as in #5967 has been broken up into removal of each resources according to small PRs.Part of #5967
/kind misc
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes