Ismaël Mejía created FLINK-17324:
------------------------------------
Summary: Move the image we use to generate the flink-docker image into flink-docker
Key: FLINK-17324
URL:
https://issues.apache.org/jira/browse/FLINK-17324 Project: Flink
Issue Type: Improvement
Components: Release System / Docker
Reporter: Ismaël Mejía
Before the docker official image was repatriated into Apache Flink we used a docker image that contained the scripts to generate the release.
{{docker run --rm \}}
{{ --volume ~/projects/docker-flink:/build \}}
{{ plucas/docker-flink-build \}}
{{ /build/generate-stackbrew-library.sh > ~/projects/official-images /library/flink}}
Notice that this docker image tool 'plucas/docker-flink-build' is not part of upstream Flink so we need to move it there into some sort of tools section in the flink-docker repo or document an alternative to it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)