Skip to content

Conversation

@patricklucas
Copy link
Contributor

This PR migrates the git history from https://github.com/docker-flink/docker-flink to https://github.com/apache/flink-docker.

Henceforth, development on this project will occur in this repository, and once this PR is merged I will add a deprecation warning to https://github.com/docker-flink/docker-flink.

patricklucas and others added 30 commits March 9, 2017 15:47
Adds a script add-version.sh which templates out Dockerfiles for all
variants of a given Flink release.

    usage: ./add-version.sh -r flink-release -f flink-version
I removed this because the start-foreground script is not yet part of the
flink distribution
This is an outlier, is not supported by Flink going forward, and makes
the build more complicated because for whatever reason there is no
Flink release for 1.1-hadoop1-scala_2.11.
Relying on key servers causes build reliability issues. The KEYS file
is from https://www.apache.org/dist/flink/ and includes all keys
eligible to sign Flink releases.
I'm inclined not to mess with anything in the Flink release directory
if we don't have to. Additionally, there is precedent for putting
`docker-entrypoint.sh` in `/`, including the Docker official images
documentation[1].

ADD has some weird behaviors (such as supporting URLs) while COPY
does only what it says on the tin, which is what we want here.

[1]https://github.com/docker-library/official-images/#consistency
patricklucas and others added 29 commits August 29, 2019 13:29
Support environment variable substitution for flink-conf.yaml
Update Dockerfiles for 1.9.2 release
Add ENABLE_BUILT_IN_PLUGINS environment variable
@uce uce merged commit f26d84c into apache:master Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.