~xdavidwu/flux

ref: 31fd5177808225d39717af3b820ea5b65f67e145 flux/containers/buildssrht.apko.yaml -rw-r--r-- 561 bytes
31fd5177Pinghao Wu containers: prepare for buildssrht control a month 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
archs: [amd64]

contents:
  repositories:
    - https://dl-cdn.alpinelinux.org/alpine/v3.20/main
    - https://dl-cdn.alpinelinux.org/alpine/v3.20/community
    - https://mirror.sr.ht/alpine/v3.20/sr.ht
  keyring:
    - https://mirror.sr.ht/alpine/alpine@sr.ht.rsa.pub
  packages:
    - busybox
    - builds.sr.ht

accounts:
  groups:
    - groupname: builds
      gid: 101
  users:
    - username: builds
      uid: 101
      shell: /bin/sh
  run-as: builds

cmd: /usr/bin/gunicorn buildsrht.app:app -b 0.0.0.0:5002 -c /etc/sr.ht/builds.sr.ht.gunicorn.conf.py