Skip to content

Commit

Permalink
add TMPDIR for basic docker-compose as well
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway committed Aug 7, 2023
1 parent b9d2224 commit b4e6edb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ services:
build:
context: .
target: "deploy"
environment:
- TMPDIR=/var/run/attestations # workaround for https://github.com/google/go-cloud/issues/3294
command: [
"rekor-server",
"serve",
Expand Down

0 comments on commit b4e6edb

Please sign in to comment.