Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

processing cli artifacts: malformed artifact provided: #926

Closed
DiegoCalatayud opened this issue Aug 9, 2024 · 4 comments
Closed

processing cli artifacts: malformed artifact provided: #926

DiegoCalatayud opened this issue Aug 9, 2024 · 4 comments

Comments

@DiegoCalatayud
Copy link

Type: Bug

When I try to deploy in google cloud run
The service deployment fails with the issue:
processing cli artifacts: malformed artifact provided: {image:cloud-run-example-node,builder:Docker,payload:{path:Dockerfile}}
processing cli artifacts: malformed artifact provided: {image:cloud-run-example-node,builder:Docker,payload:{path:Dockerfile}}

From logs we can see:

Running skaffold command: "C:\Users\diego\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\skaffold.exe" init --artifact {"image":"cloud-run-example-node","builder":"Docker","payload":{"path":"Dockerfile"}} --kubernetes-manifest C:\Users\diego\AppData\Local\Temp\cloud-code-cloud-run-llq5ZN\pods_and_services.yaml --filename C:\Users\diego\AppData\Local\Temp\cloud-code-cloud-run-llq5ZN\skaffold.yaml --force
processing cli artifacts: malformed artifact provided: {image:cloud-run-example-node,builder:Docker,payload:{path:Dockerfile}}

I've been trying to get it to work for a couple of days and there's no way, and before it worked without a problem, I don't know what happened, I've tried updating docker, visual studio, the gemini cloud code extension and returning it to previous versions, I've also tried updating minikube, and I can't find the solution, I've seen that there are a couple of incidents opened by a user, but one has been closed without a solution '225205' here the answer was to run Start extension bisect, and this is what brought me to the wizard to make this report and the same user has opened another one that is still open '925'.
Please I need a solution

Extension version: 2.16.0
VS Code version: Code 1.92.1 (eaa41d57266683296de7d118f574d0c2652e1fc4, 2024-08-07T20:16:39.455Z)
OS version: Windows_NT x64 10.0.22631
Modes:

System Info
Item Value
CPUs AMD Ryzen 7 5700U with Radeon Graphics (16 x 1797)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 5.86GB (1.19GB free)
Process Argv --crash-reporter-id 31dc7028-81d1-4d42-b2ec-d6a66626d397
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
binariesv615:30325510
vsaa593cf:30376535
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
962ge761:30959799
pythongtdpath:30769146
welcomedialog:30910333
pythonnoceb:30805159
asynctok:30898717
pythonregdiag2:30936856
pythonmypyd1:30879173
2e7ec940:31000449
pythontbext0:30879054
accentitlementsc:30995553
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
0ee40948:31013168
pythoncenvpt:31062603
a69g1124:31058053
dvdeprecation:31068756
dwnewjupytercf:31046870
newcmakeconfigv2:31071590
impr_priority:31102340
nativerepl1:31104043
refactort:31108082
pythonrstrctxt:31112756
wkspc-onlycs-t:31111718

@mostafamarji
Copy link

Getting the same error did you figure out how to solve the issue?

@ivanporty
Copy link

We are experience an issue with AR and working on the solution with gcloud. We'll update once it's fixed

@ivanporty
Copy link

Duplicate #925

@takeruh
Copy link

takeruh commented Sep 26, 2024

The build may have failed, or the image you're deploying may not match what you built.

gcloud builds submit --tag gcr.io/XXXXX/(image name)

gcloud run deploy appname --project XXXXX --image gcr.io/XXXXX/(mismatch image name)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants