ntheanh201 commented on code in PR #7927:
URL: https://github.com/apache/trafficcontrol/pull/7927#discussion_r1480841507
##########
infrastructure/cdn-in-a-box/traffic_stats/Dockerfile:
##########
@@ -29,9 +29,13 @@ RUN if [[ "${RHEL_VERSION%%.*}" -eq 7 ]]; then \
yum -y install dnf || exit 1; \
fi
+RUN set -o pipefail && \
+ curl -sLf https://rpm.nodesource.com/setup_16.x | bash
Review Comment:
> It looks like the RPM build for Traffic Stats will use Node v20, but CiaB
will use Node v16. Shouldn't those versions match?
Actually, this is removed from the latest commits, did you check the latest
commit?
--
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]