Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node 14.18.2 #315

Open
jarrett-confrey opened this issue Jan 25, 2022 · 3 comments
Open

node 14.18.2 #315

jarrett-confrey opened this issue Jan 25, 2022 · 3 comments

Comments

@jarrett-confrey
Copy link
Contributor

hello, i see that there is an rpm for node 14.18.2 available now. what is the process for generating new minor version images?

@pkubatrh
Copy link
Member

The rpms first need to be released by Red Hat in RHSCL or RHEL8 (depending on what version are you looking for). Only after that happens we can create a new build of the images.

@jarrett-confrey
Copy link
Contributor Author

jarrett-confrey commented Jan 26, 2022

im hoping to get the ubi7/nodejs-14 image updated. it does appear that a newer rpm is currently available (14.17.5 vs 14.18.2)

docker run registry.access.redhat.com/ubi7/nodejs-14:1-51 -- node --version

v14.17.5
docker run registry.access.redhat.com/rhscl/s2i-core-rhel7:1 /usr/bin/bash -c \
'yum install -y -q rh-nodejs14 && /opt/rh/rh-nodejs14/root/usr/bin/node --version'

warning: /var/cache/yum/x86_64/7Server/ubi-server-rhscl-7-rpms/packages/rh-nodejs14-3.6-1.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
Public key for rh-nodejs14-3.6-1.el7.x86_64.rpm is not installed
Importing GPG key 0xFD431D51:
 Userid     : "Red Hat, Inc. (release key 2) <security@redhat.com>"
 Fingerprint: 567e 347a d004 4ade 55ba 8a5f 199e 2f91 fd43 1d51
 Package    : redhat-release-server-7.9-6.el7_9.x86_64 (@anaconda/7.9)
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
Importing GPG key 0x2FA658E0:
 Userid     : "Red Hat, Inc. (auxiliary key) <security@redhat.com>"
 Fingerprint: 43a6 e49c 4a38 f4be 9abf 2a53 4568 9c88 2fa6 58e0
 Package    : redhat-release-server-7.9-6.el7_9.x86_64 (@anaconda/7.9)
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
 
v14.18.2

@pkubatrh
Copy link
Member

pkubatrh commented Jan 27, 2022

Ah if the nodejs rpm update is already released that makes it easier to figure out when the official images get updated.

The 14.18.2 update was released on Jan 6, the regular rebuild of ubi7 images happened on Jan 11. The images' content is frozen a few days before the container images are shipped, so the nodejs update likely missed it by a day or two. These rebuilds happen approx. every 6 weeks, so you can expect the update to get into the official images sometime in February.

You can of course build your own image with the updated nodejs rpms using the sources from this repository before the official update if you need to have the image earlier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants