function-mesh icon indicating copy to clipboard operation
function-mesh copied to clipboard

[function-mesh] POC of apko + melange to build python runner distroless image

Open imaffe opened this issue 2 years ago • 5 comments

imaffe avatar Nov 21 '22 16:11 imaffe

fyi: there was just a new release of apko v0.6 see https://github.com/chainguard-dev/apko/tags

in general, since apko and melange are busy projects with lots of changes but with lazy release process, one may think of working directly with latest code from main branch...

hpvd avatar Dec 11 '22 11:12 hpvd

@hpvd Thank you~ I'll experiment with the new release~

imaffe avatar Dec 12 '22 12:12 imaffe

fyi: there is a good chance for a new release of melange at the end of december see https://github.com/chainguard-dev/melange/issues/215#issuecomment-1356478888

hpvd avatar Dec 17 '22 22:12 hpvd

@imaffe the new release of melange (v0.2.0) is here:

whats new: https://github.com/chainguard-dev/melange/blob/main/NEWS.md

release: https://github.com/chainguard-dev/melange/releases/tag/v0.2.0

hpvd avatar Dec 22 '22 12:12 hpvd

@hpvd I'm currently wrapping up the distroless process with Java runtime(which can be done using google/Distroless), for python runtime we will use melange + apko, and since Pulsar client now has a alpine release, I'll try if we can use apko only for python runtime

imaffe avatar Dec 22 '22 13:12 imaffe