Patrick Devine

Results 409 comments of Patrick Devine

@tianjun9 sorry for the late reply. Did you end up sorting this out? The closest I can come to finding something similar is: https://github.com/moby/moby/issues/31702 Do you have any existing docker...

@rajeshsoro For a docker image created from `docker/doodle`, there is only a single executable binary which is located inside of the image. There isn't a copy of bash inside of...

@makutamatey I'm wondering if that was a transient error? I will take a look, but unfortunately it will have to be in a week when I have access to a...

@makutamatey just had a chance to look at this. The problem is due to the `-alpine` part of the tag which unfortunately there is no alpine linux container which will...

@MarcusAhlfors what was the command you used to build?

@MarcusAhlfors I installed microk8s on ubuntu 20.04 and was able to reproduce the issue. I also have docker installed, so when the build completed it actually loaded the image into...

@MarcusAhlfors there is a workaround if you have `docker` installed, which is that you can use the local microk8s registry with something like: ``` $ microk8s enable registry $ microk8s...

@LiYa-Xu are you using `kubelogin` and/or `oidc-login` with your kube cluster? You can check in `~/.kube/config`

Can you rebuild but tag it something like `test:mytest` ? I think this may be running into a problem w/ the semantics of how `kubectl run` works where it will...

Does the image get loaded back into docker when you run `docker images`?