Skip to content
This repository was archived by the owner on Aug 25, 2023. It is now read-only.

Commit d4d35c4

Browse files
Bot Updating Templated Files
1 parent 0d3cf1a commit d4d35c4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ Whilst we know of no nntp2nntp security issues the [upstream code](https://githu
4949

5050
## Supported Architectures
5151

52-
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/).
52+
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/).
5353

54-
Simply pulling `lscr.io/linuxserver/nntp2nntp` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
54+
Simply pulling `lscr.io/linuxserver/nntp2nntp:latest` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
5555

5656
The architectures supported by this image are:
5757

58-
| Architecture | Tag |
59-
| :----: | --- |
60-
| x86-64 | amd64-latest |
61-
| arm64 | arm64v8-latest |
62-
| armhf | arm32v6-latest |
58+
| Architecture | Available | Tag |
59+
| :----: | :----: | ---- |
60+
| x86-64 | | amd64-\<version tag\> |
61+
| arm64 | | arm64v8-\<version tag\> |
62+
| armhf|| arm32v7-\<version tag\> |
6363

6464
## Application Setup
6565

@@ -87,7 +87,7 @@ Here are some example snippets to help you get started creating a container.
8787
version: "2.1"
8888
services:
8989
nntp2nntp:
90-
image: lscr.io/linuxserver/nntp2nntp
90+
image: lscr.io/linuxserver/nntp2nntp:latest
9191
container_name: nntp2nntp
9292
environment:
9393
- PUID=1000
@@ -115,7 +115,7 @@ docker run -d \
115115
-p 1563:1563 \
116116
-v <path to data>:/config \
117117
--restart unless-stopped \
118-
lscr.io/linuxserver/nntp2nntp
118+
lscr.io/linuxserver/nntp2nntp:latest
119119
```
120120

121121
## Parameters
@@ -175,7 +175,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
175175
* container version number
176176
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' nntp2nntp`
177177
* image version number
178-
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/nntp2nntp`
178+
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/nntp2nntp:latest`
179179

180180
## Updating Info
181181

@@ -193,7 +193,7 @@ Below are the instructions for updating containers:
193193

194194
### Via Docker Run
195195

196-
* Update the image: `docker pull lscr.io/linuxserver/nntp2nntp`
196+
* Update the image: `docker pull lscr.io/linuxserver/nntp2nntp:latest`
197197
* Stop the running container: `docker stop nntp2nntp`
198198
* Delete the container: `docker rm nntp2nntp`
199199
* Recreate a new container with the same docker run parameters as instructed above (if mapped correctly to a host folder, your `/config` folder and settings will be preserved)

0 commit comments

Comments
 (0)