mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
6bf4babd68
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
81 lines
2.0 KiB
YAML
81 lines
2.0 KiB
YAML
defaultBaseImage: ghcr.io/edgelesssys/apko-alpine-base:v2.6.0-pre.0.20230224105331-ed2e6fe2333e@sha256:081cda6d5d25c2a3b61903e4a61e67052d9dc33da22240e02e510dba287fd882
|
|
|
|
baseImageOverrides:
|
|
github.com/edgelesssys/constellation/operators/constellation-node-operator/v2: ghcr.io/edgelesssys/apko-alpine-base-user-65532:v2.6.0-pre.0.20230224105331-ed2e6fe2333e@sha256:eaf76f0ce3042c286017b85b76de53773240b2a58ed9811b9afe8d3886dc89bf
|
|
github.com/edgelesssys/constellation/v2/hack/qemu-metadata-api: ghcr.io/edgelesssys/apko-alpine-qemu-metadata-api:v2.6.0-pre.0.20230224105331-ed2e6fe2333e@sha256:45f22e08d0e30484a931ecdd4b31f1a3f69876faabe31360e1f3363691bfa495
|
|
|
|
builds:
|
|
- id: keyservice
|
|
dir: .
|
|
main: ./keyservice/cmd
|
|
env:
|
|
- CGO_ENABLED=0
|
|
- GOOS=linux
|
|
- GOARCH=amd64
|
|
flags:
|
|
- -trimpath
|
|
- -buildvcs=false
|
|
- -a
|
|
ldflags:
|
|
- -s -w -buildid=''
|
|
- -extldflags "-static"
|
|
|
|
- id: joinservice
|
|
dir: .
|
|
main: ./joinservice/cmd
|
|
env:
|
|
- CGO_ENABLED=0
|
|
- GOOS=linux
|
|
- GOARCH=amd64
|
|
flags:
|
|
- -trimpath
|
|
- -buildvcs=false
|
|
- -a
|
|
ldflags:
|
|
- -s -w -buildid=''
|
|
- -extldflags "-static"
|
|
|
|
- id: constellation-node-operator
|
|
dir: .
|
|
main: ./operators/constellation-node-operator/
|
|
env:
|
|
- CGO_ENABLED=0
|
|
- GOOS=linux
|
|
- GOARCH=amd64
|
|
flags:
|
|
- -trimpath
|
|
- -buildvcs=false
|
|
- -a
|
|
ldflags:
|
|
- -s -w -buildid=''
|
|
- -extldflags "-static"
|
|
|
|
- id: verification-service
|
|
dir: .
|
|
main: ./verify/cmd
|
|
env:
|
|
- CGO_ENABLED=0
|
|
- GOOS=linux
|
|
- GOARCH=amd64
|
|
flags:
|
|
- -trimpath
|
|
- -buildvcs=false
|
|
- -a
|
|
ldflags:
|
|
- -s -w -buildid=''
|
|
- -extldflags "-static"
|
|
|
|
- id: qemu-metadata-api
|
|
dir: .
|
|
main: ./hack/qemu-metadata-api/
|
|
env:
|
|
- CGO_ENABLED=0
|
|
- GOOS=linux
|
|
- GOARCH=amd64
|
|
flags:
|
|
- -trimpath
|
|
- -buildvcs=false
|
|
- -a
|
|
ldflags:
|
|
- -s -w -buildid=''
|