diff --git a/.github/workflows/aws-e2e-tests-non-root.yaml b/.github/workflows/aws-e2e-tests-non-root.yaml index c36c69bf0b246..0bfb448f8292f 100644 --- a/.github/workflows/aws-e2e-tests-non-root.yaml +++ b/.github/workflows/aws-e2e-tests-non-root.yaml @@ -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 diff --git a/.github/workflows/bloat.yaml b/.github/workflows/bloat.yaml index ae2e3754404d8..3dbe55dd38f99 100644 --- a/.github/workflows/bloat.yaml +++ b/.github/workflows/bloat.yaml @@ -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 diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index f364ba2d6238b..89455c1f9f4fa 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -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 diff --git a/.github/workflows/flaky-tests.yaml b/.github/workflows/flaky-tests.yaml index dae5d5ca993c1..dfecd5ca4ecf6 100644 --- a/.github/workflows/flaky-tests.yaml +++ b/.github/workflows/flaky-tests.yaml @@ -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 diff --git a/.github/workflows/integration-tests-non-root.yaml b/.github/workflows/integration-tests-non-root.yaml index 7698973627fa0..ee76a397d6265 100644 --- a/.github/workflows/integration-tests-non-root.yaml +++ b/.github/workflows/integration-tests-non-root.yaml @@ -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 diff --git a/.github/workflows/integration-tests-root.yaml b/.github/workflows/integration-tests-root.yaml index 5421e116c3bf3..9792dfe4add62 100644 --- a/.github/workflows/integration-tests-root.yaml +++ b/.github/workflows/integration-tests-root.yaml @@ -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 diff --git a/.github/workflows/kube-integration-tests-non-root.yaml b/.github/workflows/kube-integration-tests-non-root.yaml index 176b7c216d6fa..d934ea2de94c1 100644 --- a/.github/workflows/kube-integration-tests-non-root.yaml +++ b/.github/workflows/kube-integration-tests-non-root.yaml @@ -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 diff --git a/.github/workflows/lint-ui.yaml b/.github/workflows/lint-ui.yaml index 5a9f1df999b54..c34a0a0db0420 100644 --- a/.github/workflows/lint-ui.yaml +++ b/.github/workflows/lint-ui.yaml @@ -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 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 7c9df8c7def8b..958cbb4c97e04 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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 diff --git a/.github/workflows/os-compatibility-test.yaml b/.github/workflows/os-compatibility-test.yaml index fa0d30160a4be..c67b3b38ad1f1 100644 --- a/.github/workflows/os-compatibility-test.yaml +++ b/.github/workflows/os-compatibility-test.yaml @@ -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 diff --git a/.github/workflows/unit-tests-code.yaml b/.github/workflows/unit-tests-code.yaml index b098904534359..05a4bfb6af2fd 100644 --- a/.github/workflows/unit-tests-code.yaml +++ b/.github/workflows/unit-tests-code.yaml @@ -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 diff --git a/.github/workflows/unit-tests-helm.yaml b/.github/workflows/unit-tests-helm.yaml index 45863bca01636..44e064385db8f 100644 --- a/.github/workflows/unit-tests-helm.yaml +++ b/.github/workflows/unit-tests-helm.yaml @@ -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 diff --git a/.github/workflows/unit-tests-integrations.yaml b/.github/workflows/unit-tests-integrations.yaml index 453feb8cb5763..91fac690098e9 100644 --- a/.github/workflows/unit-tests-integrations.yaml +++ b/.github/workflows/unit-tests-integrations.yaml @@ -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: diff --git a/.github/workflows/unit-tests-rust.yaml b/.github/workflows/unit-tests-rust.yaml index 2c83c2683138d..13f8422e340c4 100644 --- a/.github/workflows/unit-tests-rust.yaml +++ b/.github/workflows/unit-tests-rust.yaml @@ -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: diff --git a/.github/workflows/unit-tests-ui.yaml b/.github/workflows/unit-tests-ui.yaml index 7dca00f337570..1495c8c58da70 100644 --- a/.github/workflows/unit-tests-ui.yaml +++ b/.github/workflows/unit-tests-ui.yaml @@ -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