confluentinc / schema-registry-images

Docker Images for Schema Registry
Apache License 2.0
2 stars 21 forks source link

ST-2029: Initial commit of schema registry docker image #1

Closed elismaga closed 5 years ago

elismaga commented 5 years ago

I have extracted the docker file and dependent scripts from cp-docker-images for schema registry into this new repo.

This is an initial version of these scripts and will not be enabled right away. I would like to get this pushed to the master branch so that I can begin testing this out by running it after the packaging build, but this will not replace our current / official images until the actual roll out.

elismaga commented 5 years ago

minor questions, but generally looks good. nodeLabel and TODO stuff also same as other PRs.

I'm assuming large chunks of this are basically unchanged (e.g. the dockerfile itself, support cub/dub stuff, etc), so not looking as closely at those. let me know if they have changed in any significant way.

The only significant change to the docker file is that i add our packaging repo to apt-get so that we can install the packages from that repo.