Skip to content

Conversation

@vvoland
Copy link
Collaborator

@vvoland vvoland commented Sep 9, 2025

Allow manual version setting when building. Useful for pre-release testing builds when there's no tag yet.

crazy-max
crazy-max previously approved these changes Sep 10, 2025
@crazy-max crazy-max dismissed their stale review September 10, 2025 08:59

dockerfile issue

FROM src-base AS metadata-builder
ARG PKG_REPO
ARG PKG_REF
ARG PKG_VERSION
Copy link
Member

Choose a reason for hiding this comment

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

I think you also need to add it to builder-deb, builder-rpm and builder-static stages. Same for other dockerfiles

ARG PKG_NAME="docker-compose-plugin"
ARG PKG_REPO="https://github.com/docker/compose.git"
ARG PKG_REF="main"
ARG PKG_VERSION
Copy link
Member

Choose a reason for hiding this comment

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

Not needed to put it there.

Also need to add it to metadata, builder-deb, builder-rpm and builder-static stages.

@vvoland vvoland force-pushed the version-override branch 2 times, most recently from 1d3365c to 9bb37e0 Compare September 17, 2025 11:22
Allow manual version setting when building. Useful for pre-release
testing builds when there's no tag yet.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Copy link
Member

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

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

Needs rebase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants