Re: [DISCUSS] Docker images for SNAPSHOT

2022-05-24 Thread Alexander Fedulov
Hi everyone, Glad to inform you that the Github Actions workflow [1][2] that publishes SNAPSHOT Flink images to GHCR [3] is now up and running. Best, Alexander Fedulov [1] https://github.com/apache/flink-docker/pull/116/files [2] https://github.com/apache/flink-docker/actions/runs/2376596377 [3]

Re: [DISCUSS] Docker images for SNAPSHOT

2022-04-27 Thread Alexander Fedulov
Hi everyone, thank you for your feedback. I created a ticket for us with the INFRA team [1] Best, Alexander Fedulov [1] https://issues.apache.org/jira/browse/INFRA-23213 On Tue, Apr 26, 2022 at 8:49 PM Martijn Visser wrote: > Hi Alex, > > After checking with ASF Infra, the only thing we need

Re: [DISCUSS] Docker images for SNAPSHOT

2022-04-26 Thread Martijn Visser
Hi Alex, After checking with ASF Infra, the only thing we need to do is create a Jira ticket with them. It's enabled per repository, so all needed is to supply the repository name for which we want to have this enabled. We could then build a workflow to push those snapshots on a (scheduled) nightl

Re: [DISCUSS] Docker images for SNAPSHOT

2022-04-26 Thread Martijn Visser
Hi Alex, Thanks for bringing this up for discussion. I think it's indeed important that we make it possible that externalized connectors can be tested, both against released Flink versions but also against SNAPSHOT versions. I did a quick check at the ASF Jira service and noticed there is https:/

Re: [DISCUSS] Docker images for SNAPSHOT

2022-04-22 Thread Yang Wang
The project flink-kubernetes-operator has already been using github packages to deliver the snapshot images[1]. [1]. https://github.com/apache/flink-kubernetes-operator/pkgs/container/flink-kubernetes-operator Best, Yang Jingsong Li 于2022年4月22日周五 10:43写道: > +1 to public Flink Docker image for

Re: [DISCUSS] Docker images for SNAPSHOT

2022-04-21 Thread Jingsong Li
+1 to public Flink Docker image for snapshot. Best, Jingsong On Fri, Apr 22, 2022 at 2:23 AM Alexander Fedulov wrote: > > Hi everyone, > > in the scope of work on externalizing connectors [1] it became evident that > we need to add the process of releasing SNAPSHOT (nightly) Docker images > for

[DISCUSS] Docker images for SNAPSHOT

2022-04-21 Thread Alexander Fedulov
Hi everyone, in the scope of work on externalizing connectors [1] it became evident that we need to add the process of releasing SNAPSHOT (nightly) Docker images for Flink. Let me briefly explain why this is the case: - currently, our container-based E2E tests rely on building Flink Docker images