hhvm / hhvm-docker

Dockerfiles for HHVM
MIT License
55 stars 11 forks source link

Repo is out of date! #10

Closed wulftone closed 6 years ago

wulftone commented 7 years ago

There have been a few new releases and the images available on docker hub are updated, but this repo is not.

mofarrell commented 7 years ago

Does this cause issues for you? Our new approach does not use this repo to update the docker images

wulftone commented 7 years ago

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?

fredemmott commented 7 years ago

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

wulftone commented 7 years ago

I am not sure it is something you'd like to include, but I had to also add the net-tools package.

mofarrell commented 7 years ago

What was broken without net-tools?

wulftone commented 7 years ago

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 .

mofarrell commented 7 years ago

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.