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

chore: changed docker image for builders #375

Merged
merged 5 commits into from
Aug 7, 2023
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/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
group: lint-${{ github.ref }}
cancel-in-progress: true
container:
image: paritytech/ci-linux:production
image: paritytech/ci-unified:bullseye-1.71.0-v20230727
runs-on:
- self-hosted
- x64-monster
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
group: check-${{ github.ref }}
cancel-in-progress: true
container:
image: paritytech/ci-linux:production
image: paritytech/ci-unified:bullseye-1.71.0-v20230727
runs-on:
- self-hosted
- x64-monster
Expand Down
4 changes: 2 additions & 2 deletions scripts/hyperspace.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM paritytech/ci-linux:production as builder
FROM paritytech/ci-unified:bullseye-1.71.0-v20230727 as builder

WORKDIR /code

Expand Down Expand Up @@ -38,4 +38,4 @@ RUN mkdir /centauri/data

VOLUME ["/centauri/data"]

ENTRYPOINT ["/usr/local/bin/hyperspace"]
ENTRYPOINT ["/usr/local/bin/hyperspace"]
2 changes: 1 addition & 1 deletion scripts/parachain.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM paritytech/ci-linux:production as build
FROM paritytech/ci-unified:bullseye-1.71.0-v20230727 as build

WORKDIR /code

Expand Down