Commit Graph

8 Commits

Author SHA1 Message Date
0dbe7e44a1
feat: add gradle version 6.8-rc-5; default to bash
All checks were successful
continuous-integration/drone/push Build is passing
* in alpine, ash is the default shell, this commit changes that
* add gradle via asdf. this speeds up build times as this image is being
  used in ci and now that gradle is a part of the package, it doesn't
  have to be downloaded at the beginning of each pipeline running
  './gradlew ...'
2021-01-14 21:59:54 +01:00
e38b189c88
chore: maintainer --> vendor label
All checks were successful
continuous-integration/drone/push Build is passing
* as maintainer is now deprecated
2021-01-14 01:59:49 +01:00
e06af39e76
feat: add kaniko-build drone pipeline step
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-14 01:46:55 +01:00
4e18bba4ac
feat: refactor .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
* fix yaml indentation
2021-01-14 01:44:45 +01:00
b242a85230
chore: add cgroup mem-limit awareness for the JVM
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-07 13:32:35 +01:00
5ad4216f69
chore: actually install pkgs + set final workdir
All checks were successful
continuous-integration/drone/push Build is passing
* install the packages in the last stage as copying them over is stupid
* set workdir to / after the fact (so that it doesn't somehow stay in
  /tmp)
2021-01-06 03:19:33 +01:00
a85013bb78
feat: enable drone ci builds + add img metadata
All checks were successful
continuous-integration/drone/push Build is passing
* also add build status badges to README
* add metadata to the image at build time using a build hook
2021-01-06 01:49:03 +01:00
47625bc364
initial commit 2021-01-06 01:18:47 +01:00