busbey commented on a change in pull request #2734:
URL: https://github.com/apache/hbase/pull/2734#discussion_r535321535
##########
File path: dev-support/create-release/hbase-rm/Dockerfile
##########
@@ -34,7 +34,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -qq -y update \
libxml2-dev='2.9.4+dfsg1-*' \
lsof='4.89+dfsg-*' \
maven='3.6.0-*' \
- openjdk-8-jdk='8u252-b09-*' \
+ openjdk-8-jdk='8u275-b01-*' \
Review comment:
The version pinning was part of an attempt to get us more repeatable
release builds. Unfortunately I don't think it's compatible with the infra
pieces we're relying on.
Maybe instead we should use the most general version of the dependencies we
need and then store generate docker images in a registry? That way we could tag
the specific image used when making RCs so they could be used again later.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]