Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 645 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 645 Bytes

exivity/base

Docker base image

Usage

docker run -it --rm exivity/base:latest

Software

Windows

Base image: mcr.microsoft.com/windows/servercore:ltsc2022

  • PowerShell 7
  • Node 12
  • Visual C++ Redistributable for Visual Studio 2017
  • Yarn 1
  • Git for Windows 2

Notes: Ideally mcr.microsoft.com/windows/nanoserver:* would be used for a smaller footprint, but nginx for Windows is only available as a 32bit version (see https://social.msdn.microsoft.com/Forums/en-US/7c30cb71-d449-4910-8bf5-f56023f7218e/nginx-in-nanoserver-container)

Linux

Base image: ubuntu:latest

  • zip
  • unzip
  • git
  • nodejs 12
  • yarn 1