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

ci: unify solana docker base image #4052

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yihau
Copy link
Member

@yihau yihau commented Dec 11, 2024

Problem

we use 2 different docker based images

ci:

export BASE_IMAGE=ubuntu:22.04

sdk:

FROM debian:bookworm

this won't be an issue if the sdk and ci were standalone components. however, they are interconnected. the sdk relies on the ci image to build bins. it means the sdk's base image should be compatible with ci's

we are using ubuntu in lots of places. would like to get sdk use it as well.

Summary of Changes

migrate sdk's docker base image from debian to ubuntu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant