Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

v2.4.0

Choose a tag to compare

@buildmachine-sou-jenkins2 buildmachine-sou-jenkins2 released this 28 Jun 11:02

Version Number

2.4.0-475

New Features

  • The image is now based on openSUSE Leap 15.3.
    The release notes for openSUSE Leap 15.3 can be found here.
  • SCMOD-14011: Updated to support file-based secrets
    The image now comes pre-installed with a startup script which provides support for file-based secrets. It works by looking for
    environment variables ending with the _FILE prefix and setting the environment variable base name to the contents of the file. For
    example, given this environment variable ending in the _FILE suffix: ABC_PASSWORD_FILE=/var/somefile.txt, the script will read the
    contents of /var/somefile.txt (for example 'mypassword'), and export an environment variable named ABC_PASSWORD:
    ABC_PASSWORD=mypassword. This feature is disabled by default. To enable it, ensure a USE_FILE_BASED_SECRETS environment variable
    is present, with a value of true, for example, USE_FILE_BASED_SECRETS=true.

Known Issues

  • None

Micro Focus Release Authorization

  • ITLS RTM Approval Id: 2152

Release Artifacts

Docker
  • cafapi/opensuse-nodejs10:2.4.0 (Static Tag)
  • cafapi/opensuse-nodejs10:2.4 (Dynamic Tag)
  • cafapi/opensuse-nodejs10:2 (Dynamic Tag)
  • cafapi/opensuse-nodejs10:latest (Dynamic Tag)