Munish Chouhan
Munish Chouhan
If i just add `hrma017/dev` in build repository and not add docker.io
in local I am getting the correct error: ``` (base) munish.chouhan@Munishs-MacBook-Pro wave_testing % wave -f Dockerfile_Invalid --wave-endpoint http://localhost:9090 cace-85-136-67-71.ngrok-free.app/wt/XXXXXXXX/wave/build/dev:aaebbebb23dfb16b (base) munish.chouhan@Munishs-MacBook-Pro wave_testing % docker pull cace-85-136-67-71.ngrok-free.app/wt/XXXXXXX/wave/build/dev:aaebbebb23dfb16b What's next: View a...
@pditommaso did you already fixed it? because in prod also I am getting correct error ``` (base) munish.chouhan@Munishs-MacBook-Pro wave_testing % wave -f Dockerfile_Invalid wave.seqera.io/wt/xxxxxxxx/wave/build:fe0d311df2ef561f (base) munish.chouhan@Munishs-MacBook-Pro wave_testing % docker pull...
in stage: ``` (base) munish.chouhan@Munishs-MacBook-Pro wave_testing % wave -f Dockerfile_Invalid --wave-endpoint https://wave.stage-seqera.io wave.stage-seqera.io/wt/xxxxxxx/wave/build/stage:a0a7f21f0c6f6ad1 (base) munish.chouhan@Munishs-MacBook-Pro wave_testing % docker pull wave.stage-seqera.io/wt/xxxxxxx/wave/build/stage:a0a7f21f0c6f6ad1 What's next: View a summary of image vulnerabilities and recommendations...
yes, it happens with freeze ``` /bin/zsh /Users/munish.chouhan/testing_ground/wave_testing/buiild_images_prod.sh docker.io/hrma017/dev:04186797ac16c388 (base) munish.chouhan@Munishs-MacBook-Pro wave_testing % docker pull docker.io/hrma017/dev:04186797ac16c388 What's next: View a summary of image vulnerabilities and recommendations → docker scout quickview...
In case of freeze, pull request directly goes to build repository and because the build fails there is no manifest there, so the error is correct in this case too.
This build id is no longer available.
I did ask the question in surrealdb discord channel, but no luck yet. I will dig more into it.
I think it can be solved by increasing the size of `micronaut.server.max-request-size`, its default size is 10mb https://micronaut-projects.github.io/micronaut-core/latest/guide/configurationreference.html#io.micronaut.http.server.HttpServerConfiguration
I will reproduce the issue and test it