Nicholas Kappel
Nicholas Kappel
I am the successor of @bdrian at our institution. So i have to work around the same issue. I just tested this code against our GitLab registry and it works...
Ok, i've prepared a new PR with basically the exact same functionality: https://github.com/jupyterhub/binderhub/pull/1283 Hope we can make this work finally! :slightly_smiling_face:
I also encountered strange behavior regarding hard links using `v0.4.2`. So i just put my comment here since it could be related. Take the following Dockerfile: ```Dockerfile FROM busybox:stable RUN...
Are there any news on this? I'm wondering if proxies set under `/home/user/.docker/.dockerconfigjson` or `/home/user/.docker/config.json` are applied. I'm using BuildKit within `moby/buildkit:v0.8.2-rootless` image.
Nevermind, i figured it out. Env variables `http_proxy` and `https_proxy` if applicable have to be set. `buildkitd` as well as `buildctl` (!) must have access to these vars. Confusion stems...
I'm facing a related issue. I'm trying to parameterize [a value](https://github.com/awslabs/kubeflow-manifests/blob/8e2ffc5958da6fd6e17790236c484938c20e318b/charts/apps/jupyter-web-app/templates/ConfigMap/jupyter-web-app-config-tgcbb2gdkd-kubeflow-ConfigMap.yaml#L3) in a chart which uses Helm provider. Excerpt from my code: ```terraform helm_config = { chart = ... values...
I got the same error message. If fixed it by adding [following permissions](https://docs.aws.amazon.com/efs/latest/ug/iam-access-control-nfs-efs.html) to the IAM role and its policy which is assumed by efs node pods: ``` elasticfilesystem:ClientMount elasticfilesystem:ClientWrite...
I have an issue which appears to be similar, so i'm commenting here. I wanted to try registry caching, as described in the [Readme](https://github.com/moby/buildkit#registry-push-image-and-cache-separately). I've been using the following command:...
Hi @tonistiigi , i'm not familiar with how precisely the cache feature works. Are you suggesting that it works as expected?
I would also appreciate a feature to drag the currently played song to a playlist. EDIT: Or alternatively, a context menu in the "currently playing" bar to accomplish this.