Commit Graph

13 Commits

Author SHA1 Message Date
Manikumar Reddy 4189beb22a MINOR: Fix error in installing docker-compose on docker-builds workflows 2024-12-04 23:46:44 +05:30
Vedarth Sharma 8b1d9e2138 MINOR: Install docker-compose on docker-build workflows (#18037)
Docker tests rely on docker compose. In recent runs it has been observed that github actions does not provide support for docker compose, so we are installing it explicitly in the workflow.
2024-12-04 22:05:14 +05:30
Vedarth Sharma b07a9b17c1
MINOR: Use docker buildx to promote docker image (#14974)
Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
2023-12-08 14:15:20 +05:30
Vedarth Sharma 6dbe239454
MINOR: Use regctl in docker image promote workflow (#14972)
Docker Image Promote github Actions Workflow was using crane github action, which is not allowed to run in apache github actions. So now using regctl which is in Github Marketplace.

Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
2023-12-08 12:49:42 +05:30
Vedarth Sharma e610767f95
MINOR: Add documentation for docker image github actions (#14952)
Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
2023-12-07 16:28:59 +05:30
Vedarth Sharma 3eb2458210
KAFKA-15903: Add Github Actions Workflow for building and pushing RC Docker Image (#14940) 2023-12-07 11:52:21 +05:30
Vedarth Sharma a1105c2dbe
KAFKA-15880: Add Github Actions Workflow for Promoting an RC docker image (#14941) 2023-12-07 11:51:32 +05:30
Vedarth Sharma eec1530da0
KAFKA-15445: Add JVM Docker image (#14552)
This PR aims to add Apache Kafka JVM Docker image as per the following KIP - https://cwiki.apache.org/confluence/display/KAFKA/KIP-975%3A+Docker+Image+for+Apache+Kafka

Reviewers:  Ismael Juma <ismael@juma.me.uk>, Ashwin Pankaj <apankaj@confluent.io>, Manikumar Reddy <manikumar.reddy@gmail.com>, Sanjay Awatramani <sawatramani@confluent.io>, 
Nikita Konev
2023-12-06 15:59:13 +05:30
Yash Mayya 0017bb3db5
MINOR: Fix typo in stale PR message (#14274) 2023-08-23 09:54:20 +02:00
David Arthur 16bb8cbb8c
MINOR: Increase Github API operations for stale PR check (#13894)
Reviewers: Josep Prat <josep.prat@aiven.io>
2023-06-21 09:52:49 -04:00
David Arthur 4fe96ddfcc
MINOR fix formatting in stale PR comment 2023-06-10 17:05:03 -04:00
David Arthur 9637cc7a32
MINOR: Enable schedule stale PR workflow (#13841)
Also fixes a few things in the workflow config (label name, better PR comment)

Reviewers: Josep Prat <josep.prat@aiven.io>
2023-06-10 16:46:55 -04:00
David Arthur da22d03605
KAFKA-15073: Add a Github action to mark PRs as stale (#13827)
This patch makes use of the Github action `actions/stale@v8` to add a `stale` label to PRs older than 90 days. 

Reviewers: Josep Prat <josep.prat@aiven.io>, David Jacot <djacot@confluent.io>
2023-06-10 10:03:07 -04:00