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

services/galexie: docker build and runtime debian inconsistency #5430

Open
leighmcculloch opened this issue Aug 19, 2024 · 1 comment
Open

Comments

@leighmcculloch
Copy link
Member

leighmcculloch commented Aug 19, 2024

The docker image for the galexie service is a multi-step build.

The build is performed with the golang:1.22-bullseye image, based on Debian 11 (bullseye).

FROM golang:1.22-bullseye AS builder

The image used for running is the ubuntu:22.04 image, based on Debian 12 (bookworm).

FROM ubuntu:22.04

The inconsistency is a pretty minor thing if galexie doesn't use cgo, and may have no material impact at all. But I'm guessing the inconsistency is by accident, and we can probably update the golang image to build with bookworm to keep the OSes we're using and depending on consistently recent.

cc @urvisavla @stellar/platform-eng

@urvisavla
Copy link
Contributor

@leighmcculloch You're absolutely right - this was an oversight. I'll update it to golang:1.22-bookworm. Thanks!

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

No branches or pull requests

2 participants