Skip to content

Commit

Permalink
Remove Image Resources
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JeromeJu authored and tekton-robot committed Feb 24, 2023
1 parent 58712bb commit 3ca8444
Show file tree
Hide file tree
Showing 36 changed files with 120 additions and 2,175 deletions.
1 change: 0 additions & 1 deletion cmd/controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func main() {
flag.StringVar(&opts.Images.ShellImage, "shell-image", "", "The container image containing a shell")
flag.StringVar(&opts.Images.ShellImageWin, "shell-image-win", "", "The container image containing a windows shell")
flag.StringVar(&opts.Images.GsutilImage, "gsutil-image", "", "The container image containing gsutil")
flag.StringVar(&opts.Images.ImageDigestExporterImage, "imagedigest-exporter-image", "", "The container image containing our image digest exporter binary.")
flag.StringVar(&opts.Images.WorkingDirInitImage, "workingdirinit-image", "", "The container image containing our working dir init binary.")

// This parses flags.
Expand Down
18 changes: 0 additions & 18 deletions cmd/imagedigestexporter/digest.go

This file was deleted.

65 changes: 0 additions & 65 deletions cmd/imagedigestexporter/digest_test.go

This file was deleted.

1 change: 0 additions & 1 deletion cmd/imagedigestexporter/kodata/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion cmd/imagedigestexporter/kodata/third_party

This file was deleted.

83 changes: 0 additions & 83 deletions cmd/imagedigestexporter/main.go

This file was deleted.

1 change: 0 additions & 1 deletion config/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ spec:
"-entrypoint-image", "ko://github.com/tektoncd/pipeline/cmd/entrypoint",
"-nop-image", "ko://github.com/tektoncd/pipeline/cmd/nop",
"-sidecarlogresults-image", "ko://github.com/tektoncd/pipeline/cmd/sidecarlogresults",
"-imagedigest-exporter-image", "ko://github.com/tektoncd/pipeline/cmd/imagedigestexporter",
"-workingdirinit-image", "ko://github.com/tektoncd/pipeline/cmd/workingdirinit",

# This is gcr.io/google.com/cloudsdktool/cloud-sdk:302.0.0-slim
Expand Down
36 changes: 0 additions & 36 deletions examples/v1beta1/taskruns/optional-resources-with-clustertask.yaml

This file was deleted.

133 changes: 0 additions & 133 deletions examples/v1beta1/taskruns/optional-resources.yaml

This file was deleted.

Loading

0 comments on commit 3ca8444

Please sign in to comment.