Skip to content

Update nginx image for the nginx-https example #567

@dennisvang

Description

@dennisvang

The nginx-https example (currently _archived) refers to two different nginxhttps images:

image: ymqytw/nginxhttps:1.5

PREFIX = bprashanth/nginxhttps

Would it be possible to base this example on the official nginx image instead?

The additional bit of nginx configuration required for https would help to clarify what's going on.

Note, actually, the Dockerfile already is based on the official nginx image:

and I assume this is supposed to be built using make container:

container:
docker build --pull -t $(PREFIX):$(TAG) .

but none of this is clear from the readme.

This example is essential for people following the tutorial on https://kubernetes.io/docs/tutorials/services/connect-applications-service/#exposing-the-service

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions