confluentinc / schema-registry-images

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

ST-2560: Adding support for building debian and rhel images #11

Closed elismaga closed 4 years ago

elismaga commented 4 years ago

Renamed the Dockerfile to Dockerfile.deb8, and added Dockerfile.rhel8. The image now uses cp-base-new because we are building multiple versions of the new base image, one of which is the existing deb8 version which will still get used here. So to clarify, this will not upgrade the debian image to use a new version of debian even though we are using cp-base-new.

I have tested the debian image locally and it worked with cp-demo. Testing of the rhel image with cp-demo is still on going.

elismaga commented 4 years ago

lgtm, can we look at the pr build failure

@mohnishbasha Thanks for the review. The PR build will not work until we start building the base images with for rhel8. This PR is to make that happen: https://github.com/confluentinc/common-docker/pull/51