feat: update alpine 3.16
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2d845567ef
commit
9e6dc1682d
3 changed files with 24 additions and 3 deletions
20
.drone.yml
Normal file
20
.drone.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username: drone
|
||||
password:
|
||||
from_secret: maven_password
|
||||
repo: docker.nyyu.dev/nyyu/pyload-ng
|
||||
tags: latest
|
||||
registry: docker.nyyu.dev
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
|
||||
image_pull_secrets:
|
||||
- dockerconfig
|
|
@ -1,4 +1,4 @@
|
|||
FROM ghcr.io/linuxserver/baseimage-alpine:3.15
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.16
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
@ -10,6 +10,8 @@ LABEL maintainer="aptalca"
|
|||
ENV HOME="/config"
|
||||
|
||||
RUN \
|
||||
echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
|
||||
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
|
||||
echo "**** install build packages ****" && \
|
||||
apk add --no-cache --virtual=build-dependencies \
|
||||
build-base \
|
||||
|
@ -37,7 +39,7 @@ RUN \
|
|||
PYLOAD="pyload-ng[all]==${PYLOAD_VERSION}"; \
|
||||
fi && \
|
||||
pip3 install -U pip setuptools wheel && \
|
||||
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
|
||||
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.16/ \
|
||||
"${PYLOAD}" && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
pyLoad: https://PayPal.Me/nitzo2001/0usd
|
Loading…
Add table
Add a link
Reference in a new issue