UNCLASSIFIED - NO CUI

Skip to content

Node base image is incompatible with newer Heimdall versions

Summary

The NodeJS version the image is built on is now too old for the latest Heimdall release and needs to be updated. Should be a simple fix.

Steps to reproduce

Deploy the image

What is the current bug behavior?

Heimdall fails to start because Yarn detects an outdated NodeJS version in the container.

What is the expected correct behavior?

Heimdall correctly loads.

Relevant logs and/or screenshots

yarn run v1.22.21
error root@0.0.0: The engine "node" is incompatible with this module. Expected version "~18.18.0". Got "18.17.1"
error Commands cannot run with an incompatible environment.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Possible fixes

Update the node base image to 18.18.0+ !191 (merged)

Tasks

  • Bug has been identified and corrected within the container

Please read the Iron Bank Documentation for more info

Edited by Emily Rodriguez
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information