Stefan Sauer
Stefan Sauer
We're using python binaries, but they are packaged into a binary that runs python with the actual python code from itself. Because of that the profiler won't find any process...
### The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first - [X]...
``` ./appimagelint-x86_64.AppImage --version Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. 0.0.1-gitb16909d ./appimagelint-x86_64.AppImage MiniMeters-x86_64.AppImage Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway....
### Operating System Any ### Environment (if applicable) Google Chrome 130.0.6723.58 (Official Build) (64-bit) ### Firebase SDK Version 10.12.0 ### Firebase SDK Product(s) Auth ### Project Tooling Angular ### Detailed...
Today we're seeing outages of quay.io and docker.io. Bewlow is a list of images that is referenced by such a typical install. ```shell kubectl --context=gke_robco-ensonic_europe-west1-c_cloud-robotics get pods --all-namespaces -o jsonpath='{.items[*].spec.containers[*].image}'...
We mostly use @distroless_base: https://github.com/search?q=repo%3Agooglecloudrobotics%2Fcore%20entrypoint&type=code or something build from it. We shoudl add a local base_image using @distroless_basee, but adding https://github.com/Yelp/dumb-init?tab=readme-ov-file#usage as the entrypoint and use that instead. Alternatively we...