Update buildbox to 11 (#13549)

This commit is contained in:
Roman Tkachenko 2022-06-15 20:05:54 -07:00 committed by GitHub
parent 7f3944b2e5
commit 5a079914aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ kind: pipeline
type: kubernetes
name: push-build-linux-amd64
environment:
BUILDBOX_VERSION: teleport10
BUILDBOX_VERSION: teleport11
GID: "1000"
RUNTIME: go1.18.3
UID: "1000"
@ -140,7 +140,7 @@ kind: pipeline
type: kubernetes
name: push-build-linux-386
environment:
BUILDBOX_VERSION: teleport10
BUILDBOX_VERSION: teleport11
GID: "1000"
RUNTIME: go1.18.3
UID: "1000"
@ -243,7 +243,7 @@ kind: pipeline
type: kubernetes
name: push-build-linux-amd64-fips
environment:
BUILDBOX_VERSION: teleport10
BUILDBOX_VERSION: teleport11
GID: "1000"
RUNTIME: go1.18.3
UID: "1000"
@ -350,7 +350,7 @@ kind: pipeline
type: kubernetes
name: push-build-windows-amd64
environment:
BUILDBOX_VERSION: teleport10
BUILDBOX_VERSION: teleport11
GID: "1000"
RUNTIME: go1.18.3
UID: "1000"
@ -633,7 +633,7 @@ kind: pipeline
type: kubernetes
name: push-build-linux-arm
environment:
BUILDBOX_VERSION: teleport10
BUILDBOX_VERSION: teleport11
GID: "1000"
RUNTIME: go1.18.3
UID: "1000"
@ -736,7 +736,7 @@ kind: pipeline
type: kubernetes
name: push-build-linux-arm64
environment:
BUILDBOX_VERSION: teleport10
BUILDBOX_VERSION: teleport11
GID: "1000"
RUNTIME: go1.18.3
UID: "1000"
@ -1097,7 +1097,7 @@ kind: pipeline
type: kubernetes
name: build-linux-amd64-centos7
environment:
BUILDBOX_VERSION: teleport10
BUILDBOX_VERSION: teleport11
RUNTIME: go1.18.3
trigger:
event:
@ -1254,7 +1254,7 @@ kind: pipeline
type: kubernetes
name: build-linux-amd64-centos7-fips
environment:
BUILDBOX_VERSION: teleport10
BUILDBOX_VERSION: teleport11
RUNTIME: go1.18.3
trigger:
event:
@ -1410,7 +1410,7 @@ kind: pipeline
type: kubernetes
name: build-linux-amd64
environment:
BUILDBOX_VERSION: teleport10
BUILDBOX_VERSION: teleport11
RUNTIME: go1.18.3
trigger:
event:
@ -1564,7 +1564,7 @@ kind: pipeline
type: kubernetes
name: build-linux-amd64-fips
environment:
BUILDBOX_VERSION: teleport10
BUILDBOX_VERSION: teleport11
RUNTIME: go1.18.3
trigger:
event:
@ -2408,7 +2408,7 @@ kind: pipeline
type: kubernetes
name: build-linux-386
environment:
BUILDBOX_VERSION: teleport10
BUILDBOX_VERSION: teleport11
RUNTIME: go1.18.3
trigger:
event:
@ -3526,7 +3526,7 @@ kind: pipeline
type: kubernetes
name: build-linux-arm
environment:
BUILDBOX_VERSION: teleport10
BUILDBOX_VERSION: teleport11
RUNTIME: go1.18.3
trigger:
event:
@ -3680,7 +3680,7 @@ kind: pipeline
type: kubernetes
name: build-linux-arm64
environment:
BUILDBOX_VERSION: teleport10
BUILDBOX_VERSION: teleport11
RUNTIME: go1.18.3
trigger:
event:
@ -4530,7 +4530,7 @@ kind: pipeline
type: kubernetes
name: build-windows-amd64
environment:
BUILDBOX_VERSION: teleport10
BUILDBOX_VERSION: teleport11
RUNTIME: go1.18.3
trigger:
event:
@ -4682,7 +4682,7 @@ type: kubernetes
name: build-docker-images
environment:
BUILDBOX_VERSION: "teleport10"
BUILDBOX_VERSION: "teleport11"
RUNTIME: go1.17.9
trigger:
@ -5007,7 +5007,7 @@ kind: pipeline
type: kubernetes
name: build-buildboxes
environment:
BUILDBOX_VERSION: teleport10
BUILDBOX_VERSION: teleport11
GID: "1000"
UID: "1000"
trigger:
@ -5614,6 +5614,6 @@ volumes:
name: drone-s3-debrepo-pvc
---
kind: signature
hmac: 9d5d0eb18f94215e5b4ecb03dadf936696789e776df1e31aa93aeb5719d60531
hmac: 8353436a7d9f4c391f4cb87473e0b6a249a3d57e078e6a6f0d768cbaed65cb20
...