Skip to content

shivammathur/node-docker

Repository files navigation

node-docker

shivammathur/node and setupphp/node

Build status LICENSE

Docker images to run setup-php GitHub Action.

Namespaces

Platforms/OS Architecture

  • linux/amd64 or amd64
  • linux/386 or i386
  • linux/arm/v7 or arm32v7
  • linux/arm64 or arm64v8

Image Variants/Tags

latest

  • Ubuntu 22.04 (jammy), Debian 12 (bookworm) on i386
  • PHP 5.6 to PHP 8.3
  • Node.js 20.13.0, 16.20.2 (x86)
  • Yarn 1.22.19

bookworm, 12

  • Debian 12 (bookworm)
  • PHP 5.6 to PHP 8.3
  • Node.js 20.13.0, 16.20.2 (x86)
  • Yarn 1.22.19

bullseye, 11

  • Debian 11 (bullseye)
  • PHP 5.6 to PHP 8.3
  • Node.js 20.13.0, 16.20.2 (x86)
  • Yarn 1.22.19

jammy, 2204

  • Ubuntu 22.04 (jammy)
  • PHP 5.6 to PHP 8.3
  • Node.js 20.13.0
  • Yarn 1.22.19

focal, 2004

  • Ubuntu 20.04 (focal)
  • PHP 5.6 to PHP 8.3
  • Node.js 20.13.0
  • Yarn 1.22.19

latest-slim

  • Ubuntu 22.04 (jammy)), Debian 12 (bookworm) on i386
  • Node.js 20.13.0, 16.20.2 (x86)
  • Yarn 1.22.19

jammy-slim, 2204-slim

  • Ubuntu 22.04 (jammy)
  • Node.js 20.13.0
  • Yarn 1.22.19

focal-slim, 2004-slim

  • Ubuntu 20.04 (focal)
  • Node.js 20.13.0
  • Yarn 1.22.19

Platform/OS Architecture specific tags

  • Suffix amd64, i386, arm32v7 arm64v8 to above image variants to get image for specific OS architecture. For example shivammathur/node:focal-arm64v8, setupphp/node:focal-arm64v8

  • i386 is only available for Debian images.

  • i386 builds are limited to Node.js 16.x, newer versions won't be added for this architecture.

License

The code in this project is licensed under the MIT license. Please see the license file for more information.

Dependencies