Merge ~ubuntu-docker-images/ubuntu-docker-images/+git/memcached:1.6-21.04 into ~ubuntu-docker-images/ubuntu-docker-images/+git/memcached:edge

Proposed by Bryce Harrington
Status: Merged
Merge reported by: Bryce Harrington
Merged at revision: 1ed5c52f664dd59af4d0fd97397d325cc90f813a
Proposed branch: ~ubuntu-docker-images/ubuntu-docker-images/+git/memcached:1.6-21.04
Merge into: ~ubuntu-docker-images/ubuntu-docker-images/+git/memcached:edge
Diff against target: 25 lines (+3/-3)
2 files modified
Dockerfile (+1/-1)
data/memcached.yaml (+2/-2)
Reviewer Review Type Date Requested Status
Bryce Harrington Approve
Review via email: mp+398216@code.launchpad.net

Description of the change

Update memcached docker image to hirsute for the 1.6-21.04 branch

Docker repo: https://hub.docker.com/repository/docker/bryceharrington/memcached

To post a comment you must log in.
1ed5c52... by Bryce Harrington

Update docker image to 1.6.9+dfsg-1 for hirsute

Revision history for this message
Bryce Harrington (bryce) wrote :
review: Approve
Revision history for this message
Bryce Harrington (bryce) wrote :

ubuntu/memcached-21.04 is present at https://hub.docker.com/u/ubuntu

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/Dockerfile b/Dockerfile
index 646f4d0..244f2d2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
1FROM ubuntu:focal1FROM ubuntu:hirsute
22
3ENV TZ UTC3ENV TZ UTC
44
diff --git a/data/memcached.yaml b/data/memcached.yaml
index 2c157d8..051afdc 100644
--- a/data/memcached.yaml
+++ b/data/memcached.yaml
@@ -4,8 +4,8 @@ repo: memcached
4description: >4description: >
5 Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. It is a short-term memory for applications.5 Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. It is a short-term memory for applications.
6 Memcached allows to take memory from parts of a system where you have more than you need and make it accessible to areas where you have less than you need. Read more on the [memcached website](https://memcached.org/).6 Memcached allows to take memory from parts of a system where you have more than you need and make it accessible to areas where you have less than you need. Read more on the [memcached website](https://memcached.org/).
7version: 1.5.227version: 1.6.9
8base: Ubuntu 20.04 LTS8base: Ubuntu 21.04
9architectures:9architectures:
10 - amd6410 - amd64
11 - arm6411 - arm64

Subscribers

People subscribed via source and target branches

to all changes: