Im trying to setup a docker image through the ktor...
# ktor
m
Im trying to setup a docker image through the ktor gradle plugin and i keep getting this error when running runDocker/buildDocker. Ive updated the ktor plugin to the most recent and tried adding the jib plugin directly, as well as clearing out my gradle cache, killing the daemon, restarting ide etc all with no luck. Anyone have a suggestion for how to get the docker integration working?
Copy code
Execution failed for task ':app:mdm-manager:web-server:jibDockerBuild'.
> com.google.cloud.tools.jib.plugins.common.BuildStepsExecutionException: 'void org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.putArchiveEntry(org.apache.commons.compress.archivers.tar.TarArchiveEntry)'
👍 1
a
This is a known issue (KTOR-8279).