client: Dockerfiles: root: bump to 6.38.00, use multi-stage, local updates #247

Merged
AaronFiore merged 0 commits from refs/pull/247/head into master 2025-12-01 23:01:16 +00:00
AaronFiore commented 2025-12-01 18:35:08 +00:00 (Migrated from gitea.com)

Description

  • Prevents system upgrades from using Arch's root package

    • Currently, their package does not build with C++20 support
  • Updates remote image package artifact location

    • Remote image's build artifact moved from /home/builder to /root
  • Uses wildcard for local root package version

    • Reduces maintenance since any remote bump should rebuild this module

A single development stage ended up not being needed.

NOTE: dfi will still only pull the package artifact from the final image.

Agreement

### Description - Prevents system upgrades from using Arch's `root` package * Currently, their package does not build with C++20 support - Updates remote image package artifact location * Remote image's build artifact moved from /home/builder to /root - Uses wildcard for local `root` package version * Reduces maintenance since any remote bump should rebuild this module --- A single development stage ended up not being needed. NOTE: `dfi` will still only pull the package artifact from the final image. ### Agreement - [x] I have read and understood the [Development](https://gitea.com/EvergreenCrypto/docker-finance#development) and [License](https://gitea.com/EvergreenCrypto/docker-finance#license-and-disclaimer) documentation
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Reference: EvergreenCrypto/docker-finance#247