mirror of
https://github.com/compute-blade-community/compute-blade-agent.git
synced 2026-04-21 17:45:43 +02:00
Fix the source label for ghcr.io (#68)
This commit is contained in:
committed by
Cedric Kienzler
parent
501caeb750
commit
27a87f3c0f
@@ -103,7 +103,7 @@ nfpms:
|
||||
- agent
|
||||
maintainer: Matthias Riegler <me@xvzf.tech>
|
||||
description: compute-blade Agent
|
||||
homepage: https://github.com/github.com/uptime-industries/compute-blade-agent
|
||||
homepage: https://github.com/uptime-industries/compute-blade-agent
|
||||
vendor: Uptime Industries Inc.
|
||||
license: Apache 2.0
|
||||
formats:
|
||||
@@ -127,7 +127,7 @@ nfpms:
|
||||
- bladectl_other
|
||||
maintainer: Matthias Riegler <me@xvzf.tech>
|
||||
description: bladectl
|
||||
homepage: https://github.com/github.com/uptime-industries/compute-blade-agent
|
||||
homepage: https://github.com/uptime-industries/compute-blade-agent
|
||||
vendor: Uptime Industries Inc.
|
||||
license: Apache 2.0
|
||||
formats:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
FROM cgr.dev/chainguard/wolfi-base
|
||||
LABEL org.opencontainers.image.source="https://github.com/github.com/uptime-industries/compute-blade-agent"
|
||||
LABEL org.opencontainers.image.source="https://github.com/uptime-industries/compute-blade-agent"
|
||||
|
||||
# Copy binaries generated by goreleaser
|
||||
COPY compute-blade-agent bladectl /bin/
|
||||
|
||||
Reference in New Issue
Block a user