Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 7f25d32

Browse files
authored
Merge pull request #272 from linuxserver/gnupg
add gnupg package
2 parents cb69b83 + 4d31b0f commit 7f25d32

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN \
1616
apk add --no-cache --upgrade \
1717
curl \
1818
fail2ban \
19+
gnupg \
1920
memcached \
2021
nginx \
2122
nginx-mod-http-echo \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN \
1919
apk add --no-cache --upgrade \
2020
curl \
2121
fail2ban \
22+
gnupg \
2223
memcached \
2324
nginx \
2425
nginx-mod-http-echo \

Dockerfile.armhf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN \
1919
apk add --no-cache --upgrade \
2020
curl \
2121
fail2ban \
22+
gnupg \
2223
memcached \
2324
nginx \
2425
nginx-mod-http-echo \

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ Find us at:
1414
* [Blog](https://blog.linuxserver.io) - all the things you can do with our containers including How-To guides, opinions and much more!
1515
* [Podcast](https://anchor.fm/linuxserverio) - on hiatus. Coming back soon (late 2018).
1616

17-
# PSA: Changes are happening
18-
19-
From August 2018 onwards, Linuxserver are in the midst of switching to a new CI platform which will enable us to build and release multiple architectures under a single repo. To this end, existing images for `arm64` and `armhf` builds are being deprecated. They are replaced by a manifest file in each container which automatically pulls the correct image for your architecture. You'll also be able to pull based on a specific architecture tag.
20-
21-
TLDR: Multi-arch support is changing from multiple repos to one repo per container image.
22-
2317
# [linuxserver/letsencrypt](https://github.com/linuxserver/docker-letsencrypt)
2418
[![](https://img.shields.io/discord/354974912613449730.svg?logo=discord&label=LSIO%20Discord&style=flat-square)](https://discord.gg/YWrKVTn)
2519
[![](https://images.microbadger.com/badges/version/linuxserver/letsencrypt.svg)](https://microbadger.com/images/linuxserver/letsencrypt "Get your own version badge on microbadger.com")
@@ -35,7 +29,7 @@ TLDR: Multi-arch support is changing from multiple repos to one repo per contain
3529

3630
## Supported Architectures
3731

38-
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list).
32+
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
3933

4034
Simply pulling `linuxserver/letsencrypt` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
4135

@@ -231,6 +225,7 @@ Below are the instructions for updating containers:
231225

232226
## Versions
233227

228+
* **27.02.19:** - Add gnupg package.
234229
* **22.02.19:** - Rebase to alpine 3.9.
235230
* **03.02.19:** - Removed memcached due to seccomp errors. Let us know if you need to re-enable memcached.
236231
* **28.01.19:** - Add pipeline logic and multi arch.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126126

127127
# changelog
128128
changelogs:
129+
- { date: "27.02.19:", desc: "Add gnupg package." }
129130
- { date: "22.02.19:", desc: "Rebase to alpine 3.9." }
130131
- { date: "03.02.19:", desc: "Removed memcached due to seccomp errors. Let us know if you need to re-enable memcached." }
131132
- { date: "28.01.19:", desc: "Add pipeline logic and multi arch." }

0 commit comments

Comments
 (0)