nodesource / docker-node

Dockerfiles for building docker images with the NodeSource Node.js binaries baked in.
MIT License
192 stars 22 forks source link

centos7:4.2.3 #42

Closed austo closed 8 years ago

austo commented 8 years ago

Node 4.2.3 on Centos 7 fails:

$ docker pull nodesource/centos7:4.2.3
Pulling repository docker.io/nodesource/centos7
Tag 4.2.3 not found in repository docker.io/nodesource/centos7

Works on 4.2.2

retrohacker commented 8 years ago

Thanks you for reporting @austo.

It appears that libicu was missing from our public base images.

I've made the adjustments necessary and retriggered the builds. They should be available in a few hours.