Closed wulftone closed 6 years ago
Does this cause issues for you? Our new approach does not use this repo to update the docker images
Ah, well I was hoping to look at the Dockerfiles used to create these new images, since they seem to have changed dramatically since 3.18.2 (missing tzdata and a bunch of other things I relied on)--and the docker hub documentation points to this repo. Where should I go?
what're the other things? tzdata is a change between upstream ubuntu 14.04 and 16.04 and is being added as an explicit HHVM dependency - maybe the other things need to have that happen too
I am not sure it is something you'd like to include, but I had to also add the net-tools
package.
What was broken without net-tools
?
We were using netstat for something unrelated to hhvm operation
On Wed, May 10, 2017, 07:02 mofarrell notifications@github.com wrote:
What was broken without net-tools?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hhvm/hhvm-docker/issues/10#issuecomment-300491377, or mute the thread https://github.com/notifications/unsubscribe-auth/AAItwOFzGu97arM_O9H0qsD1GIR43h-Xks5r4cNdgaJpZM4NUwCe .
Cool. The docker ubuntu 16.04 image is bare bones compared to the 14.04 one. So 3.19 hhvm images won't extra things by default. Of course it should have tzdata.
There have been a few new releases and the images available on docker hub are updated, but this repo is not.