-
Notifications
You must be signed in to change notification settings - Fork 800
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix docker image build, which has been broken since July 5th. Tested by building normally & via docker - both locally and in buildkite. - tcheck wasn't being found, but David and I agree that it seems unnecessary and doesn't seem to be used any more. - Bash wasn't found in the image, but is needed to run scripts/check-gomod-version.sh, so I added it to the alpine image. - During docker image build, the protoc binary had 644 permissions but needed to be executed so I added +x - During docker image build, the PROTO_OUT/uber/cadence directory doesn't exist, so we skip the cp/rm commands that fail otherwise.
- Loading branch information
Showing
2 changed files
with
7 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters