This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 874083e  [readme] explicitly mention that the full GPG fingerprint is 
required
874083e is described below

commit 874083e16ba0f0e97764b9164dfb33b5ee2e2100
Author: David Anderson <[email protected]>
AuthorDate: Mon Jul 11 14:00:29 2022 -0400

    [readme] explicitly mention that the full GPG fingerprint is required
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 027daf0..e56d8d9 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,7 @@ Updating the Dockerfiles involves the following steps:
 1. Generate the Dockerfiles
     * Checkout the `dev-x.y`(minor release)/`dev-master`(major release) branch 
of the respective release, e.g., dev-1.9
     * Update `add-version.sh` with the GPG key ID of the key used to sign the 
new release
+        * Be sure to use the full fingerprint of the GPG key (as shown in the 
example below), as the official images require this.
         * Commit this change with message `Add GPG key for x.y.z release` 
<sup>\[[example](
             
https://github.com/apache/flink-docker/commit/94845f46c0f0f2de80d4a5ce309db49aff4655d0)]</sup>
     * (minor only) Update `testing/run_travis_tests.sh` to test against the 
new minor version.

Reply via email to