Skip to content

Commit

Permalink
Alpine Linux updated to 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Mexit committed May 15, 2023
1 parent 891a3d0 commit e9a8c13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
env:
version: v3.17
version: v3.18

name: Alpine ISO Builder

Expand All @@ -12,7 +12,7 @@ jobs:
build_ISOs:
runs-on: ubuntu-22.04
container:
image: alpine:3.17
image: alpine:3.18

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 1 addition & 3 deletions genapkovl-docker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e

version="v3.17"
version="v3.18"

HOSTNAME="$1"
if [ -z "$HOSTNAME" ]; then
Expand Down Expand Up @@ -50,8 +50,6 @@ bash-completion
coreutils
docker
docker-bash-completion
docker-compose
docker-compose-bash-completion
docker-cli-compose
findutils
openssh
Expand Down
2 changes: 1 addition & 1 deletion mkimg.docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ profile_docker() {
output_format="iso"
kernel_addons="xtables-addons"
apks="$apks \
docker docker-bash-completion docker-compose docker-compose-bash-completion docker-cli-compose \
docker docker-bash-completion docker-cli-compose \
bash-completion procps util-linux readline findutils sed coreutils sudo e2fsprogs lvm2"
apkovl="genapkovl-docker.sh"
}

0 comments on commit e9a8c13

Please sign in to comment.