Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join

Was in the BETA and now getting `The

Was in the private BETA and now getting The image registry does not exist. User account is linked to profile.

Containers custom build

so in the base containers config they simply reference a dockerfile like this: https://github.com/cloudflare/templates/blob/main/containers-template/wrangler.jsonc#L13 that's not ideal for my project because: 1. I want to build the containers myself...

And some notes from Claude to the

And some notes from Claude to the containers team
No description

Anything I'm doing obviously wrong? Just

Anything I'm doing obviously wrong? Just trying to deploy this containers repo: https://github.com/ghostwriternr/claude-code-containers It's not mine, but getting this error in the build on cloudflare https://dash.cloudflare.com/a3f6e70849e6eb5ca1ebaf6083bc84ba/workers/services/view/claude-code-containers/production/builds/e8a8b77c-ca11-4ddf-8439-a7c204bc4b69
{"url":"https://api.cloudflare.com/client/v4/accounts/a3f6e70849e6eb5ca1ebaf6083bc84ba/cloudchamber/me","status":401,"statusText":"Unauthorized","body":{"error":"Unauthorized: Account is not authorized"},"request":{"method":"GET","url":"/me","errors":{"401":"Unauthorized","500":"There has been an internal error"}},"name":"ApiError"}
{"url":"https://api.cloudflare.com/client/v4/accounts/a3f6e70849e6eb5ca1ebaf6083bc84ba/cloudchamber/me","status":401,"statusText":"Unauthorized","body":{"error":"Unauthorized: Account is not authorized"},"request":{"method":"GET","url":"/me","errors":{"401":"Unauthorized","500":"There has been an internal error"}},"name":"ApiError"}
...

I think people just want certainty over

I think people just want certainty over costs, I wouldn't expect CF to be cheapest, that's the different market full of naff providers with no redundancy that fake CPU cores and throw everything out over he.net/cogent, clarity over egress pricing would be a good start..

> we still won't be the cheapest spot to

we still won't be the cheapest spot to run a container
Is that the goal? šŸ™ If so (and with those announcements) moving off of AWS is looking very tempting 🤤...

My service is failing to respond with

My service is failing to respond with the error Container suddenly disconnected, try again being returned. When I look at the worker logs it shows a 500 error in the fetch but when I look at the container logs it shows it responded to the request with a 200 OK. Everything works perfectly running locally w/ wrangler dev but fails in production (though this same service did work yesterday).

So, I'll be having 3 services. One

So, I'll be having 3 services. One service will push data to Kafka, and another service will consume that data from Kafka. Is it possible to deploy all three services in one Cloudflare container?

Configuration

Are custom container instance types still up to date in docs? Tried setting according to here: https://developers.cloudflare.com/workers/wrangler/configuration/#custom-instance-types but getting a validate input error while deploying (have an enterprise account)
No description

I am trying to run a dev server and

I am trying to run a dev server and point wrangler to pull an image from cloudflare registry but run into an error - anyone know how to solve? ``` ∷ Building container images for local development... ...

Anyone seen this before when pushing - C...

hi @Mike Nomitch | Workers PM i'm getting: "The image registry does not exist" according to https://www.answeroverflow.com/m/1389977616509047009 you shared it's because the account was part of the private beta (which i my case it was)....

gruntlord is right - that Wrangler

gruntlord is right - that Wrangler version is older than when the Containers scope was added to the login command

make sure you have the latest wrangler

make sure you have the latest wrangler version, I had some weird permission errors on older versions

So it will also charge for DO IO, as

So it will also charge for DO IO, as well as CPU time? of so it should be very expensive for large project, right?...

Can’t you use ENV?

Can’t you use ENV?

Hey šŸ™‚ If you accept feature requests

Hey šŸ™‚ If you accept feature requests here - Windows support for containers local dev would be great! I tried running through WSL but the install / startup time was so slow I couldn't launch the dev server

Anyone else hitting `AssertionError:

Anyone else hitting AssertionError: Build ID should be set if containers are defined and enabled when running integration tests with containers enabled?

Hey hey, I am trying to run k3 in a

Hey hey, I am trying to run k3 in a container, with the following: ```Dockerfile syntax=docker/dockerfile:1 FROM rancher/k3s:latest...

During development has anyone been able

During development has anyone been able to get EXPOSE working for multiple ports?
Next