[GitHub] [flink-docker] afedulov commented on a diff in pull request #116: Publish snapshot images

2022-05-17 Thread GitBox
afedulov commented on code in PR #116: URL: https://github.com/apache/flink-docker/pull/116#discussion_r866937358 ## .github/workflows/snapshot.yml: ## @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See

[GitHub] [flink-docker] afedulov commented on a diff in pull request #116: Publish snapshot images

2022-05-06 Thread GitBox
afedulov commented on code in PR #116: URL: https://github.com/apache/flink-docker/pull/116#discussion_r866998834 ## utils.sh: ## @@ -0,0 +1,59 @@ +#!/bin/bash -e + +IMAGE_REPO=$1 +echo "Image repository: $IMAGE_REPO" + +function image_tag() { +local dockerfile +

[GitHub] [flink-docker] afedulov commented on a diff in pull request #116: Publish snapshot images

2022-05-06 Thread GitBox
afedulov commented on code in PR #116: URL: https://github.com/apache/flink-docker/pull/116#discussion_r866937358 ## .github/workflows/snapshot.yml: ## @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See

[GitHub] [flink-docker] afedulov commented on a diff in pull request #116: Publish snapshot images

2022-05-06 Thread GitBox
afedulov commented on code in PR #116: URL: https://github.com/apache/flink-docker/pull/116#discussion_r866934213 ## .github/workflows/snapshot.yml: ## @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See