Container image for avro-tools
avro-tools is part of apache/avro/lang/java library
In order to run this container you'll need docker installed.
The idea of this repository is for the maintainers to trigger a github action, in order to release a new version of the container, if there's a new version of the tool.
If you are not a maintainer, open a new issue and we will release a new version.
To release a new version:
Run workflowVersion to release
Check for new versions:
docker pull kpnnl/avro-tools:1.12.0
Use to validate avro json schemas:
docker run --rm --user="$(id -u)" -v "$(pwd)":/avro \
kpnnl/avro-tools:1.12.0 \
idl2schemata {file}.avdl {target-folder}
Use to validate avro json schemas:
docker run --rm kpnnl/avro-tools
Content type
Image
Digest
sha256:008b9ea3f…
Size
328.6 MB
Last updated
10 months ago
docker pull kpnnl/avro-tools