Skip to content

zwoo-hq/docker-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-base

This is the base image for the build stage of all zwoo docker images.

It is composed of:

  • mcr.microsoft.com/dotnet/sdk:9.0.100-bookworm-slim-amd64 (using debian:bookworm-slim as base)
  • node:22.11.0-bookworm-slim
  • zwooc v1.1.1

It should only be used for the build stage. The production image depend on the technology used. Common images are:

  • nginx:stable-alpine (frontend/docs)
  • mcr.microsoft.com/dotnet/aspnet:9.0 (backend)

version compatibilities

image version included
v1.0.0 debian:bookworm-slim
mcr.microsoft.com/dotnet/sdk:9.0.100
node:22.11.0
zwooc:1.1.1
v0.2.0 debian:bookworm-slim
mcr.microsoft.com/dotnet/sdk:8.0.401
node:20.16.0
yarn:1.22.22
zwooc:1.1.0
v0.1.0 alpine:3.19.2
dotnet-sdk:8.0.6
node:20.15.0
zwooc:1.0.1