Docker-nginx: Release image for 1.14.x?

Created on 29 Apr 2018  路  9Comments  路  Source: nginxinc/docker-nginx

nginx 1.14.0 was released recently. It would be nice to have this version released as an image as well so our local dev environments can match prod.

Thanks!

Most helpful comment

Sorry, was on a vacation. Filled the PR now: https://github.com/docker-library/official-images/pull/4324

All 9 comments

This will be great!

I was just looking right now in the Hub and I figured out the same. Can you please take care?

@thresheek Could you release the version 1.14 and publish it in Docker Hub? 馃憤

Sorry, was on a vacation. Filled the PR now: https://github.com/docker-library/official-images/pull/4324

I'm seeing a manifest error when I try to pull 1.14:

> docker run nginx:1.14.0
Unable to find image 'nginx:1.14.0' locally
docker: Error response from daemon: manifest for nginx:1.14.0 not found.

That seems to be another instance of https://github.com/docker-library/official-images/issues/3835
paging @tianon @yosifkit

Sorry about that -- our trigger server got stuck last night. It's up now. :+1:

Confirmed downloads and runs for me now. Thanks!

how to install 1.14.0 in base image of ubuntu 16.04
Command
RUN apt-get install -y nginx1.14.0
gives this error
Unable to locate package nginx1.14.0

Was this page helpful?
0 / 5 - 0 ratings