🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

dockerfile-utils

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dockerfile-utils - npm Package Versions

2345

0.16.2

Diff
rcjsuen
published 0.16.2 •

Changelog

Source

[0.16.2] - 2025-04-10

Fixed

  • prevent invalid heredocs from crashing the linter or formatter (#127)
rcjsuen
published 0.16.1 •

Changelog

Source

[0.16.1] - 2024-06-18

Fixed

  • consider default value of a variable when determining if FROM is invalid or not (#126)
rcjsuen
published 0.16.0 •

Changelog

Source

[0.16.0] - 2024-03-25

Added

  • support parsing the new --exclude flag for ADD and COPY instructions (#124)
  • support parsing the new --parents flag for COPY instructions (#123)
rcjsuen
published 0.15.0 •

Changelog

Source

[0.15.0] - 2023-09-10

Added

  • ignore predefined platform ARG variables if they are used as a base image (#119)
rcjsuen
published 0.14.0 •

Changelog

Source

[0.14.0] - 2023-09-10

Added

  • flag empty tag specified with a digest in FROM instructions as an error (#118)
rcjsuen
published 0.13.0 •

Changelog

Source

[0.13.0] - 2023-09-09

Added

  • support parsing the new --checksum flag for ADD instructions (#116)
  • support parsing the new --keep-git-dir flag for ADD instructions (#117)

Changed

  • ValidationCode.FLAG_INVALID_LINK_VALUE has been deprecated in favour of ValidationCode.FLAG_EXPECTED_BOOLEAN_VALUE, ValidationCode.FLAG_INVALID_LINK_VALUE may be removed in a future release
rcjsuen
published 0.12.0 •

Changelog

Source

[0.12.0] - 2023-09-09

Added

  • support parsing the new --start-interval flag for HEALTHCHECK instructions (#115)
  • allow some diagnostics to be ignored if a # dockerfile-utils: ignore comment precedes the originating line of the error (#106)
rcjsuen
published 0.11.0 •

Changelog

Source

[0.11.0] - 2022-08-23

Added

  • update formatter to ignore heredocs embedded in COPY instructions (#111)
  • ignore empty continuation lines in heredocs embedded in COPY instructions (#112)

Fixed

  • ignore UTF-8 BOM when validating the Dockerfile (#113)
rcjsuen
published 0.10.0 •

Changelog

Source

[0.10.0] - 2022-05-04

Added

  • support parsing the new --link flag for COPY instructions (#108)
  • support parsing the new --link flag for ADD instructions (#109)
rcjsuen
published 0.9.4 •

Changelog

Source

[0.9.4] - 2022-01-22

Fixed

  • empty lines in heredoc content should not trigger the empty continuation line warning (#107)