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
1diff --git a/Dockerfile b/Dockerfile
2index 646f4d0..244f2d2 100644
3--- a/Dockerfile
4+++ b/Dockerfile
5@@ -1,4 +1,4 @@
6-FROM ubuntu:focal
7+FROM ubuntu:hirsute
8
9 ENV TZ UTC
10
11diff --git a/data/memcached.yaml b/data/memcached.yaml
12index 2c157d8..051afdc 100644
13--- a/data/memcached.yaml
14+++ b/data/memcached.yaml
15@@ -4,8 +4,8 @@ repo: memcached
16 description: >
17 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.
18 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/).
19-version: 1.5.22
20-base: Ubuntu 20.04 LTS
21+version: 1.6.9
22+base: Ubuntu 21.04
23 architectures:
24 - amd64
25 - arm64

Subscribers

People subscribed via source and target branches

to all changes: