Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uprev builder image to v0.0.36 #985

Merged
merged 1 commit into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-cd.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .internal-ci/docker/Dockerfile.full-service-with-build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading