~sergiodj/ubuntu-docker-images/+git/templates:delete-data-dir

Last commit made on 2021-06-19
Get this branch:
git clone -b delete-data-dir https://git.launchpad.net/~sergiodj/ubuntu-docker-images/+git/templates
Only Sergio Durigan Junior can upload to this branch. If you are Sergio Durigan Junior please log in for upload directions.

Branch merges

Branch information

Name:
delete-data-dir
Repository:
lp:~sergiodj/ubuntu-docker-images/+git/templates

Recent commits

4ee068f... by Sergio Durigan Junior

Delete unused 'data/' directory

We've been keeping each image's YAML data (used to generate the
templates) inside their own repositories. Our 'data/' directory is a
relic from when we used to keep everything in this repo. This commit
gets rid of it, and also updates the HACKING_docs.md template to make
it clearer where the data is located.

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

f909af3... by Bryce Harrington

Allow single-element software version numbers

Some software (i.e. postgres) will be tagged with single version
numbers, like "12-20.04". These cases trigger an IndexError with the
current code. Instead, use slice notation to get "the first one or two
digits" and join(). This will prefer "M.N" style for multi-element
versions but allow "M" style when only one element is available.

cc0e4f7... by Sergio Durigan Junior

t/HACKING_upstream.md: Add '.' if not inside the 'oci' dir.

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

5525d5d... by Sergio Durigan Junior

Remove references to Focal

In order to make the templates truly generic, we have to remove
references to the Focal distribution.

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

24ebc58... by Sergio Durigan Junior

Fix typo in the last commit.

TAB vs. spaces.

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

7364fb5... by Sergio Durigan Junior

Adjust HACKING_upstream.md to determine whether we're inside the "oci/" dir

Some images don't have an "oci/" directory where they put everything
related to the build system, so we have to adjust the "docker build"
command to adapt and only generate the "-f oci/Dockerfile.ubuntu ."
part when we're actually inside a directory called "oci".

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

74dec65... by Sergio Durigan Junior

Add HACKING_upstream.md and HACKING_docs.md

HACKING_upstream.md is supposed to be used only by those images that
are built directly from the upstream source.

HACKING_docs.md is the documentation explaining how to hack on the
templates. It is common to both HACKING_deb.md and
HACKING_upstream.md, and is included by them.

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

95ef03e... by Sergio Durigan Junior

Add HACKING_deb.md

This file is the template for HACKING.md, but only for images that are
generated from .deb packages.

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

f18f266... by Sergio Durigan Junior

README_DOCKERHUB.md: Fix typo that was causing an error.

There was a wrong underscore in one of the header names of the table,
which was causing an error when processing the file with renderdown.

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

bebef39... by Sergio Durigan Junior

Fix typo.

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