Skip to content

Commit

Permalink
remove not needed dockerfiles (#1017)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
  • Loading branch information
cpanato authored Nov 9, 2021
1 parent 82c9cee commit d3440b5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 107 deletions.
23 changes: 0 additions & 23 deletions Dockerfile

This file was deleted.

23 changes: 0 additions & 23 deletions Dockerfile.cosigned

This file was deleted.

23 changes: 0 additions & 23 deletions Dockerfile.sget

This file was deleted.

38 changes: 0 additions & 38 deletions release/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,42 +32,6 @@ steps:
echo "Checking out ${_TOOL_REF}"
git checkout ${_TOOL_REF}
- name: 'gcr.io/projectsigstore/cosign:1.3.0@sha256:65de2f3f2844815ed20ab939319e3dad4238a9aaaf4893b22ec5702e9bc33755'
dir: "go/src/sigstore/cosign"
env:
- RUNTIME_IMAGE=${_RUNTIME_IMAGE}
args:
- 'dockerfile'
- 'verify'
- '--base-image-only'
- '--key'
- 'https://raw.githubusercontent.com/GoogleContainerTools/distroless/main/cosign.pub'
- './Dockerfile'

- name: 'gcr.io/projectsigstore/cosign:1.3.0@sha256:65de2f3f2844815ed20ab939319e3dad4238a9aaaf4893b22ec5702e9bc33755'
dir: "go/src/sigstore/cosign"
env:
- RUNTIME_IMAGE=${_RUNTIME_IMAGE}
args:
- 'dockerfile'
- 'verify'
- '--base-image-only'
- '--key'
- 'https://raw.githubusercontent.com/GoogleContainerTools/distroless/main/cosign.pub'
- './Dockerfile.cosigned'

- name: 'gcr.io/projectsigstore/cosign:1.3.0@sha256:65de2f3f2844815ed20ab939319e3dad4238a9aaaf4893b22ec5702e9bc33755'
dir: "go/src/sigstore/cosign"
env:
- RUNTIME_IMAGE=${_RUNTIME_IMAGE}
args:
- 'dockerfile'
- 'verify'
- '--base-image-only'
- '--key'
- 'https://raw.githubusercontent.com/GoogleContainerTools/distroless/main/cosign.pub'
- './Dockerfile.sget'

- name: 'gcr.io/projectsigstore/cosign:1.3.0@sha256:65de2f3f2844815ed20ab939319e3dad4238a9aaaf4893b22ec5702e9bc33755'
dir: "go/src/sigstore/cosign"
args:
Expand All @@ -88,7 +52,6 @@ steps:
- KEY_RING=${_KEY_RING}
- KEY_NAME=${_KEY_NAME}
- KEY_VERSION=${_KEY_VERSION}
- RUNTIME_IMAGE=${_RUNTIME_IMAGE}
- GIT_TAG=${_GIT_TAG}
secretEnv:
- GITHUB_TOKEN
Expand Down Expand Up @@ -151,4 +114,3 @@ substitutions:
_KEY_NAME: 'honk-crypto'
_KEY_VERSION: '1'
_KEY_LOCATION: 'global'
_RUNTIME_IMAGE: 'gcr.io/distroless/static:debug-nonroot'

0 comments on commit d3440b5

Please sign in to comment.