...

Text file src/edge-infra.dev/cmd/sds/rancher-local-storage/helper-image/apko.yaml

Documentation: edge-infra.dev/cmd/sds/rancher-local-storage/helper-image

     1contents:
     2  repositories:
     3    - https://dl-cdn.alpinelinux.org/alpine/v3.19/main
     4  packages:
     5    - lvm2=~2.03.21
     6    - curl=~8.5.0
     7    - util-linux=~2.38.1
     8    - e2fsprogs=~1.47.0
     9    - e2fsprogs-extra=~1.47.0
    10    - findmnt=~2.38.1
    11    - wipefs=~2.38.1
    12
    13archs:
    14  - amd64
    15
    16os-release:
    17  name: "Alpine Linux"
    18  id: Alpine
    19  version-id: 3.19.1
    20  pretty-name: "Alpine Linux v3.19"
    21  home-url: "https://alpinelinux.org/"
    22  bug-report-url: "https://gitlab.alpinelinux.org/alpine/aports/-/issues"

View as plain text