~xdavidwu/flux

ref: 19ae76353b1824a7b42467fda29633c86d4d44ad flux/containers/alpine-repo.apko.yaml -rw-r--r-- 664 bytes
19ae7635Pinghao Wu containers: apko-ize alpine-repo 8 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
archs: [amd64]

contents:
  repositories:
    - https://dl-cdn.alpinelinux.org/alpine/v3.21/main
  packages:
    - abuild

accounts:
  groups:
    - groupname: builder
      gid: 1000
    - groupname: abuild
      gid: 300
      members: [builder]
  users:
    - username: builder
      uid: 1000
      shell: /bin/sh
  run-as: builder

paths:
  - # workaround for broken chmod on symlink (#1270)
    path: /srv/http/alpine/pubkeys/Egloga-Alpine-AUTOMATED-CI-61864ad2.rsa.pub
    type: empty-file
  - path: /etc/apk/keys/Egloga-Alpine-AUTOMATED-CI-61864ad2.rsa.pub
    type: symlink
    source: /srv/http/alpine/pubkeys/Egloga-Alpine-AUTOMATED-CI-61864ad2.rsa.pub