Bumped Alpine Version 3.19>3.20
All CT's unsing NGINX: Added a teporary work around for the repo, Using te 3.19 one for now CT -Nextcloud: Switched from redis to valkey, Added missing php (Ctype) and imagemagick (SVG) modules
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
distribution: "alpinelinux"
|
||||
release: "3.19"
|
||||
release: "3.20"
|
||||
|
||||
source:
|
||||
downloader: alpinelinux-http
|
||||
@@ -504,10 +504,12 @@ packages:
|
||||
- php83-exif
|
||||
- php83-bz2
|
||||
- php83-sodium
|
||||
- php83-ctype
|
||||
- libpng
|
||||
- zlib
|
||||
- imagemagick
|
||||
- redis
|
||||
- imagemagick-svg
|
||||
- valkey
|
||||
- sudo
|
||||
action: install
|
||||
variants:
|
||||
@@ -732,7 +734,8 @@ actions:
|
||||
action: |-
|
||||
#!/bin/sh
|
||||
#Setup Nginx repo
|
||||
echo "@nginx http://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" >> /etc/apk/repositories
|
||||
#echo "@nginx http://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" >> /etc/apk/repositories
|
||||
echo "@nginx http://nginx.org/packages/mainline/alpine/v3.19/main" >> /etc/apk/repositories
|
||||
curl -L https://nginx.org/keys/nginx_signing.rsa.pub -o /etc/apk/keys/nginx_signing.rsa.pub
|
||||
#Install Nginx
|
||||
apk add nginx@nginx
|
||||
|
||||
Reference in New Issue
Block a user