Skip to content

Commit

Permalink
Merge pull request #15 from thespad/3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored May 14, 2023
2 parents 580e711 + 4480e59 commit 90f04a4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-baseimage-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
repo_owner: ${{ github.repository_owner }}
baseimage: "alpine"
basebranch: "3.17"
basebranch: "3.18"
app_name: "whisparr"
prerelease: true
branch: nightly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
release_type: "script"
dockerhub_user: "thespad"
target-arch: >-
["amd64", "aarch64", "armhf"]
["amd64", "aarch64"]
secrets:
dockerhub_password: ${{ secrets.DOCKER_PASSWORD }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:3.17
FROM ghcr.io/linuxserver/baseimage-alpine:3.18

# set version label
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:3.17
FROM ghcr.io/linuxserver/baseimage-alpine:3.18

# set version label
ARG BUILD_DATE
Expand Down
48 changes: 0 additions & 48 deletions Dockerfile.armhf

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The architectures supported by this image are:
| :----: | :----: | ---- |
| x86-64 || latest |
| arm64 || latest |
| armhf | | latest |
| armhf | | latest |

## Application Setup

Expand Down Expand Up @@ -90,6 +90,7 @@ Container images are configured using parameters passed at runtime (such as thos

## Versions

* **14.05.23:** - Rebase to Alpine 3.18. Drop support for armhf.
* **09.12.22:** - Rebase to 3.17.
* **23.09.22:** - Rebase to 3.16, migrate to s6v3.
* **01.04.22:** - Initial Release.

0 comments on commit 90f04a4

Please sign in to comment.