Github user tonycox commented on a diff in the pull request:
https://github.com/apache/flink/pull/3205#discussion_r100159827
--- Diff: flink-contrib/docker-flink/docker-compose.yml ---
@@ -16,21 +16,22 @@
# limitations under the License.
################################################################################
-version: "2"
+# Set the FLINK_DOCKER_IMAGE_NAME environment variable to override the
image name to use
+
+version: "2.1"
services:
jobmanager:
- image: flink
- container_name: "jobmanager"
+ image: ${FLINK_DOCKER_IMAGE_NAME:-flink}
expose:
- "6123"
--- End diff --
do we need this if it set in Dockerfile ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---