nktnet1 commented on PR #31489: URL: https://github.com/apache/superset/pull/31489#issuecomment-2843833299
Thanks for the bump @rusackas. I've made some other podman-compatible changes, e.g. prefixing redis/postgres image names with `docker.io/` (https://github.com/dotnet/aspire/issues/3423). --- I think the only remaining incompatibility is with caching in line 33: https://github.com/apache/superset/blob/ef14b529b82798989b3aa850a5442a5e5b127dd9/docker-compose-non-dev.yml#L32-L33 where podman (specifically buildah) does not currently support cache in tags (https://github.com/containers/buildah/issues/4935). I believe what is expected at the moment is simply removing the tag: ```yaml cache_from: - apache/superset-cache ``` However, I don't think this is a blocking incompatibility. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
