tgquan67

Results 24 comments of tgquan67

Confirmed this problem happened for me with plugin version `v0.110.1` on VSCode 1.88.1, Ubuntu 20.04.6. Disabling `remote.SSH.useExecServer` helped as a workaround.

@natalieparellano no, these 2 problems are not related, since for normal daily usage, the registry on ACR doesn't require any client certificate. Edit: it seems you misunderstood my case in...

Okay, here is an update. When I login with `az acr login -n private-registry` instead of logging in directly using a service principal, it worked properly. The `~/.docker/config.json` now looks...

@natalieparellano I believe that `SSL_CERT_FILE` points to a root certificate in the case that your server is using a self-signed cert. What I need in my case is support for...

As far as I can see, the problem seems to have been solved with docker 26, not sure what docker did though.

In @BertelBB's case, it's not related to dockle, it's just how docker buildkit works (which was enabled by default since docker 23). Basically when you build with buildkit, the result...

@BertelBB can you confirm that after you build, you can find your new image in the output of `docker images`?

Update: I can confirm that docker 26.1 is not working with dockle again: ``` $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE a b a49f44b85bbb About a minute ago...

@BertelBB then I guess `--load` doesn't matter to this particular issue, just use it when you can't get your image to `docker images`. It seems like dockle version 0.4.14 is...

@cpannwitz did you try @BertelBB's solution above? https://github.com/goodwithtech/dockle/issues/256#issuecomment-2166137411 and https://github.com/goodwithtech/dockle/issues/256#issuecomment-2167592655