Skip to content

Commit 69ef464

Browse files
Bot Updating Templated Files
1 parent d6f8e46 commit 69ef464

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ Find us at:
4646

4747
## Supported Architectures
4848

49-
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/).
49+
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/).
5050

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

5353
The architectures supported by this image are:
5454

55-
| Architecture | Tag |
56-
| :----: | --- |
57-
| x86-64 | amd64-latest |
58-
| arm64 | arm64v8-latest |
59-
| armhf | arm32v7-latest |
55+
| Architecture | Available | Tag |
56+
| :----: | :----: | ---- |
57+
| x86-64 | | amd64-\<version tag\> |
58+
| arm64 | | arm64v8-\<version tag\> |
59+
| armhf|| arm32v7-\<version tag\> |
6060

6161
## Application Setup
6262

@@ -76,7 +76,7 @@ Here are some example snippets to help you get started creating a container.
7676
version: "2.1"
7777
services:
7878
ldap-auth:
79-
image: lscr.io/linuxserver/ldap-auth
79+
image: lscr.io/linuxserver/ldap-auth:latest
8080
container_name: ldap-auth
8181
environment:
8282
- TZ=Europe/London
@@ -101,7 +101,7 @@ docker run -d \
101101
-p 8888:8888 \
102102
-p 9000:9000 \
103103
--restart unless-stopped \
104-
lscr.io/linuxserver/ldap-auth
104+
lscr.io/linuxserver/ldap-auth:latest
105105
```
106106

107107
## Parameters
@@ -147,7 +147,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
147147
* container version number
148148
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ldap-auth`
149149
* image version number
150-
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/ldap-auth`
150+
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/ldap-auth:latest`
151151

152152
## Updating Info
153153

@@ -165,7 +165,7 @@ Below are the instructions for updating containers:
165165

166166
### Via Docker Run
167167

168-
* Update the image: `docker pull lscr.io/linuxserver/ldap-auth`
168+
* Update the image: `docker pull lscr.io/linuxserver/ldap-auth:latest`
169169
* Stop the running container: `docker stop ldap-auth`
170170
* Delete the container: `docker rm ldap-auth`
171171
* 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)