Files
vscode/test/sanity/containers/redhat.dockerfile
Dmitriy Vasyura 4d8241eeaa Sanity tests updates (#291399)
* Sanity tests updates

* Revert qemu accidental change.
2026-01-28 13:58:56 -08:00

7 lines
162 B
Docker

ARG BASE_IMAGE=redhat/ubi9:9.7
FROM ${BASE_IMAGE}
# Node.js 22
RUN curl -fsSL https://rpm.nodesource.com/setup_22.x | bash - && \
dnf install -y nodejs-22.21.1