Skip to content

Commit d6a2c2a

Browse files
committed
advertise alpine322
1 parent 246ddfb commit d6a2c2a

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ All base images are built for x86_64 and aarch64 platforms.
5252

5353
| Distro | Current Tag |
5454
| :----: | --- |
55-
| Alpine | alpine321 |
55+
| Alpine | alpine322 |
5656
| Arch | arch |
5757
| Debian | debianbookworm |
5858
| Fedora | fedora42 |
@@ -74,7 +74,7 @@ A list of linuxserver.io supported applications is located [HERE](https://github
7474
Included in these base images is a simple [Openbox DE](http://openbox.org/) and the accompanying logic needed to launch a single application. Lets look at the bare minimum needed to create an application container starting with a Dockerfile:
7575

7676
```
77-
FROM ghcr.io/linuxserver/baseimage-selkies:alpine321
77+
FROM ghcr.io/linuxserver/baseimage-selkies:alpine322
7878
RUN apk add --no-cache firefox
7979
COPY /root /
8080
```
@@ -201,7 +201,7 @@ docker run --rm -it \
201201
-e PUID=1000 \
202202
-e PGID=1000 \
203203
-v $(pwd):/config/src \
204-
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine321 bash
204+
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine322 bash
205205
```
206206

207207
This will start you up in "core" development mode to mess around with core logic. The container also supports strictly frontend development, if there is an addon named "selkies-dashboard" you can pass that as dev_mode and core will be built on init and your development RDE will run against the frontend.
@@ -215,7 +215,7 @@ docker run --rm -it \
215215
-e PUID=1000 \
216216
-e PGID=1000 \
217217
-v $(pwd):/config/src \
218-
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine321 bash
218+
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine322 bash
219219
```
220220

221221
The application will be restarted on code changes to the src directory you mounted in and provide feedback for debugging.

readme-vars.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ full_custom_readme: |
5656
5757
| Distro | Current Tag |
5858
| :----: | --- |
59-
| Alpine | alpine321 |
59+
| Alpine | alpine322 |
6060
| Arch | arch |
6161
| Debian | debianbookworm |
6262
| Fedora | fedora42 |
@@ -78,7 +78,7 @@ full_custom_readme: |
7878
Included in these base images is a simple [Openbox DE](http://openbox.org/) and the accompanying logic needed to launch a single application. Lets look at the bare minimum needed to create an application container starting with a Dockerfile:
7979
8080
```
81-
FROM ghcr.io/linuxserver/baseimage-selkies:alpine321
81+
FROM ghcr.io/linuxserver/baseimage-selkies:alpine322
8282
RUN apk add --no-cache firefox
8383
COPY /root /
8484
```
@@ -205,7 +205,7 @@ full_custom_readme: |
205205
-e PUID=1000 \
206206
-e PGID=1000 \
207207
-v $(pwd):/config/src \
208-
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine321 bash
208+
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine322 bash
209209
```
210210
211211
This will start you up in "core" development mode to mess around with core logic. The container also supports strictly frontend development, if there is an addon named "selkies-dashboard" you can pass that as dev_mode and core will be built on init and your development RDE will run against the frontend.
@@ -219,7 +219,7 @@ full_custom_readme: |
219219
-e PUID=1000 \
220220
-e PGID=1000 \
221221
-v $(pwd):/config/src \
222-
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine321 bash
222+
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine322 bash
223223
```
224224
225225
The application will be restarted on code changes to the src directory you mounted in and provide feedback for debugging.

0 commit comments

Comments
 (0)