Skip to content

Commit 5cfa3ee

Browse files
committed
rebase to 3.13, add lsio wheel index
1 parent 36033e1 commit 5cfa3ee

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-alpine:3.12
1+
FROM ghcr.io/linuxserver/baseimage-alpine:3.13
22

33
# set version label
44
ARG BUILD_DATE
@@ -19,5 +19,5 @@ RUN \
1919
else \
2020
YQ="yq==${YQ_VERSION}"; \
2121
fi && \
22-
pip3 install -U --no-cache-dir \
22+
pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine/ \
2323
${YQ}

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.12
1+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.13
22

33
# set version label
44
ARG BUILD_DATE
@@ -19,5 +19,5 @@ RUN \
1919
else \
2020
YQ="yq==${YQ_VERSION}"; \
2121
fi && \
22-
pip3 install -U --no-cache-dir \
22+
pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine/ \
2323
${YQ}

Dockerfile.armhf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.12
1+
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.13
22

33
# set version label
44
ARG BUILD_DATE
@@ -19,5 +19,5 @@ RUN \
1919
else \
2020
YQ="yq==${YQ_VERSION}"; \
2121
fi && \
22-
pip3 install -U --no-cache-dir \
22+
pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine/ \
2323
${YQ}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
147147

148148
## Versions
149149

150+
* **18.05.21:** - Rebase to 3.13. add linuxserver wheel repo.
150151
* **09.10.20:** - Fix run scripts evaluating `$` in cases where they should not (ex: inside single quotes). Please rerun the [Recommended method](https://github.com/linuxserver/docker-yq#recommended-method) install/setup commands.
151152
* **07.10.20:** - Initial Release.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ full_custom_readme: |
150150
151151
## Versions
152152
153+
* **18.05.21:** - Rebase to 3.13. add linuxserver wheel repo.
153154
* **09.10.20:** - Fix run scripts evaluating `$` in cases where they should not (ex: inside single quotes). Please rerun the [Recommended method](https://github.com/linuxserver/docker-yq#recommended-method) install/setup commands.
154155
* **07.10.20:** - Initial Release.
155156

0 commit comments

Comments
 (0)