What I did in the last couple of weeks (part 8):
Did I mention previously that building container images with apko using packages from WolfiOS, is a very pleasant and nice experience?
Well, I needed to build an image in GitlabCI. For GitHub, there is an official apko action that works flawlessly.
For GitlabCI though I encountered that the official apko image is not working due to the lack of a shell inside the container (which normally is a good things safety-wise).
So, I built my own apko image on GitHub and then used that in the GitlabCI to build an image using apko there.
https://github.com/kastl-ars/wolfi-apko-with-bash
I also opened an issue with the apko maintainers for this, as GitlabCI support would be really nice.
BTW, huge shoutout to the Chainguard folks for maintaining WolfiOS and so many safe and small images!
#container #GitlabCI #cicd #apko #chainguard #