mirror of
https://github.com/Mexit/AlpDock.git
synced 2025-04-26 15:59:53 +03:00
Alpine Linux updated to v3.16
This commit is contained in:
parent
dd9a773085
commit
30724dcc4e
2 changed files with 5 additions and 3 deletions
2
.github/workflows/build_iso.yml
vendored
2
.github/workflows/build_iso.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
env:
|
||||
version: v3.15
|
||||
version: v3.16
|
||||
|
||||
name: Alpine ISO Builder
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
version="v3.16"
|
||||
|
||||
HOSTNAME="$1"
|
||||
if [ -z "$HOSTNAME" ]; then
|
||||
echo "usage: $0 hostname"
|
||||
|
@ -61,8 +63,8 @@ util-linux
|
|||
EOF
|
||||
|
||||
makefile root:root 0644 "$tmp"/etc/apk/repositories <<EOF
|
||||
https://dl-cdn.alpinelinux.org/alpine/v3.15/main
|
||||
https://dl-cdn.alpinelinux.org/alpine/v3.15/community
|
||||
https://dl-cdn.alpinelinux.org/alpine/${version}/main
|
||||
https://dl-cdn.alpinelinux.org/alpine/${version}/community
|
||||
EOF
|
||||
|
||||
mkdir -p "$tmp"/etc/local.d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue