~samiraka/ubuntu-docker-images/+git/templates:fix-single-element-versions

Last commit made on 2021-03-16
Get this branch:
git clone -b fix-single-element-versions https://git.launchpad.net/~samiraka/ubuntu-docker-images/+git/templates
Only Samir Akarioh can upload to this branch. If you are Samir Akarioh please log in for upload directions.

Branch merges

Branch information

Name:
fix-single-element-versions
Repository:
lp:~samiraka/ubuntu-docker-images/+git/templates

Recent commits

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>

3105042... by Valentin Viennot

logo from better quality src with height control parameter