atomisthq / jibbit

Dockerless Clojure Image builds using deps.edn
Eclipse Public License 1.0
111 stars 9 forks source link

Bump libs #20

Closed vonZeppelin closed 1 year ago

vonZeppelin commented 1 year ago
  1. Update dependencies (jib-core first of all) to fix broken support of "distroless" container images.

    Since March 2023, Distroless images use oci manifests, if you see errors referencing application/vnd.oci.image.manifest.v1+json or application/vnd.oci.image.index.v1+json, update your container tooling (docker, jib, etc) to latest.

  2. Apply a change suggested at #19.

slimslenderslacks commented 1 year ago

Thanks @vonZeppelin!