This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-ci-docker.git

commit 95b91c78fd3781b751cdc6dcb9bea368b3dd58fd
Author: Chesnay Schepler <[email protected]>
AuthorDate: Thu Jun 8 14:15:52 2023 +0200

    Create README.md
---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2f9d9d5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# CI image for Apache Flink
+
+## Build
+
+**Never re-use a tag because it might break CI for older Flink commits.**
+
+```
+docker build -t chesnay/flink-ci:<tag> base
+docker push chesnay/flink-ci:<tag>
+```

Reply via email to