~cjdc/ubuntu-docker-images/+git/nginx:1.18-20.04

Last commit made on 2021-09-29
Get this branch:
git clone -b 1.18-20.04 https://git.launchpad.net/~cjdc/ubuntu-docker-images/+git/nginx
Only Cristovao Cordeiro can upload to this branch. If you are Cristovao Cordeiro please log in for upload directions.

Branch merges

Branch information

Name:
1.18-20.04
Repository:
lp:~cjdc/ubuntu-docker-images/+git/nginx

Recent commits

7c9471a... by Sergio Durigan Junior

Remove documentation (migrated to templates.git)

656c1ea... by Bryce Harrington

Resync with Dockerfile from the 21.04 branch

4bfd16f... by Sergio Durigan Junior

Improve Makefile rule to wget the templates

With this new rule, we always perform a wget on everything under the
templates/ directory (from the templates.git repo).

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

f6ac0d3... by Sergio Durigan Junior

Implement templating (LP: #1905286)

This commit implements templating support for the image. It:

- Moves the data from the templates.git repository here.

- Implements a Makefile that can be used to automatically generate the
  documentation (README.md, HACKING.md).

- Regenerates everything using the templates.

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

0f1626b... by Lucas Kanashiro

Create manifest file to better track security updates (LP: #1905052)

The file /usr/share/rocks/dpkg.query is created inside the OCI image
with information about the installed packages.

cb50f49... by Sergio Durigan Junior

s/squeakywheel/ubuntu/g

We're releasing the images under the 'ubuntu' namespace.

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

c1520e7... by Sergio Durigan Junior

Update project URL

We've moved from https://launchpad.net/ubuntu-server-oci to
https://launchpad.net/ubuntu-docker-images, so we need to update all
READMEs accordingly.

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

0e11e83... by Sergio Durigan Junior

Set "TZ=UTC" (LP: #1904018)

This commit sets the environment variable TZ to the sane value "UTC".
In order to do that, we:

1) Set "ENV TZ UTC" at the beginning of the image declaration (usually
   right below the "FROM" statement).

2) Install the "tzdata" package, which is needed in order to make TZ
   work properly.

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

19607ce... by Lucas Kanashiro

README.md: change TZ value to UTC

1c514b4... by Sergio Durigan Junior

Fix template file name

The template file should have a regular name.

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