forked from cs3org/reva
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: use golang:alpine3.13 as builder/base to prevent make errors (cs3…
- Loading branch information
1 parent
e016d78
commit eb6460e
Showing
3 changed files
with
9 additions
and
4 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
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 |
---|---|---|
@@ -1,6 +1,11 @@ | ||
Bugfix: use the right Dockerfile path for the reva CLI | ||
Bugfix: correct Dockerfile path for the reva CLI and alpine3.13 as builder | ||
|
||
This was introduced on https://github.com/cs3org/reva/commit/117adad while | ||
porting the configuration on .drone.yml to starlark. | ||
|
||
Force golang:alpine3.13 as base image to prevent errors from Make when | ||
running on Docker <20.10 as it happens on Drone | ||
ref.https://gitlab.alpinelinux.org/alpine/aports/-/issues/12396 | ||
|
||
https://github.com/cs3org/reva/pull/1843 | ||
https://github.com/cs3org/reva/pull/1844 |