-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build static binaries for Docker, so that we can use 'scratch' image (#…
…1766) * Build static binaries for Docker, so that we can use the 'stratch' image. * add changelog entry
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Bugfix: Set CGO_ENABLED flag for 'scratch' based docker builds | ||
|
||
The CGO_ENABLED=0 flag was added to the docker build flags so that it will | ||
produce a static build. This allows usage of the 'scratch' image for | ||
reduction of the docker image size. | ||
|
||
https://github.com/cs3org/reva/issues/1765 | ||
https://github.com/cs3org/reva/pull/1766 |
07adb3f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change results in the following errors on our deployment:
07adb3f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SamuAlfageme
@Daniel-WWU-IT
I just merged this one and I think it fixes this issue:
#1797
07adb3f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Daniel-WWU-IT can you give
revad:latest
a try? Apologies for the hiccup.07adb3f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that has fixed the issue!