Commit Graph

8 Commits

Author SHA1 Message Date
Yunchi Pang e1b7699975
MINOR: Bump versions in CI (#20497)
**Summary**

This PR bumps several GitHub Actions and dependencies used in CI
workflows to their latest stable versions. This ensures our CI
environment remains consistent, secure, and aligned with upstream
improvements.

**Changes**

- requests: 2.32.3 → 2.32.4
- actions/checkout: v4 → v5
- actions/setup-python: v5 → v6
- actions/setup-java: v4 → v5
- actions/download-artifact: v4 → v5
- actions/labeler: v5 → v6

related: https://github.com/apache/kafka/pull/19940/files#r2328391161

Reviewers: Ken Huang <s7133700@gmail.com>, TengYao Chi
 <kitingiao@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
2025-09-15 10:35:42 +08:00
Vedarth Sharma 6a43a6bddf
MINOR: Fix error in installing docker-compose on docker-builds workflows (#18042)
Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
2024-12-04 23:59:55 +05:30
Vedarth Sharma f80e726e9b
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:01:05 +05:30
David Arthur d66d808172
MINOR: fix some GHA run syntax (#17471)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-10-12 08:52:55 +08:00
Mickael Maison eafb92bdce
KAFKA-17193: Pin all external GitHub Actions to the specific git hash (#16960)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-08-23 12:37:12 +02:00
Kuan-Po (Cooper) Tseng fd00a3e58a
KAFKA-16998 Fix warnings in our Github actions (#16410)
Reviewers: Vedarth Sharma <vesharma@confluent.io>, Chia-Ping Tsai <chia7712@gmail.com>
2024-06-24 12:53:49 +08:00
Krishna Agarwal 6941598f71
KAFKA-16826: Integrate Native Docker Image with github actions (#16045)
This PR integrates the Native docker image with the existing github action jobs for the jvm docker image of AK.

The integration is done to the following actions:

docker_build_and_test.yml: Builds the docker image and runs sanity tests and CVE scan
docker_rc_release.yml: Builds the RC docker image for both amd and arm platform and pushes it to the dockerhub.
docker_promote.yml: Promotes the RC docker image to the released image tag

Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>, Vedarth Sharma <142404391+VedarthConfluent@users.noreply.github.com>
2024-05-24 12:16:01 +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