fix: Revert auto-attestation features
All checks were successful
continuous-integration/drone/push Build is passing

This cannot be done right now due to build errors in ci. Will try again at a later point in time
This commit is contained in:
Lukas | AstroGD 2025-02-24 00:19:56 +01:00
parent a91b4a12f6
commit 71558f3f1d
Signed by: AstroGD
GPG Key ID: 82A5E6C236C535AA

View File

@ -9,9 +9,8 @@ trigger:
- main
steps:
- name: build-lts
image: plugins/docker:20.18.6
image: plugins/docker
settings:
context: --provenance=true --sbom=true
username:
from_secret: registry_username
password:
@ -22,12 +21,10 @@ steps:
- lts
dockerfile: lts/Dockerfile
auto_label: true
custom_labels: automated.build=true
- name: build-lts-astrogd
image: plugins/docker:20.18.6
image: plugins/docker
settings:
registry: registry.astrogd.cloud
context: --provenance=true --sbom=true
username:
from_secret: astrogd_registry_username
password:
@ -38,11 +35,9 @@ steps:
- lts
dockerfile: lts/Dockerfile
auto_label: true
custom_labels: automated.build=true
- name: build-latest
image: plugins/docker:20.18.6
image: plugins/docker
settings:
context: --provenance=true --sbom=true
username:
from_secret: registry_username
password:
@ -53,12 +48,10 @@ steps:
- latest
dockerfile: latest/Dockerfile
auto_label: true
custom_labels: automated.build=true
- name: build-latest-astrogd
image: plugins/docker:20.18.6
image: plugins/docker
settings:
registry: registry.astrogd.cloud
context: --provenance=true --sbom=true
username:
from_secret: astrogd_registry_username
password:
@ -69,7 +62,6 @@ steps:
- latest
dockerfile: latest/Dockerfile
auto_label: true
custom_labels: automated.build=true
---
kind: pipeline
@ -82,9 +74,8 @@ trigger:
- daily
steps:
- name: build-lts
image: plugins/docker:20.18.6
image: plugins/docker
settings:
context: --provenance=true --sbom=true
username:
from_secret: registry_username
password:
@ -95,12 +86,10 @@ steps:
- lts
dockerfile: lts/Dockerfile
auto_label: true
custom_labels: automated.build=true
- name: build-lts-astrogd
image: plugins/docker:20.18.6
image: plugins/docker
settings:
registry: registry.astrogd.cloud
context: --provenance=true --sbom=true
username:
from_secret: astrogd_registry_username
password:
@ -111,11 +100,9 @@ steps:
- lts
dockerfile: lts/Dockerfile
auto_label: true
custom_labels: automated.build=true
- name: build-latest
image: plugins/docker:20.18.6
image: plugins/docker
settings:
context: --provenance=true --sbom=true
username:
from_secret: registry_username
password:
@ -126,12 +113,10 @@ steps:
- latest
dockerfile: latest/Dockerfile
auto_label: true
custom_labels: automated.build=true
- name: build-latest-astrogd
image: plugins/docker:20.18.6
image: plugins/docker
settings:
registry: registry.astrogd.cloud
context: --provenance=true --sbom=true
username:
from_secret: astrogd_registry_username
password:
@ -142,10 +127,9 @@ steps:
- latest
dockerfile: latest/Dockerfile
auto_label: true
custom_labels: automated.build=true
---
kind: signature
hmac: 7907b22225e12f6479406cbb980c5351b5ee6018941b2bb9d7a0f74c6bce2b56
hmac: f4d6fb060e190e72258972ee1dea14e04dd4e9a82546d94071e04bce1b319d91
...