From b5b81a355ffd91c1a6a800c428bc3cca2a0b6b67 Mon Sep 17 00:00:00 2001 From: Henry Holtzman Date: Sun, 19 May 2024 22:59:37 -0700 Subject: [PATCH] uprev builder image to v0.0.36 --- .github/workflows/build-docker-release.yaml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/dev-cd.disabled | 2 +- .internal-ci/docker/Dockerfile.full-service-with-build | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-docker-release.yaml b/.github/workflows/build-docker-release.yaml index 6b6be2035..80422076d 100644 --- a/.github/workflows/build-docker-release.yaml +++ b/.github/workflows/build-docker-release.yaml @@ -16,7 +16,7 @@ jobs: build: runs-on: mco-dev-large-x64 container: - image: mobilecoin/rust-sgx-base:v0.0.33 + image: mobilecoin/rust-sgx-base:v0.0.36 strategy: matrix: include: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa31776f4..11c80cc66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: - runner-tags: [self-hosted, macOS, ARM64] container: "" - runner-tags: mco-dev-large-x64 - container: mobilecoin/rust-sgx-base:v0.0.32 + container: mobilecoin/rust-sgx-base:v0.0.36 - namespace: test network: testnet - namespace: prod diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cb74e824..7e6fee7d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: lint: runs-on: mco-dev-large-x64 container: - image: mobilecoin/rust-sgx-base:v0.0.33 + image: mobilecoin/rust-sgx-base:v0.0.36 steps: - name: Checkout uses: actions/checkout@v3 @@ -70,7 +70,7 @@ jobs: test: runs-on: mco-dev-large-x64 container: - image: mobilecoin/rust-sgx-base:v0.0.33 + image: mobilecoin/rust-sgx-base:v0.0.36 steps: - name: Checkout @@ -127,7 +127,7 @@ jobs: docs: runs-on: mco-dev-large-x64 container: - image: mobilecoin/rust-sgx-base:v0.0.33 + image: mobilecoin/rust-sgx-base:v0.0.36 permissions: contents: write diff --git a/.github/workflows/dev-cd.disabled b/.github/workflows/dev-cd.disabled index 7502622e0..52cc9437b 100644 --- a/.github/workflows/dev-cd.disabled +++ b/.github/workflows/dev-cd.disabled @@ -27,7 +27,7 @@ # # - chain_id: main # runs-on: mco-dev-large-x64 # container: -# image: mobilecoin/rust-sgx-base:v0.0.32 +# image: mobilecoin/rust-sgx-base:v0.0.36 # steps: # - name: Checkout # uses: mobilecoinofficial/gh-actions/checkout@v0 diff --git a/.internal-ci/docker/Dockerfile.full-service-with-build b/.internal-ci/docker/Dockerfile.full-service-with-build index 6422e19e1..002459a3f 100644 --- a/.internal-ci/docker/Dockerfile.full-service-with-build +++ b/.internal-ci/docker/Dockerfile.full-service-with-build @@ -28,7 +28,7 @@ # In order to create a consistent and verifiable the build environment, only add # or update in the mobilecoin/rust-sgx-base image and refer to the image by its hash. -FROM mobilecoin/rust-sgx-base:v0.0.33 as builder +FROM mobilecoin/rust-sgx-base:v0.0.36 as builder ARG NAMESPACE=test ARG SIGNED_ENCLAVE_BASE=enclave-distribution.${NAMESPACE}.mobilecoin.com