genuinetools / img

Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/
MIT License
3.88k stars 230 forks source link

Big Dependency Update & Modernization #285

Closed kekoav closed 4 years ago

kekoav commented 4 years ago

In an effort to keep this great little project fresh, I'm working on this major version refresh.

A lot of issues are already addressed in upstream projects, and we just need to get those integrated.

Notable Version Updates

The following are updated along with their implicit dependencies.

Buildkit Updates

Any other changes I've included were due to API change in buildkit. I've done my best to get this right, but I'm not very familiar with buildkit internals.

Addresses Issues

Subject to testing, this release should fix the following issues:

kekoav commented 4 years ago

@AkihiroSuda @jessfraz Can you PTAL?

frezbo commented 4 years ago

@AkihiroSuda Can a new version be released?, it's been a while since the last release.

AkihiroSuda commented 4 years ago

cc @jessfraz

jessfraz commented 4 years ago

Pushed a new version, thanks @AkihiroSuda for being on top of things been busy with the startup!

FWIW if you ever want to release a new version the commands are:

$ make bump-version
$ make tag
$ git push origin ${whatever_tag}
$ git push origin master
frezbo commented 4 years ago

Thanks @jessfraz, been waiting for a new release for sometime. 👍

AkihiroSuda commented 4 years ago

Thanks @jessfraz , but https://r.j3ss.co/repo/img/tags seems not updated?