DenoDDeno
Powered by
eribaE
Deno•15mo ago•
10 replies
eriba

deno 2.1.5 not running in Azure Container App environment

I was using
FROM denoland/deno:latest
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
FROM denoland/deno:2.1.4
which solves the issue on Azure CA environment but think there might be some underlying compatibility issues.
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

DENO_FUTURE=1 / Deno 2 in deno subhosting
theswerdTtheswerd / help
2y ago
LTS 2.1.12 Deno generates `deno.lock` with version 5.
Yegór KarimovYYegór Karimov / help
11mo ago
deno repl start time in container
benjamnBbenjamn / help
3y ago
"Too many open files" running an Astro app with Deno 2.0
j3plJj3pl / help
2y ago