eriba
eriba3mo ago

deno 2.1.5 not running in Azure Container App environment

I was using FROM denoland/deno:latest in my Dockerfile and after the deno 2.1.5 release new replicas want deploy to CA environments, the container starts but immediately terminates. Tried pulling the deployed image locally and it runs on my Windows PC on docker desktop without any issues. I fixed the image to FROM denoland/deno:2.1.4 which solves the issue on Azure CA environment but think there might be some underlying compatibility issues.
6 Replies
Leokuma
Leokuma3mo ago
Are you able to provide a simplified, reproducible code snippet?
eriba
eribaOP3mo ago
that would be rather difficult an time consuming. I'd need to provision a new container environment and CA, setup a ci/cd pipeline and worst of all, since it runs locally it would be trial and error with a full deployment cycle in between.
Leokuma
Leokuma2mo ago
No worries. I was just wondering if the "problem" was in the Deno runtime itself or in your code. Wondering if the app was just one line - a simple console.log, or a Deno.serve() - it would work or not. The guys are implementing Otel, maybe it has something to do with the problem, IDK
eriba
eribaOP3w ago
same issue with 2.1.6, container starts and immediately terminates, had to revert to 2.1.4 again same issue with 2.1.7. This is getting annoying :hooray_deno: any chance this gets fixed? We have Deno 2.2.1 already and this is still not fixed.
Testersen™
Testersen™3w ago
We're running Deno in Azure through AKS. Works perfectly fine.
again
again3w ago
@eriba you should open a GitHub issue and provide as much information as possible.

Did you find this page helpful?