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

Migrate promotion tooling back to CIP repo #2240

Merged
merged 2 commits into from
Sep 10, 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
21 changes: 5 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Individual tools can be installed via `go install k8s.io/release/cmd/$TOOL@lates
- [`kubepkg`](#kubepkg)
- [`cip-mm`](#cip-mm)
- [`gh2gcs`](#gh2gcs)
- [`vulndash`](#vulndash)
- [End User](#end-user)
- [`bom`](#bom)
- [`release-notes`](#release-notes)
Expand All @@ -32,7 +31,7 @@ Individual tools can be installed via `go install k8s.io/release/cmd/$TOOL@lates
- [`push-build.sh`](#push-buildsh)
- [Contributing](#contributing)

**Each of the headings below links to a tool's location in the repository.**
**Each of the headings below links to a tool's location.**

## Release Management

Expand All @@ -58,7 +57,7 @@ Details: [Documentation](/cmd/schedule-builder/README.md)

## Artifact Management

### [`kpromo`](/cmd/kpromo)
### [`kpromo`](https://sigs.k8s.io/k8s-container-image-promoter/cmd/kpromo)

**K**ubernetes artifact **promo**tion tooling: tooling for promoting artifacts

Expand All @@ -67,7 +66,7 @@ Status: In Progress
Audience: [Release Managers][release-managers] and subproject maintainers
responsible for promoting file or container artifacts

Details: [Documentation](/cmd/kpromo/README.md)
Details: [Documentation](https://sigs.k8s.io/k8s-container-image-promoter/cmd/kpromo/README.md)

### [`kubepkg`](/cmd/kubepkg)

Expand All @@ -79,13 +78,13 @@ Audience: [Release Managers][release-managers]

Details: [Documentation](/cmd/kubepkg/README.md)

### [`cip-mm`](/cmd/cip-mm)
### [`cip-mm`](https://sigs.k8s.io/k8s-container-image-promoter/cmd/cip-mm)

Modify container image manifests for promotion.

Status: In Progress

Details: [Documentation](/cmd/cip-mm/README.md)
Details: [Documentation](https://sigs.k8s.io/k8s-container-image-promoter/cmd/cip-mm/README.md)

### [`gh2gcs`](/cmd/gh2gcs)

Expand All @@ -98,16 +97,6 @@ responsible for promoting container artifacts

Details: [Documentation](/cmd/gh2gcs/README.md)

### [`vulndash`](/cmd/vulndash)

Generate a dashboard of container image vulnerabilities.

Status: In Progress

Audience: [Release Managers][release-managers]

Details: [Documentation](/docs/vuln-dashboard.md)

## End User

### [`bom`](/cmd/bom)
Expand Down
8 changes: 0 additions & 8 deletions cmd/cip-mm/OWNERS

This file was deleted.

40 changes: 0 additions & 40 deletions cmd/cip-mm/README.md

This file was deleted.

121 changes: 0 additions & 121 deletions cmd/cip-mm/main.go

This file was deleted.

51 changes: 0 additions & 51 deletions cmd/kpromo/Dockerfile

This file was deleted.

98 changes: 0 additions & 98 deletions cmd/kpromo/Makefile

This file was deleted.

8 changes: 0 additions & 8 deletions cmd/kpromo/OWNERS

This file was deleted.

Loading