Commit Graph

12 Commits

Author SHA1 Message Date
surtur e1418c5118
makefile: bump kaniko to v1.9.0-debug
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-19 21:28:04 +02:00
surtur a197095772
makefile: bump kaniko executor to v1.8.1-debug
[skip ci]
2022-04-28 14:04:41 +02:00
surtur 6d63a9abc4
makefile: fix kaniko on SELinux-enabled systems
[skip ci]
2022-04-28 14:02:30 +02:00
surtur afc4b7ae0f
rename: Dockerfile --> Containerfile
All checks were successful
continuous-integration/drone/push Build is passing
keep Dockerfile as a symlink for backwards compatibility
2022-04-20 16:40:33 +02:00
surtur 5397b679aa
makefile: bump kaniko executor to v1.8.0-debug
All checks were successful
continuous-integration/drone/push Build is passing
2022-03-26 14:37:57 +01:00
surtur af99fa3f7c
fix(kaniko): supply build args {in ci,locally}
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-21 01:12:20 +02:00
surtur 8c2b65c4cd
chore(makefile): bump kaniko to 1.7.0
All checks were successful
continuous-integration/drone/push Build is passing
no need to force as this version of kaniko is already capable of
detecting container engine on cgroupsv2 hosts
2021-10-21 01:08:57 +02:00
surtur d728f4cd60
makefile: fix for kaniko on cgroup v2 hosts
This is a temporary workaround that enables kaniko to run on cgroup v2
enabled hosts. Due to an upstream issue, kaniko fails to detect that it
is indeed being run from a container.
Solution introduced here is to force kaniko to run regardless.

ref: https://github.com/GoogleContainerTools/kaniko/issues/1592

[skip ci]
2021-04-21 22:47:37 +02:00
surtur e7fdfb9e07
chore: add test target to the Makefile
* [skip ci]
2020-12-29 01:59:37 +01:00
surtur 21715e00b7
chore: update Makefile to build images w/o cache 2020-12-29 01:56:39 +01:00
surtur 0eaa22ee16
fix: typos - pruneargs contained "."; missed "-"
[skip ci]
2020-12-02 03:45:36 +01:00
surtur 709b15c17f
feat: add a Makefile
commit c0a2c5d5d1af60d1493eb29fec6a89363512040a
Author: surtur <a_mirre@utb.cz>
Date:   Wed Dec 2 02:25:22 2020 +0100

    feat: add a Makefile for easy profit [skip ci]
2020-12-02 02:38:02 +01:00