Stewart X Addison
Stewart X Addison
> Maybe the .1 file can be linked to its generated html version? Yeah I just want to make sure it's only in one place to avoid duplication/fragmentation (Currently it's...
Potentially related to https://github.com/adoptium/containers/pull/642 which is being called out in the release notes as resolving an issue relating to `__cacert_entrypoint.sh` although since you're using the 21.0.5+11 image I would expect...
> I have the same problem. My dockerfile is just: > > ``` > FROM eclipse-temurin:21 > COPY . . > CMD ["./gradlew", ":core:flywayMigrate", "--stacktrace"] > ``` From a quick...