Skip to content

Commit

Permalink
chore: Update workflow images to teleport16 (#37994)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingllama authored Feb 9, 2024
1 parent 3a8dcdc commit c996c52
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-e2e-tests-non-root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
id-token: write

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport15
image: ghcr.io/gravitational/teleport-buildbox:teleport16
env:
WEBASSETS_SKIP_BUILD: 1
options: --cap-add=SYS_ADMIN --privileged
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bloat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox-centos7:teleport15-amd64
image: ghcr.io/gravitational/teleport-buildbox-centos7:teleport16-amd64

steps:
- name: Checkout base
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox-centos7:teleport15-amd64
image: ghcr.io/gravitational/teleport-buildbox-centos7:teleport16-amd64
env:
GOCACHE: /tmp/gocache

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flaky-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
packages: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport15
image: ghcr.io/gravitational/teleport-buildbox:teleport16
env:
TELEPORT_ETCD_TEST: yes
TELEPORT_ETCD_TEST_ENDPOINT: https://etcd0:2379
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-non-root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
packages: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport15
image: ghcr.io/gravitational/teleport-buildbox:teleport16
env:
TELEPORT_ETCD_TEST: yes
TELEPORT_ETCD_TEST_ENDPOINT: https://etcd0:2379
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport15
image: ghcr.io/gravitational/teleport-buildbox:teleport16
options: --cap-add=SYS_ADMIN --privileged
env:
WEBASSETS_SKIP_BUILD: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kube-integration-tests-non-root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
packages: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport15
image: ghcr.io/gravitational/teleport-buildbox:teleport16
env:
WEBASSETS_SKIP_BUILD: 1
options: --cap-add=SYS_ADMIN --privileged
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Prettier, ESLint, & TSC
runs-on: ubuntu-latest
container:
image: ghcr.io/gravitational/teleport-buildbox:teleport15
image: ghcr.io/gravitational/teleport-buildbox:teleport16
steps:
- name: Checkout OSS Teleport
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport15
image: ghcr.io/gravitational/teleport-buildbox:teleport16

env:
GOLANGCI_LINT_VERSION: v1.56.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/os-compatibility-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox-centos7:teleport15-amd64
image: ghcr.io/gravitational/teleport-buildbox-centos7:teleport16-amd64
env:
GOCACHE: /tmp/gocache
WEBASSETS_SKIP_BUILD: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
packages: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport15
image: ghcr.io/gravitational/teleport-buildbox:teleport16
env:
TELEPORT_ETCD_TEST: yes
TELEPORT_ETCD_TEST_ENDPOINT: https://etcd0:2379
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport15
image: ghcr.io/gravitational/teleport-buildbox:teleport16
env:
# TODO(hugoShaka) remove the '-new' prefix when updating to teleport13 buildbox
HELM_PLUGINS: /home/ci/.local/share/helm/plugins-new
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport15
image: ghcr.io/gravitational/teleport-buildbox:teleport16
options: --cap-add=SYS_ADMIN --privileged

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox:teleport15
image: ghcr.io/gravitational/teleport-buildbox:teleport16
options: --cap-add=SYS_ADMIN --privileged

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Test UI
runs-on: ubuntu-latest
container:
image: ghcr.io/gravitational/teleport-buildbox:teleport15
image: ghcr.io/gravitational/teleport-buildbox:teleport16
# See https://github.com/gravitational/teleport/blob/2aaa3ec9a129213db8a18083d5b4681f86328d34/web/packages/teleterm/src/agentCleanupDaemon/agentCleanupDaemon.test.ts#L82-L89
# for the original impetus for adding --init.
options: --init
Expand Down

0 comments on commit c996c52

Please sign in to comment.