Skip to content

Build images with deps versions#19

Merged
merlimat merged 12 commits intoapache:mainfrom
merlimat:build-images-with-deps-versions
Oct 7, 2022
Merged

Build images with deps versions#19
merlimat merged 12 commits intoapache:mainfrom
merlimat:build-images-with-deps-versions

Conversation

@merlimat
Copy link
Contributor

@merlimat merlimat commented Oct 6, 2022

Motivation

Since the dependencies are getting statically linked into the binary artifacts that we release, we need to have a good/easy way to upgrade the versions of such dependencies and make sure they are consistent for all the different builds.

Modifications

  1. Use a single dependencies.yaml file to declare the dependencies
  2. The versions are then converted to variable inside the Dockerfiles
  3. Create (and cache) the Docker images used for building in the Github actions job

@merlimat merlimat added this to the 3.0.0 milestone Oct 6, 2022
@merlimat merlimat self-assigned this Oct 6, 2022
Copy link
Contributor

@BewareMyPower BewareMyPower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The snappy tar file downloaded is <version>.tar.gz.

Co-authored-by: Yunze Xu <xyzinfernity@163.com>
@merlimat merlimat merged commit 778fcba into apache:main Oct 7, 2022
@merlimat merlimat deleted the build-images-with-deps-versions branch October 7, 2022 17:37
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