jbonofre opened a new issue, #102: URL: https://github.com/apache/polaris-tools/issues/102
The Console is using `node:20-alpine` Docker image as builder: ``` # Build stage FROM node:20-alpine AS builder ``` To be "aligned" with Polaris, we could consider using UBI images: * node: https://catalog.redhat.com/en/software/containers/ubi9/nodejs-20-minimal/64770ddd0e699534bb564b3b * nginx: https://catalog.redhat.com/en/software/containers/ubi9/nginx-126/678f5851a09b9e2d461ba1d9 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
