Skip to content

Latest commit

 

History

History
71 lines (40 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

71 lines (40 loc) · 2.76 KB

Changelog

[3.2.0] - 2024-07-21

  • don't set user node or /home/node in centos7

[3.1.0] - 2024-07-18

  • rename centos7-devtoolset7 to centos7
  • add generic entrypoint and cmd to all images
  • update all images to use ENV key=value syntax.

[3.0.0] - 2024-07-17

  • Update centos7-devtoolset7 image since RedHat archived yum repo.

2.2.0 - 2024-02-02

Added

  • Add linux-armv7l-musl image (#31) (4696dd2) (Alejandro Ojeda Gutiérrez)

2.1.1 - 2022-12-10

Fixed

  • Fix python in urlgrabber-ext-down (#29) (61db648) (Rob Moran)
  • Pin Node.js to 16 in centos7-devtoolset7 (e32dae9) (Vincent Weevers).

2.1.0 - 2022-07-01

Added

  • Add linux-arm64-lts and linux-arm64-musl images (#27) (901f570) (DanSnow)

2.0.0 - 2022-03-04

Changed

  • Breaking: bump Python from 2.x to 3.x (4926f87)

Fixed

  • Fix HOME to be /home/node in all images (1061de7)
  • Disable npm update check (e44b75c, b0c8df4)
  • Fix strip location in android images (a19a787).

1.0.1 - 2021-08-01

Fixed

  • Fix path to strip binary in linux-armv6 (#20) (faa0898)
  • Consistently use Node.js LTS in all images (3d9bf68)
  • Remove inherited dockcross labels (5f77a19)
  • Reduce layers (#3) (c7d2ca9).

1.0.0 - 2021-07-31

First (versioned) release.