mirror of
https://github.com/Mexit/AlpDock.git
synced 2025-04-27 00:09: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:
|
env:
|
||||||
version: v3.15
|
version: v3.16
|
||||||
|
|
||||||
name: Alpine ISO Builder
|
name: Alpine ISO Builder
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
version="v3.16"
|
||||||
|
|
||||||
HOSTNAME="$1"
|
HOSTNAME="$1"
|
||||||
if [ -z "$HOSTNAME" ]; then
|
if [ -z "$HOSTNAME" ]; then
|
||||||
echo "usage: $0 hostname"
|
echo "usage: $0 hostname"
|
||||||
|
@ -61,8 +63,8 @@ util-linux
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
makefile root:root 0644 "$tmp"/etc/apk/repositories <<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/${version}/main
|
||||||
https://dl-cdn.alpinelinux.org/alpine/v3.15/community
|
https://dl-cdn.alpinelinux.org/alpine/${version}/community
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
mkdir -p "$tmp"/etc/local.d
|
mkdir -p "$tmp"/etc/local.d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue