Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.78 KB

README.adoc

File metadata and controls

65 lines (44 loc) · 1.78 KB

tools.jib

This is a Clojure wrapper around Google’s Jib project for "building optimized Docker and OCI container images without a Docker daemon, and without deep mastery of Docker best-practices".

This library was born from an attempt at using Jib from tools.build.

Status

This library is currently a work in progress. Please do not rely on this for anything critical just yet.

Release Information

deps.edn dependency information:

As a Git dependency:

io.github.clojure/tools.jib {:git/tag "v0.0.0" :git/sha "aaaaaaa"}

As a Maven dependency:

io.github.clojure/tools.jib {:mvn/version "0.0.0"}

Documentation

  • API

  • User Guide

Developer Information

Running Tests

$ bb test:run

Copyright © 2024 Robert Medeiros

All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 which can be found in the file file:./LICENSE[LICENSE} at the root of this repository. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.