Closed focusaurus closed 9 years ago
Hey @focusaurus, I added these to the repo earlier this week but they are failing the integration tests.
I've been working on getting the build time down on these so that we can iterate on them faster (currently it takes 8 hours to test!).
I should have something working for you this week.
Hey @focusaurus, the latest versions of Node are now available for both centos and fedora. Cheers!
Great, thanks! I see them listed on hub.docker.com in the HTML but pulling says there is no such tag:
docker pull nodesource/centos7:4.2.2
Pulling repository docker.io/nodesource/centos7
Tag 4.2.2 not found in repository docker.io/nodesource/centos7
Am I missing a step or something?
Yeah, hmm, the newer 4.x tags are not listed here: https://hub.docker.com/r/nodesource/centos7/tags/
Super weird. Pushes to this repository trigger a rebuild of the cenots7-base image, which in turn triggers a rebuild of the centos7 images. The base image completed this morning, but the other images have taken over 6 hours to build. I'll open a support ticket on Docker Hub for this and try and get it resolved.
In the meantime, if this is on your critical path, you can use these images locally via:
docker build -t "nodesource/centos7-base" .
in ./base/centos/7/
docker build -t nodesource/centos7:4.2.2
in /centos/7/node/4.2.2/
I'll post updates here as they come.
v4 should now be available.
Yup, looks good from my side, too. Thanks!
:heart:
nodesource rpms are available in pub_4.x/el/7/x86_64 but I don't see any corresponding docker images on dockerhub. Specifically looking for 4.2.1 but anything 4.x would be nice.