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

images: remove unused images #23617

Merged
merged 2 commits into from
Sep 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 0 additions & 45 deletions config/jobs/kubernetes/test-infra/test-infra-trusted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,6 @@ postsubmits:
- --scratch-bucket=gs://k8s-testimages-scratch
- --project=k8s-prow
- images/alpine/
- name: post-test-infra-push-alpine-bash
cluster: test-infra-trusted
run_if_changed: '^images/alpine-bash/'
annotations:
testgrid-dashboards: "sig-testing-images"
testgrid-tab-name: "alpine-bash"
decorate: true
branches:
- ^master$
max_concurrency: 1
spec:
serviceAccountName: deployer # TODO(fejta): should be pusher
containers:
- image: gcr.io/k8s-testimages/gcloud-bazel:v20210128-v0.6-11-gf1c6399
command:
- images/builder/ci-runner.sh
args:
- --scratch-bucket=gs://k8s-testimages-scratch
- --project=k8s-testimages
- --build-dir=.
- images/alpine-bash/
- name: post-test-infra-push-gcloud-terraform
cluster: test-infra-trusted
run_if_changed: '^images/gcloud-terraform/'
Expand Down Expand Up @@ -286,30 +265,6 @@ postsubmits:
- --project=k8s-testimages
- --build-dir=.
- images/bazelbuild/
- name: post-test-infra-push-bazel-krte
cluster: test-infra-trusted
run_if_changed: '^images/bazel-krte/'
annotations:
testgrid-dashboards: "sig-testing-images"
testgrid-tab-name: "bazel-krte"
testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com, k8s-infra-oncall@google.com
testgrid-num-failures-to-alert: '1'
description: builds and pushes the bazel-krte image
decorate: true
branches:
- ^master$
max_concurrency: 1
spec:
serviceAccountName: deployer # TODO(fejta): should be pusher
containers:
- image: gcr.io/k8s-testimages/gcloud-bazel:v20210128-v0.6-11-gf1c6399
command:
- images/builder/ci-runner.sh
args:
- --scratch-bucket=gs://k8s-testimages-scratch
- --project=k8s-testimages
- --build-dir=.
- images/bazel-krte/
- name: post-test-infra-push-gcb-docker-gcloud
cluster: test-infra-trusted
run_if_changed: '^images/gcb-docker-gcloud/'
Expand Down
8 changes: 0 additions & 8 deletions containers.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ def repositories():
# tag = "v20200713-e9b3d9d",
)

container_pull(
name = "alpine-bash",
digest = "sha256:5b2616c8e2a9ca1e8cd015ad76df3bedecdb7b98b8825c718360ec6b98cb1dcc",
registry = "gcr.io",
repository = "k8s-testimages/alpine-bash",
# tag = "v20200713-e9b3d9d",
)

container_pull(
name = "gcloud-base",
digest = "sha256:5b49dfb5e366dd75a5fc6d5d447be584f8f229c5a790ee0c3b0bd0cf70ec41dd",
Expand Down
24 changes: 0 additions & 24 deletions images/alpine-bash/Dockerfile

This file was deleted.

19 changes: 0 additions & 19 deletions images/alpine-bash/cloudbuild.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions images/bazel-krte/Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions images/bazel-krte/Makefile

This file was deleted.

13 changes: 0 additions & 13 deletions images/bazel-krte/cloudbuild.yaml

This file was deleted.