Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/[various]: rebuild against go 1.12.8-r0 | Sören Tempel | 2019-08-18 | 1 | -1/+1 |
| | | | | | | | go recently received a security upgrade to 1.12.8 (f4894bf9) this upgrade fixes various CVEs in go standard libraries, for instance in HTTP/2 functionality. Since go is statically linked packages using this functionality need to be rebuild. | ||||
* | testing: (Bulk change) Update source urls to https using HTTPS Everywhere | J0WI | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | enable stripping of go binaries | Sören Tempel | 2018-09-24 | 1 | -2/+1 |
| | | | | | | | | | | Stripping go binaries used to be an issue but nowadays it should work as expected. > We don't intentionally do anything that would make stripping a binary > not OK, and strip has worked for the past five years or so. https://groups.google.com/forum/?_escaped_fragment_=topic/golang-dev/ABppMOjYP6w#!topic/golang-dev/ABppMOjYP6w | ||||
* | testing/dockerize: bump pkgrel to force rebuild | Christian Kampka | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | testing/dockerize: upgrade to 0.6.1 | Christian Kampka | 2018-03-28 | 1 | -4/+2 |
| | |||||
* | testing/dockerize: enable build on ppc64le | Roberto Oliveira | 2017-10-03 | 1 | -1/+1 |
| | |||||
* | community/dockerize: move to testing due to violation of QA rules | Jakub Jirutka | 2016-11-22 | 1 | -0/+86 |
| | | | | | `go get` must not be used in APKBUILD, it downloads random dependencies from Internet without any verification, leads to unreproducible build. | ||||
* | community/dockerize: promoted from testing | Christian Kampka | 2016-06-19 | 1 | -86/+0 |
| | |||||
* | testing/dockerize: update checksums | Christian Kampka | 2016-06-06 | 1 | -3/+3 |
| | |||||
* | testing/dockerize: upgrade to 0.2.0 | Luke Petre | 2016-06-06 | 1 | -5/+5 |
| | |||||
* | testing/dockerize: fix checksum | Natanael Copa | 2015-11-10 | 1 | -3/+3 |
| | |||||
* | testing/dockerize: new aport | Christian Kampka | 2015-11-10 | 1 | -0/+86 |
https://github.com/jwilder/dockerize Utility to simplify running applications in docker containers. |