Skip to content

Conversation

@mwtzzz
Copy link

@mwtzzz mwtzzz commented Jan 7, 2026

What

update Dockerfile(s) to Ubuntu 24.04

Why

Ubuntu 24.04 upgrade project

Testing before merge

This change will be tested in the dev environment

Validation after merge

work with Platform team to make sure RPC is working correctly

Issue addressed by this PR

https://github.com/stellar/ops/issues/4358

What

[TODO: Short statement about what is changing.]

Why

[TODO: Why this change is being made. Include any context required to understand the why.]

Known limitations

[TODO or N/A]

### What
update Dockerfile(s) to Ubuntu 24.04

### Why
Ubuntu 24.04 upgrade project

### Testing before merge
This change will be tested in the `dev` environment

### Validation after merge
work with Platform team to make sure RPC is working correctly

### Issue addressed by this PR
stellar/ops#4358
@sreuland
Copy link
Contributor

sreuland commented Jan 8, 2026

@mwtzzz , to test this first, we should build the docker image locally and push to a public registry and then run k8s dev against that image. otherwise, this pr has to merge to main in order to run pipeline docker build which only uses main version of dockerfile.

docker build --pull --platform linux/amd64 --no-cache \ \
	--build-arg STELLAR_CORE_VERSION=25.0.0-2911.e9748b05a.jammy \
	--build-arg STELLAR_RPC_VERSION=25.0.0-146 \
	-t <my registry>/stellar-rpc:test_24_04 -f Dockerfile .

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.

2 participants