docker_image.my_image: Creation complete after 1m19s [id=sha256:140c1336981db4865013ceeb62a250c1ebdd390261a9f27021b36bf1209d7c75my-image]
Error: Unable to create container with image my_image:develop: unable to pull image my_image:develop:
error pulling image my_image:develop: Error response from daemon: pull access denied for my_image,
repository does not exist or may require 'docker login': denied: requested access to the resource is deniedREPOSITORY TAG IMAGE ID CREATED SIZE
my-image latest 140c1336981d 2 hours ago 1.68GB
my_image develop 140c1336981d 2 hours ago 1.68GBdocker run -it my_image works fine.resource "docker_image" "my_image" {
name = "my-image"
build {
context = "./build"
tag = ["my_image:develop"]
}
}resource "docker_container" "workspace" {
# ...
name = "coder-${data.coder_workspace.me.owner}-${lower(data.coder_workspace.me.name)}"
image = "my_image:develop"
env = ["CODER_AGENT_TOKEN=${coder_agent.main.token}"]
command = ["sh", "-c", coder_agent.main.init_script]
# Use the Sysbox container runtime (required)
runtime = "sysbox-runc"
}name = docker_image.my_image.developFROM codercom/enterprise-base:ubuntu
# install the latest version
USER root
RUN curl -fsSL https://code-server.dev/install.sh | sh
USER coder
# pre-install VS Code extensions
#RUN code-server --install-extension eamodio.gitlens
# directly start code-server with the agent's startup_script (see above),
# or use a process manager like supervisordHey @everyone, I just shared a blog on our community vision for 2026 and where we’re hoping to go together. It’s a reflection on what I’ve seen from this community so far, what we’ve learned, and how things like Discord, meetups, our open source, and shared projects fit into the bigger picture. If you’re curious where we’re headed, or want a bit more context behind what we are planning this week, I’d love for you to give it a read. https://coder.com/blog/building-together-coder-s-community-vision-for-2026 Thanks for being here. This community only works because of the people in it.
Marco (Coder Community Manager) · 23h ago
@everyone Next week, we’re doing something a little different at Coder ❤️ We’re hosting Community Week Feb 9 - 13 It’s a moment to spotlight the people behind the code and this community that’s grown around Coder. What to expect: → Stories from developers building with Coder → Open source highlights → A look at where we’re headed this year → A few moments of appreciation for the folks who show up and help others No launch. No sales pitch. Just community appreciation. If you’ve ever installed Coder, contributed, or followed along quietly, next week is for you. If you’re curious where all of this lives, it starts here: http://cdr.co/yMzI1NQ + a reminder that we have office hours happening February 12 at 10:30am PT. If you have any questions please bring them or start a thread in the <#971231372373033030> channel.
Marco (Coder Community Manager) · 5d ago
Hi @everyone ,
Marco (Coder Community Manager) · 3w ago