Skip to content

Commit

Permalink
Update docker profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mexit committed Dec 20, 2024
1 parent 044db50 commit e055216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions genapkovl-docker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh -e

alpinelinux="v3.21.0"
version="${alpinelinux%.*}"
version="3.21"

HOSTNAME="$1"
if [ -z "$HOSTNAME" ]; then
Expand Down Expand Up @@ -62,8 +61,8 @@ util-linux
EOF

makefile root:root 0644 "$tmp"/etc/apk/repositories <<EOF
https://dl-cdn.alpinelinux.org/alpine/${version}/main
https://dl-cdn.alpinelinux.org/alpine/${version}/community
https://dl-cdn.alpinelinux.org/alpine/v${version}/main
https://dl-cdn.alpinelinux.org/alpine/v${version}/community
EOF

mkdir -p "$tmp"/etc/local.d
Expand Down
1 change: 1 addition & 0 deletions mkimg.docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ profile_docker() {
docker docker-bash-completion docker-cli-compose \
bash-completion procps util-linux readline findutils sed coreutils sudo e2fsprogs lvm2"
apkovl="genapkovl-docker.sh"
hostname="alpdock"
}

0 comments on commit e055216

Please sign in to comment.