envbox icon indicating copy to clipboard operation
envbox copied to clipboard

envbox is an image that enables creating non-privileged containers capable of running system-level software (e.g. dockerd, systemd, etc) in Kubernetes.

Results 33 envbox issues
Sort by recently updated
recently updated
newest added

a customer wants to set `host_aliases` in their envbox-based workspace. they mention this works for non-envbox workspaces. [K8s docs here](https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/#adding-additional-entries-with-hostaliases). below is what they've set in their template: ```terraform spec...

Would be a nice feature for people dealing with networking issues related to running envbox in strange places (i.e k3s, k0s etc)

Can this image be hosted under the [codercom docker hub repo](https://hub.docker.com/u/codercom)? We have strict OPA policies that only allows pulling through our artifactory caching proxy from docker hub & gcr...

Due to specific architecture pulled in here for sysbox [1] packages pushed to ghcr.io/coder/envbox:latest is not capable of running under arm64 [1] https://github.com/coder/envbox/blob/main/deploy/Dockerfile#L50

I'm confused that the environment variables begin with `CODER_` and not `ENVBOX_`. This project could have independent value and the `CODER_` naming suggests it's coupled.

``` --- FAIL: TestCoderLog (0.00s) --- FAIL: TestCoderLog/OutputNotDropped (0.01s) coder_test.go:100: Error Trace: /home/runner/work/envbox/envbox/buildlog/coder_test.go:100 Error: Condition never satisfied Test: TestCoderLog/OutputNotDropped --- FAIL: TestCoderLog/OK (0.01s) coder_test.go:51: Error Trace: /home/runner/work/envbox/envbox/buildlog/coder_test.go:51 Error: Condition never...

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.9+incompatible to 25.0.6+incompatible. Release notes Sourced from github.com/docker/docker's releases. v25.0.6 25.0.6 For a full list of pull requests and changes in this release, refer to the relevant...

dependencies

Use the compat method added in https://github.com/coder/coder/pull/13778 This should allow using the newer endpoint with Coder version 2.9.

When passing in a docker config secret using the following format: ``` { "auths": { "https://registry.jfrog.io": { "auth": "anV.....5Ug==" } } } ``` authentication against my private image registry fails...

bug