Mathieu Benoit
Mathieu Benoit
@vlsi, guessing that's the same for you where `recommendationservice` and `emailservice` are in same `CrashLoopBackOff` error? @bourgeoisor, could you please deploy the `loadgenerator` too in order to see if it's...
> The images are multi-arch ones, so we should use multi-arch sha rather than amd64 sha) @vlsi, this 👆 is a really good point, I should update the Dockerfiles accordingly,...
@bourgeoisor, could you please approve the run of the CI with latest commits? Thanks!
Thanks @vlsi, this https://github.com/GoogleCloudPlatform/microservices-demo/pull/2589#issuecomment-2595187817 did it indeed, awesome! JFYI, with the new availability today of the `arm64` GH runner in public preview, I was able to deploy the OnlineBoutique containers...
@bourgeoisor, on which platform? Once confirmed, let's see where it fits in there: - The CI is running successfully on this PR on `linux/amd64` - I tested in both `linux/amd64`...
Actually, when I run this `syft cgr.dev/chainguard/nginx`, I can see that it's already using the 1.25.2 version, right? ``` [31 packages] NAME VERSION TYPE ca-certificates-bundle 20230506-r0 apk glibc 2.38-r4 apk...
Not relevant anymore, closing. As of today, Chainguard's image is 1.27.3 which is the actual latest upstream version, all good!
Simple as: ``` oras push registry/name:tag my-provisioner.yaml ``` Then you can use it: ``` oras pull registry/name:tag ``` Or more embedded: ``` score-compose init --provisioners registry/name:tag ``` Why it's appealing?...
Yup, I think `oci://` is the right approach, very generic, and that's what `oras` recommends too. And yes, you can do this below to upload multiple files in a folder:...
@7h3-3mp7y-m4n, like discussed offline, the implementation of this needs to actually happen in the https://github.com/score-spec/score-go repo, see example here: https://github.com/score-spec/score-go/pull/45. And then, we will be able to release a new...