~ubuntu-docker-images/ubuntu-docker-images/+git/memcached:edge

Last commit made on 2021-09-29
Get this branch:
git clone -b edge https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/memcached
Members of Ubuntu Docker Images can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

56a1a70... by Sergio Durigan Junior

Clean up branch

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

2f634eb... 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>

0a9e38c... by Sergio Durigan Junior

Update template data according to the latest version

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

27d6079... 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>

8c6a3e6... 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>

e8e17df... 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>

272b52e... 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>

cbb57d2... by Lucas Kanashiro

README.md: change TZ value to UTC

6b2b125... by Sergio Durigan Junior

Only create a dedicated network when debugging

Instead of creating a dedicated network in the Usage section, just run
the container with "-p xx:xx". Create a dedicated network only when
debugging.

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

fabb222... by Sergio Durigan Junior

Use 'memcached-net' as the network name

This makes the network name consistent with what we're using in the
other READMEs.

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