~valentinviennot/ubuntu-docker-images:update-nginx-readme

Last commit made on 2020-11-17
Get this branch:
git clone -b update-nginx-readme https://git.launchpad.net/~valentinviennot/ubuntu-docker-images
Only Valentin Viennot can upload to this branch. If you are Valentin Viennot please log in for upload directions.

Branch information

Name:
update-nginx-readme
Repository:
lp:~valentinviennot/ubuntu-docker-images

Recent commits

618524d... by Valentin Viennot <email address hidden>

clean

4565563... by Valentin Viennot <email address hidden>

consistency updates and cleaning

48c51e2... by Sergio Durigan Junior

Fix thinko on nginx-deployment.yml

s/apache/nginx/

Signed-off-by: Sergio Durigan Junior <email address hidden>

72644e9... by Sergio Durigan Junior

Fix small indentation issue

Signed-off-by: Sergio Durigan Junior <email address hidden>

e468426... by Sergio Durigan Junior

Improve README; add examples and HACKING (LP: #1904002)

This commit improves the current README.md file by expanding its
sections and adding new content to it. It also adds a HACKING.md with
brief instructions on how to contribute to the project, and an
"examples" directory containing docker-compose and microk8s example
configurations, as well as instructions on how to run them.

Signed-off-by: Sergio Durigan Junior <email address hidden>

8a39e3c... by Lucas Kanashiro

README: describe changes made for the Ubuntu build

4c190c0... by Lucas Kanashiro

Dockerfile: install nginx from the Ubuntu archive

Clean up all the code used to build the debian package provided by
upstream. The nginx-full package is installed to make some modules
available which are also provided by the upstream OCI image. Moreover,
the gettext-base package is needed to provide the template features (it
requires envsubst).

7914587... by Lucas Kanashiro

Add config files generated by templates to /etc/nginx/sites-available

The upstream version add the generated config files to /etc/nginx/conf.d
but they use their own debian package which has a different layout than
what we have in Ubuntu. So those files are now placed in
/etc/nginx/sites-available and then symlink'ed to
/etc/nginx/sites-enabled, following the regular workflow people are used
to with our debian package.

d998ff0... by Lucas Kanashiro

No need to run a script to listen on IPv6

The Ubuntu debian package already add this configuration to listen on
IPv6 by default.

dab9b98... by Lucas Kanashiro

Update README