Use REGISTRY_USERNAME/REGISTRY_PASSWORD instead of DOCKERHUB_SVRNTY_USERNAME/DOCKERHUB_SVRNTY_ACCESS_TOKEN. Add busybox to SDK apko config for /bin/sh support. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
50 lines
804 B
YAML
50 lines
804 B
YAML
contents:
|
|
repositories:
|
|
- https://packages.wolfi.dev/os
|
|
keyring:
|
|
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
|
|
packages:
|
|
- wolfi-baselayout
|
|
- glibc
|
|
- libstdc++
|
|
- ca-certificates-bundle
|
|
- libssl3
|
|
- zlib
|
|
- icu
|
|
- tzdata
|
|
- busybox
|
|
- bash
|
|
- git
|
|
- curl
|
|
- coreutils
|
|
|
|
accounts:
|
|
groups:
|
|
- groupname: nonroot
|
|
gid: 65532
|
|
users:
|
|
- username: nonroot
|
|
uid: 65532
|
|
gid: 65532
|
|
run-as: 65532
|
|
|
|
paths:
|
|
- path: /home/nonroot
|
|
type: directory
|
|
uid: 65532
|
|
gid: 65532
|
|
permissions: 0o755
|
|
- path: /app
|
|
type: directory
|
|
uid: 65532
|
|
gid: 65532
|
|
permissions: 0o755
|
|
|
|
archs:
|
|
- x86_64
|
|
- aarch64
|
|
|
|
environment:
|
|
DOTNET_RUNNING_IN_CONTAINER: "true"
|
|
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: "false"
|