https://github.com/monkey-projects/kaniko-img
Custom Kaniko container image
https://github.com/monkey-projects/kaniko-img
Last synced: 7 months ago
JSON representation
Custom Kaniko container image
- Host: GitHub
- URL: https://github.com/monkey-projects/kaniko-img
- Owner: monkey-projects
- License: mit
- Created: 2024-03-08T09:58:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T13:35:58.000Z (over 1 year ago)
- Last Synced: 2025-05-16T13:11:50.432Z (8 months ago)
- Language: Clojure
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MonkeyCI Kaniko image
This is a container image that uses the [Kaniko](https://github.com/GoogleContainerTools/kaniko)
debug image as a base. This exists because at the time of writing, it is not possible to run
`/bin/sh` in the Kaniko image in [OCI container instances](https://docs.oracle.com/en-us/iaas/Content/container-instances/home.htm).
It always fails with a "no permission" error, which has something to do with the user permissions
imposed by OCI.
So currently the only workaround is to create a new image based on Busybox, copy the Kaniko
files into it and run that as a container instance.
# License
[MIT License](LICENSE)