Cian Johnston
Cian Johnston
@deansheather FYI
Thanks @Emyrk @dannykopping ! Closing this out.
Re-opening based on comments in https://github.com/coder/coder/issues/14982
While we're at it, I'd like to change the naming scheme: - `images/base/ubuntu.Dockerfile` -> `ubuntu:base` - `images/minimal/ubuntu.Dockerfile` -> `ubuntu:minimal` - `images/$IMAGE/$DISTRO.Dockerfile` -> `$DISTRO:$IMAGE` This might entail some shuffling things around...
> [@johnstcn](https://github.com/johnstcn), do you also want images to be renamed or only the directory structure? > > For images `codercom/enterprise-base` --> `codercom/base`? I'm fine with keeping the current names of...
@maxbrunet these are all great ideas!
Unfortunately, it looks like the upstream fix breaks user/group ownership in multi-stage builds.
@coadler just to clarify - to properly fix this we would need both ordered (not timestamped) migrations and we'd also need to track the status of each migration individually in...
There are a number of potential failure points of `cli/server.go`: - TLS enabled but TLS address not set - TLS not enabled and HTTP address not set - Unable to...