I’m getting an error trying to build a Docker imag...
# ktor
c
I’m getting an error trying to build a Docker image from the Ktor Gradle plugin. Has anyone seen this issue?
NoSuchMethodError: 'void TarArchiveOutputStream.putArchiveEntry(TarArchiveEntry)'
when running Gradle task
:buildImage
. The failure comes specifically during execution of
:jibBuildTar
task Gradle: 8.14.3 Kotlin: 2.2.20 Ktor plugin: 3.3.0
I’m getting the issue when building locally (Intel Macos) and on GitHub Actions (
ubuntu-latest
runner)
a
This is a known issue (KTOR-8279).