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'
}