~xdavidwu/flux

ref: 76c97fa9cfdc8b515057f5a918e7a84fefba8666 flux/containers/metasrht.apko.yaml -rw-r--r-- 666 bytes
76c97fa9Pinghao Wu containers: submit-build: move to hut 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
25
26
27
archs: [amd64]

contents:
  repositories:
    - https://dl-cdn.alpinelinux.org/alpine/v3.20/main
    - https://dl-cdn.alpinelinux.org/alpine/v3.20/community
    - '@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing'
    - https://mirror.sr.ht/alpine/v3.20/sr.ht
  keyring:
    - https://mirror.sr.ht/alpine/alpine@sr.ht.rsa.pub
  packages:
    - busybox
    - meta.sr.ht
    # XXX testing mixture
    - py3-pam@testing

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

cmd: /usr/bin/gunicorn metasrht.app:app -b 0.0.0.0:5000 -c /etc/sr.ht/meta.sr.ht.gunicorn.conf.py