GitShow/denoland/deno_docker
denoland

deno_docker

Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu

by denoland
denodockerdockerfiletypescript
Star on GitHubForkWebsite

Dockerfile

1.0k stars114 forks47 contributorsActive · 2w agoSince 20191.16.4MIT

Meet the team

See all 47 on GitHub →
hayd
hayd178 contributions
denobot
denobot170 contributions
bartlomieju
bartlomieju41 contributions
lucacasonato
lucacasonato38 contributions
dsherret
dsherret19 contributions
kt3k
kt3k11 contributions
satyarohith
satyarohith8 contributions
cjihrig
cjihrig6 contributions

Languages

View on GitHub →
Dockerfile74.6%
TypeScript21.5%
Shell3.9%

Commit activity

Last 12 weeks · 9 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
37
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Active · 3 in progress · Last activity 2w ago
See all on GitHub →
AFCMS
Update used GitHub ActionsOpenPR

Bump versions of used GitHub Actions.

AFCMS · 2mo ago
AFCMS
Add Dependabot configurationOpenPR

Enables automated PRs on used GitHub Actions updates.

AFCMS · 2mo ago

Recent fixes

View closed PRs →
bartlomieju
fix: restore `deno compile` output support in alpine imageMergedPR

Problem Running the output of inside the Alpine image fails since the 2.7.8 image: Fixes denoland/deno#35683. Root cause This is an image regression, not a binary bug. I confirmed the compiled binaries are identical in their ELF dependencies across versions (both need , no rpath) — the difference is purely the image: A binary compiled by 2.7.8 runs fine on the 2.7.7 image. A binary compiled by 2.7.7 fails on the 2.7.8 image. Commit 01a6547 (#523, first shipped in the 2.7.8 image) isolated glibc libs into , dropped , and rpath-patched only and . A output binary gets neither the rpath nor , so its glibc loader can't find in the isolated (non-searched) directory. Re-adding would reintroduce the exact musl-package conflict #523 fixed, because musl's loader also honors and would then load the incompatible glibc . Fix Generate a glibc pointing at . The glibc loader consults it, so rpath-less compiled binaries resolve their libs — while musl's loader ignores entirely, so the isolation from #523 is fully preserved and no conflict returns. The cache is built with the already present in the existing build stage (no new base image). Verification (full image build, ) ✅ runs ✅ output runs (the reported failure) ✅ + still runs — no glibc/musl conflict reintroduced

bartlomieju · 1mo ago
Structured data for AI agents

Repository: denoland/deno_docker. Description: Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu Stars: 1018, Forks: 114. Primary language: Dockerfile. Languages: Dockerfile (74.6%), TypeScript (21.5%), Shell (3.9%). License: MIT. Homepage: https://hub.docker.com/r/denoland/deno Topics: deno, docker, dockerfile, typescript. Latest release: 1.16.4 (4y ago). Open PRs: 3, open issues: 15. Last activity: 2w ago. Community health: 37%. Top contributors: hayd, denobot, bartlomieju, lucacasonato, dsherret, kt3k, satyarohith, cjihrig, littledivy, KotlinIsland and others.

·@ofershap

Replace github.com with gitshow.dev