[
https://issues.apache.org/jira/browse/BOOKKEEPER-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15823514#comment-15823514
]
Francesco Caliumi commented on BOOKKEEPER-974:
----------------------------------------------
The cookie issue was resolved by using a static hostname for docker container
and I arrived at a fully working docker image
([https://github.com/caiok/docker-bookkeeper])
I'm now rewriting the docker build in order to adhere to the strict official
docker images guidelines. I need a key fingerprint from e.g.
[http://ha.pool.sks-keyservers.net/] in order to verify the dist *.asc key, to
be used in:
{code}
wget -q
"https://archive.apache.org/dist/bookkeeper/bookkeeper-${BK_VERSION}/${DISTRO_NAME}.tar.gz"
wget -q
"https://archive.apache.org/dist/bookkeeper/bookkeeper-${BK_VERSION}/${DISTRO_NAME}.tar.gz.asc"
export GNUPGHOME="$(mktemp -d)"
gpg --keyserver ha.pool.sks-keyservers.net --recv-key "<<<KEY>>>"
gpg --batch --verify "$DISTRO_NAME.tar.gz.asc" "$DISTRO_NAME.tar.gz"
{code}
(e.g. zookeeper key fingerprint: 97FC712E4C024BBEA48A61ED3A5CA953F73C700D)
[~hustlmsp] Can you help me?
Thanks,
Francesco.
> make pushing a docker image as part of the release procedure
> ------------------------------------------------------------
>
> Key: BOOKKEEPER-974
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-974
> Project: Bookkeeper
> Issue Type: Improvement
> Reporter: Jia Zhai
>
> make pushing a docker image as part of the release procedure.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)