You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/11/17 17:10:34 UTC

[GitHub] [nifi] bbende commented on a diff in pull request #6673: [NIFI-10820] [NIFI-9656] Update Docker base image to eclipse-temurin:11

bbende commented on code in PR #6673:
URL: https://github.com/apache/nifi/pull/6673#discussion_r1025467795


##########
nifi-registry/nifi-registry-docker-maven/dockermaven/Dockerfile:
##########
@@ -34,7 +38,7 @@ RUN unzip ${NIFI_REGISTRY_BASE_DIR}/nifi-registry-${NIFI_REGISTRY_VERSION}-bin.z
     && ln -s ${NIFI_REGISTRY_HOME} ${NIFI_REGISTRY_BASE_DIR}/nifi-registry-${NIFI_REGISTRY_VERSION}
 
 
-FROM openjdk:8-jre
+FROM eclipse-temurin:11-jdk

Review Comment:
   I think the issue is resolved...
   
   In 0.1.0 release of registry it was because of this:
   
   https://github.com/apache/nifi-registry/blob/rel/nifi-registry-0.1.0/nifi-registry-framework/src/main/resources/db/migration/V1.3__DropBucketItemNameUniqueness.sql
   
   In 0.2.0 we re-did the schema and removed that and we implemented an automatic migration from old DB to new, so the requirement was anyone on 0.1.0 had to first migrate to 0.2.0 before any further upgrades.
   
   At this point the original schema has been completely removed.



-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org