Possibly missing steps on "Run any Dockerfile on Vercel" blog post

Hi, first of all thanks for finally supporting containers

Now while trying to check the support as described on Run any Dockerfile on Vercel - Vercel post I ended up with a 404, and the deployment logs don’t mention any container build taking place, maybe something is still missing from the overall approach?

Regards,
Paulo Pinto

Did you follow the documentation?

Hi thanks for replying, naturally, hence why I linked the blog post as well as starting point,

Also as feedback for the documentation, it would be more interesting if it used more common languages used in container development like Java, Go, C#, not JavaScript examples.

Anyway, my approach was while following the blog post:

  • created a project with vercel add project
  • dumped the Go and Dockerfile.vercel examples from blog post into the directory
  • did a vercel deploy
  • build log suggests nothing has done regarding image creations, other than creating a domain
14:06:44.828 Running build in Washington, D.C., USA (East) – iad1
14:06:44.828 Build machine configuration: 2 cores, 8 GB
14:06:44.842 Retrieving list of deployment files...
14:06:44.845 Skipping build cache, deployment was triggered without cache.
14:06:45.388 Downloading 2 deployment files...
14:06:45.696 Running "vercel build"
14:06:45.716 Vercel CLI 54.18.6
14:06:45.960 Build Completed in /vercel/output [25ms]
14:06:46.031 Deploying outputs...
14:06:47.174 Deployment completed
14:06:47.273 Creating build cache...
14:06:47.286 Skipping cache upload because no files were prepared

The files placed at the project root as described in the blog post

Nothing seems to have come out of it as well, other the middleware file.