Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 497 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 497 Bytes

joci-tools

some basic tooling for manipulating docker/OCI image manifests and implemention of a basic docker registry.

note: if you're opening in eclipse, run ./gradlew eclipse to generate the APT configuration (and then refresh the gradle project).

  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
  
  dependencies {
    implementation 'io.zrz:joci-tools:master'
  }