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

Commit bfb4849

Browse files
Bot Updating Templated Files
1 parent 955fca5 commit bfb4849

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
@@ -45,17 +45,17 @@ Find us at:
4545

4646
## Supported Architectures
4747

48-
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/).
48+
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/).
4949

50-
Simply pulling `lscr.io/lsiodev/gmail-order-bot` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
50+
Simply pulling `lscr.io/lsiodev/gmail-order-bot:latest` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
5151

5252
The architectures supported by this image are:
5353

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

6060
## Application Setup
6161

@@ -112,7 +112,7 @@ Here are some example snippets to help you get started creating a container.
112112
version: "2.1"
113113
services:
114114
gmail-order-bot:
115-
image: lscr.io/lsiodev/gmail-order-bot
115+
image: lscr.io/lsiodev/gmail-order-bot:latest
116116
container_name: gmail-order-bot
117117
environment:
118118
- PUID=1000
@@ -135,7 +135,7 @@ docker run -d \
135135
-e LOOP_TIME=60 \
136136
-v /path/to/data:/config \
137137
--restart unless-stopped \
138-
lscr.io/lsiodev/gmail-order-bot
138+
lscr.io/lsiodev/gmail-order-bot:latest
139139
```
140140

141141
## Parameters
@@ -193,7 +193,7 @@ We publish various [Docker Mods](https://github.com/lsiodev/docker-mods) to enab
193193
* container version number
194194
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' gmail-order-bot`
195195
* image version number
196-
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/lsiodev/gmail-order-bot`
196+
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/lsiodev/gmail-order-bot:latest`
197197

198198
## Updating Info
199199

@@ -211,7 +211,7 @@ Below are the instructions for updating containers:
211211

212212
### Via Docker Run
213213

214-
* Update the image: `docker pull lscr.io/lsiodev/gmail-order-bot`
214+
* Update the image: `docker pull lscr.io/lsiodev/gmail-order-bot:latest`
215215
* Stop the running container: `docker stop gmail-order-bot`
216216
* Delete the container: `docker rm gmail-order-bot`
217217
* 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)