transparency-dev / trillian-tessera

Go library for building tile-based transparency logs (tlogs)
Apache License 2.0
8 stars 7 forks source link

Add Dockerfile for example-gcp #145

Closed AlCutter closed 4 weeks ago

AlCutter commented 4 weeks ago

This PR adds a simple Dockerfile for building the example-gcp binary.

Eventually, this can be used for CI/CD testing on GCP.

Towards #7.

codecov-commenter commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 36.01%. Comparing base (46ec9c2) to head (196dcdc). Report is 62 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #145 +/- ## ========================================== + Coverage 35.80% 36.01% +0.20% ========================================== Files 16 33 +17 Lines 1363 2824 +1461 ========================================== + Hits 488 1017 +529 - Misses 801 1697 +896 - Partials 74 110 +36 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

phbnf commented 4 weeks ago

Ran docker build -f ./cmd/example-gcp/Dockerfile . successfully