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:
- Go to the Publish Docker image action
- Click in
Run workflow
- Set the
Version to release
Check for new versions:
docker pull kpnnl/avro-tools:1.10.0
Use to validate avro json schemas:
docker run --rm --user="$(id -u)" -v "$(pwd)":/avro \
kpnnl/avro-tools:1.10.0 \
idl2schemata {file}.avdl {target-folder}
Use to validate avro json schemas:
docker run --rm kpnnl/avro-tools
- Docker image forked from brandonstubbs/avro-tools we republish it for our own convinience