coder / envbuilder

Build development environments from a Dockerfile on Docker, Kubernetes, and OpenShift. Enable developers to modify their development environment quickly.
Apache License 2.0
111 stars 23 forks source link

fix(devcontainer): correctly parse feature with digest #248

Closed maxbrunet closed 3 weeks ago

maxbrunet commented 3 weeks ago

Hello! 👋

Parsing an image with a digest like ghcr.io/coder/envbuilder:0.2.9@sha256:b51153d8cc1235986707d5f61949884444f2b4c4f64b15b5506cb5484bfa8a93 using NewTag does not work:

repository can only contain the characters `abcdefghijklmnopqrstuvwxyz0123456789_-./`: coder/envbuilder:0.2.9@sha256

ParseReference supports both tag and digest, and produces the same result.