[
https://issues.apache.org/jira/browse/FLINK-20632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17261846#comment-17261846
]
Xintong Song commented on FLINK-20632:
--------------------------------------
Thanks for driving the efforts, [~rmetzger].
I'm wondering, shall we also secure the `apache/flink` images with our release
manager's signatures?
I noticed that the previous official-images are signed with administrative
keys, while our new images are not.
{code:java}
$ docker trust inspect flink:1.11.3
[
{
"Name": "flink:1.11.3",
"SignedTags": [],
"Signers": [],
"AdministrativeKeys": [
{
"Name": "Root",
"Keys": [
{
"ID":
"84dec8c7bc650432d83c84920cb15bc016100d846320377fe43a0c5722e31740"
}
]
},
{
"Name": "Repository",
"Keys": [
{
"ID":
"00916cd7c07d6bf463c4b71e5bb119c3a9350a0637dee74416d34852c18fc03a"
}
]
}
]
}
]
$ docker trust inspect apache/flink:1.12
[]
No signatures or cannot access apache/flink:1.12
{code}
> Missing docker images for 1.12 release
> --------------------------------------
>
> Key: FLINK-20632
> URL: https://issues.apache.org/jira/browse/FLINK-20632
> Project: Flink
> Issue Type: Bug
> Components: Deployment / Kubernetes
> Affects Versions: 1.12.0
> Reporter: Piotr Gwiazda
> Assignee: Robert Metzger
> Priority: Blocker
> Labels: pull-request-available
>
> Images for Flink 1.12 are missing in Docker hub
> https://hub.docker.com/_/flink. As a result Kubernetes deployment as in the
> documentation example is not working.
> https://ci.apache.org/projects/flink/flink-docs-release-1.12/deployment/resource-providers/native_kubernetes.html
--
This message was sent by Atlassian Jira
(v8.3.4#803005)