Roberto Navarra
Roberto Navarra
Any updates for this task? Can I help with something?
Hi @squakez, I build and execute camel k operator and a camel quarkus application inside raspberry. I used docker buildx and specify the target platform. I must modify makefile and...
Hi @squakez, i've tried to import BuildKit library like suggest @astefanutti inside the builder package but there is a problem of dependency ``` go: finding module for package github.com/go-logr/logr/funcr github.com/apache/camel-k/pkg/builder...
Hi, i have an update with this tasks, below the description for each point> - Use a multi-architecture default Java base image > I use the graalvm base image in...
So, @squakez suggest a command makes-arch to build for other platform, we can make the same thing with dockerfile because the base image isn't available. It makes sense if that...
As i say previously, i build and execute an integration kit inside rpi4 8gb with architecture arm64 with the use of buildah, below the modifies: - Update buildah at 1.23.3...
@squakez sorry, I don't understand why should be parameterized? The integration kit are builded inside kubernetes so with architecture of the node amd64, arm64 etc.... this thing can't be modified...
Ok Great! Thanks! But you are limited by buildah architecture support, for others solutions it's necessary fix the dependency problem which i describe some comment ago Anyway, i saw the...
Ok @squakez, i understand your advice but i dont know how to use PublishStrategyOptions. Can you give me and example to fill that structure from cmd?
Hi @squakez, yes i have a look yesterday, below i describe the code: Inside the package builder i add `buildah.go` file to manage buildah constants properties ``` package builder const...