aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dockerize/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* testing/[various]: rebuild against go 1.12.8-r0Sören Tempel2019-08-181-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 EverywhereJ0WI2018-10-061-1/+1
|
* enable stripping of go binariesSören Tempel2018-09-241-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 rebuildChristian Kampka2018-03-281-1/+1
|
* testing/dockerize: upgrade to 0.6.1Christian Kampka2018-03-281-4/+2
|
* testing/dockerize: enable build on ppc64leRoberto Oliveira2017-10-031-1/+1
|
* community/dockerize: move to testing due to violation of QA rulesJakub Jirutka2016-11-221-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 testingChristian Kampka2016-06-191-86/+0
|
* testing/dockerize: update checksumsChristian Kampka2016-06-061-3/+3
|
* testing/dockerize: upgrade to 0.2.0Luke Petre2016-06-061-5/+5
|
* testing/dockerize: fix checksumNatanael Copa2015-11-101-3/+3
|
* testing/dockerize: new aportChristian Kampka2015-11-101-0/+86
https://github.com/jwilder/dockerize Utility to simplify running applications in docker containers.