Test repository for validating the custom slim CI runner image.
Go to file
Dave the Dev 455505a6d6 Hithomelabs/HomeLabDocker#76: Fix Gradle build failure — replace setup-java with Alpine JDK package
The actions/setup-java@v4 step downloads a glibc-compiled JDK (Temurin)
which cannot execute on Alpine's musl libc. Replace with Alpine's native
openjdk17-jdk package via apk, which is compiled for musl and works
correctly with gradlew.
2026-07-05 06:27:45 +00:00
.gitea/workflows Hithomelabs/HomeLabDocker#76: Fix Gradle build failure — replace setup-java with Alpine JDK package 2026-07-05 06:27:45 +00:00
gradle/wrapper Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30
src Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30
.gitignore Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30
build.gradle Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30
gradlew Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30
gradlew.bat Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30
README.md Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30
settings.gradle.kts Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30

CI Runner Test

Test repository for validating the custom slim CI runner image.

Trigger: Go to Actions → Test CI Runner Image → "Run workflow"

What it tests:

  • JRE base with JDK installed at runtime via actions/setup-java@v4
  • Gradle Java compilation and test execution
  • Docker CLI with host socket mount
  • Node.js availability (required by JavaScript actions)