How to build multiarch container images and push them to a registry
Building the images podman build --platform linux/arm64,linux/amd64 --manifest ghcr.io/aero-project-eu/maestro-serverless-controller/jvm:20250910 . -f …
PhD in Computer Science
2016
University of Crete
MSc in Computer Science
2012
University of Crete
BSc in Computer Science
2010
University of Crete
Building the images podman build --platform linux/arm64,linux/amd64 --manifest ghcr.io/aero-project-eu/maestro-serverless-controller/jvm:20250910 . -f …
Starting with Quarkus 3.5, the default Mandrel version was updated from 23.0 to 23.1. This update introduced various improvements but also resulted in larger native executables. To …
Parallel programs are prone to data races, which are concurrency bugs that are difficult to track and reproduce. Various attempts have been made to create or incorporate tools that …
Using remote memory for the Java heap enables big data analytics frameworks to process large datasets. However, the Java Virtual Machine (JVM) runtime struggles to maintain …