This commit is contained in:
parent
68dc85cbd6
commit
a91b4a12f6
32
.drone.yml
32
.drone.yml
@ -22,12 +22,12 @@ steps:
|
||||
- lts
|
||||
dockerfile: lts/Dockerfile
|
||||
auto_label: true
|
||||
custom_labels: automated.build=true .
|
||||
custom_labels: automated.build=true
|
||||
- name: build-lts-astrogd
|
||||
image: plugins/docker:20.18.6
|
||||
settings:
|
||||
registry: registry.astrogd.cloud
|
||||
context: --provenance=true --sbom=true .
|
||||
context: --provenance=true --sbom=true
|
||||
username:
|
||||
from_secret: astrogd_registry_username
|
||||
password:
|
||||
@ -38,11 +38,11 @@ steps:
|
||||
- lts
|
||||
dockerfile: lts/Dockerfile
|
||||
auto_label: true
|
||||
custom_labels: automated.build=true .
|
||||
custom_labels: automated.build=true
|
||||
- name: build-latest
|
||||
image: plugins/docker:20.18.6
|
||||
settings:
|
||||
context: --provenance=true --sbom=true .
|
||||
context: --provenance=true --sbom=true
|
||||
username:
|
||||
from_secret: registry_username
|
||||
password:
|
||||
@ -53,12 +53,12 @@ steps:
|
||||
- latest
|
||||
dockerfile: latest/Dockerfile
|
||||
auto_label: true
|
||||
custom_labels: automated.build=true .
|
||||
custom_labels: automated.build=true
|
||||
- name: build-latest-astrogd
|
||||
image: plugins/docker:20.18.6
|
||||
settings:
|
||||
registry: registry.astrogd.cloud
|
||||
context: --provenance=true --sbom=true .
|
||||
context: --provenance=true --sbom=true
|
||||
username:
|
||||
from_secret: astrogd_registry_username
|
||||
password:
|
||||
@ -69,7 +69,7 @@ steps:
|
||||
- latest
|
||||
dockerfile: latest/Dockerfile
|
||||
auto_label: true
|
||||
custom_labels: automated.build=true .
|
||||
custom_labels: automated.build=true
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@ -84,7 +84,7 @@ steps:
|
||||
- name: build-lts
|
||||
image: plugins/docker:20.18.6
|
||||
settings:
|
||||
context: --provenance=true --sbom=true .
|
||||
context: --provenance=true --sbom=true
|
||||
username:
|
||||
from_secret: registry_username
|
||||
password:
|
||||
@ -95,12 +95,12 @@ steps:
|
||||
- lts
|
||||
dockerfile: lts/Dockerfile
|
||||
auto_label: true
|
||||
custom_labels: automated.build=true .
|
||||
custom_labels: automated.build=true
|
||||
- name: build-lts-astrogd
|
||||
image: plugins/docker:20.18.6
|
||||
settings:
|
||||
registry: registry.astrogd.cloud
|
||||
context: --provenance=true --sbom=true .
|
||||
context: --provenance=true --sbom=true
|
||||
username:
|
||||
from_secret: astrogd_registry_username
|
||||
password:
|
||||
@ -111,11 +111,11 @@ steps:
|
||||
- lts
|
||||
dockerfile: lts/Dockerfile
|
||||
auto_label: true
|
||||
custom_labels: automated.build=true .
|
||||
custom_labels: automated.build=true
|
||||
- name: build-latest
|
||||
image: plugins/docker:20.18.6
|
||||
settings:
|
||||
context: --provenance=true --sbom=true .
|
||||
context: --provenance=true --sbom=true
|
||||
username:
|
||||
from_secret: registry_username
|
||||
password:
|
||||
@ -126,12 +126,12 @@ steps:
|
||||
- latest
|
||||
dockerfile: latest/Dockerfile
|
||||
auto_label: true
|
||||
custom_labels: automated.build=true .
|
||||
custom_labels: automated.build=true
|
||||
- name: build-latest-astrogd
|
||||
image: plugins/docker:20.18.6
|
||||
settings:
|
||||
registry: registry.astrogd.cloud
|
||||
context: --provenance=true --sbom=true .
|
||||
context: --provenance=true --sbom=true
|
||||
username:
|
||||
from_secret: astrogd_registry_username
|
||||
password:
|
||||
@ -142,10 +142,10 @@ steps:
|
||||
- latest
|
||||
dockerfile: latest/Dockerfile
|
||||
auto_label: true
|
||||
custom_labels: automated.build=true .
|
||||
custom_labels: automated.build=true
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 54a9818f736899c90625a1e3d76da872ffa9557934e32ed7eb8d584bcdef248f
|
||||
hmac: 7907b22225e12f6479406cbb980c5351b5ee6018941b2bb9d7a0f74c6bce2b56
|
||||
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user