UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit fc6d7c66 authored by Patrick Tafoya's avatar Patrick Tafoya
Browse files

BULL-3225-better-startup - Switching node images to official versions.

parent b670b9de
No related branches found
No related tags found
1 merge request!11BULL-3225-better-startup
services:
npm-lint<<subProject>>:
image: registry1.dso.mil/ironbank/opensource/nodejs/nodejs20:20.11
image: node:20.11
container_name: npm-lint<<subProject>>
user: "${UID:-1000}:${GID:-1000}" # Default to 1000:1000 if UID/GID not set
entrypoint: ["/local-dev/${BASE_SCRIPTS_DIR}/npm-lint/entrypoint.sh"]
......
services:
npm-unit-tests<<subProject>>:
image: registry1.dso.mil/ironbank/opensource/nodejs/nodejs20:20.11
image: node:20.11
container_name: npm-unit-tests<<subProject>>
user: "${UID:-1000}:${GID:-1000}" # Default to 1000:1000 if UID/GID not set
entrypoint: ["/local-dev/${BASE_SCRIPTS_DIR}/npm-unit-tests/entrypoint.sh"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment