Skip to content
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
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ or use the build tags described below to avoid the dependencies (e.g. using `go
- `containers_image_openpgp`: Use a Golang-only OpenPGP implementation for signature verification instead of the default cgo/gpgme-based implementation;
the primary downside is that creating new signatures with the Golang-only implementation is not supported.
- `containers_image_storage_stub`: Don’t import the `containers-storage:` transport in `github.com/containers/image/transports/alltransports`, to decrease the amount of required dependencies. Use a stub which reports that the transport is not supported instead.
- `containers_image_fulcio_stub`: Don't import sigstore/fulcio code, all fulcio operations will return an error code
- `containers_image_rekor_stub`: Don't import sigstore/reckor code, all rekor operations will return an error code

## [Contributing](CONTRIBUTING.md)

Expand Down
2 changes: 0 additions & 2 deletions signature/fulcio_cert.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !containers_image_fulcio_stub

package signature

import (
Expand Down
27 changes: 0 additions & 27 deletions signature/fulcio_cert_stub.go

This file was deleted.

2 changes: 0 additions & 2 deletions signature/fulcio_cert_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !containers_image_fulcio_stub

package signature

import (
Expand Down
2 changes: 0 additions & 2 deletions signature/internal/rekor_set.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !containers_image_rekor_stub

package internal

import (
Expand Down
14 changes: 0 additions & 14 deletions signature/internal/rekor_set_stub.go

This file was deleted.

2 changes: 0 additions & 2 deletions signature/internal/rekor_set_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !containers_image_rekor_stub

package internal

import (
Expand Down
2 changes: 0 additions & 2 deletions signature/policy_eval_sigstore_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !containers_image_fulcio_stub

// Policy evaluation for prCosignSigned.

package signature
Expand Down
2 changes: 0 additions & 2 deletions signature/sigstore/fulcio/fulcio.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !containers_image_fulcio_stub

package fulcio

import (
Expand Down
44 changes: 0 additions & 44 deletions signature/sigstore/fulcio/fulcio_stub.go

This file was deleted.

2 changes: 0 additions & 2 deletions signature/sigstore/rekor/rekor.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !containers_image_rekor_stub

package rekor

import (
Expand Down
16 changes: 0 additions & 16 deletions signature/sigstore/rekor/rekor_stub.go

This file was deleted.