Hi all,
the 'format' of sha256 file has changed (although it is still a valid
sha256 output). Haven't you experienced problems with Docker image build
with this?
See the change:
$ curl
https://archive.apache.org/dist/nifi/nifi-registry/nifi-registry-0.6.0/nifi-registry-0.6.0-bin.tar.gz.sha256
e52d07e5689dbab5a04fa6afb4e89b316980daac781144c9651aa81a68c38068
 ./nifi-registry-0.6.0-bin.tar.gz

$ curl
https://archive.apache.org/dist/nifi/nifi-registry/nifi-registry-0.5.0/nifi-registry-0.5.0-bin.tar.gz.sha256
6bf16eb1e73709b2723aaeccd7dddc08ff64ce7f46ef4ed2b0a36e24773b7f64

$ curl
https://archive.apache.org/dist/nifi/nifi-registry/nifi-registry-0.4.0/nifi-registry-0.4.0-bin.tar.gz.sha256
7f19b19ba59ec0a9cc3428cab6c40e098143587bb23a837a6749a3b0b9e6167f

sha256sum by default outputs the <hash> <filename> format, which is the
case for 0.6.0 release. Before this release, the official sha256 file had
the filename stripped.
It used to work with Dockerfile check
https://github.com/apache/nifi-registry/blob/rel/nifi-registry-0.5.0/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile#L46

I see you changed the Dockerbuild to something with maven? No more sha256
checks?
I will accommodate my builds.

Best,
Michal


On Tue, Apr 7, 2020 at 4:12 PM Arpad Boda <ab...@apache.org> wrote:

> Hello
>
> The Apache NiFi team would like to announce the release of Apache NiFi
> Registry 0.6.0.
>
> Apache NiFi is an easy to use, powerful, and reliable system to process and
> distribute data. Apache NiFi was made for dataflow. It supports highly
> configurable directed graphs of data routing, transformation, and system
> mediation logic.
>
> Registry, a subproject of Apache NiFi, is a complementary application that
> provides a central location for storage and management of shared resources
> across one or more instances of NiFi or MiNiFi.
>
> More details on Apache NiFi Registry, along with release artifacts, can be
> found here:
> https://nifi.apache.org/registry.html
>
> Maven artifacts have been made available and mirrored as per normal ASF
> artifact processes.
>
> Issues closed/resolved for this list can be found here:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320920&version=12347009
>
> Release note highlights can be found here:
>
> https://cwiki.apache.org/confluence/display/NIFIREG/Release+Notes#ReleaseNotes-NiFiRegistry0.6.0
>
> Thank you
> The Apache NiFi team
>

Reply via email to