Skip to content

Commit

Permalink
Add note about sidecar containers to hermetic doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya Wadhwa committed May 19, 2021
1 parent a7219ea commit 9560020
Show file tree
Hide file tree
Showing 14 changed files with 231 additions and 2,006 deletions.
3 changes: 2 additions & 1 deletion docs/hermetic.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ A Hermetic Build is a release engineering best practice for increasing the relia
They are self-contained, and do not depend on anything outside of the build environment.
This means they do not have network access, and cannot fetch dependencies at runtime.

When hermetic execution mode is enabled, all TaskRun steps will be run without access to a network.
When hermetic execution mode is enabled, all TaskRun steps will be run without access to a network.
_Note: hermetic execution mode does NOT apply to sidecar containers_

Hermetic execution mode is currently an alpha experimental feature.

Expand Down
458 changes: 229 additions & 229 deletions pkg/apis/pipeline/v1beta1/openapi_generated.go

Large diffs are not rendered by default.

94 changes: 0 additions & 94 deletions third_party/github.com/hashicorp/errwrap/errwrap_test.go

This file was deleted.

82 changes: 0 additions & 82 deletions third_party/github.com/hashicorp/go-multierror/append_test.go

This file was deleted.

46 changes: 0 additions & 46 deletions third_party/github.com/hashicorp/go-multierror/flatten_test.go

This file was deleted.

40 changes: 0 additions & 40 deletions third_party/github.com/hashicorp/go-multierror/format_test.go

This file was deleted.

44 changes: 0 additions & 44 deletions third_party/github.com/hashicorp/go-multierror/group_test.go

This file was deleted.

Loading

0 comments on commit 9560020

Please sign in to comment.