mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 04:03:51 -05:00
* chore(deps): update updates-patch-minor * pin mongo * revert * Apply suggestion from @stavros-k --------- Co-authored-by: bugclerk <bugclerk@ixsystems.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
25 lines
497 B
YAML
25 lines
497 B
YAML
images:
|
|
image:
|
|
repository: ghcr.io/magicgrants/arti
|
|
tag: 1.8.0
|
|
container_utils_image:
|
|
repository: ixsystems/container-utils
|
|
tag: 1.0.2
|
|
config_image:
|
|
repository: python
|
|
tag: 3.14.1-slim-bookworm
|
|
|
|
consts:
|
|
perms_container_name: permissions
|
|
config_container_name: config
|
|
arti_container_name: arti
|
|
run_as_user: 1000
|
|
run_as_group: 1000
|
|
|
|
config_entrypoint: |
|
|
#!/bin/sh
|
|
|
|
mkdir -p /tmp/python
|
|
pip install --target=/tmp/python toml
|
|
python /setup.py
|