Skip to content

feat: latest flagd#372

Merged
toddbaert merged 1 commit into
mainfrom
chore/bump-flagd-0.15.5
Apr 30, 2026
Merged

feat: latest flagd#372
toddbaert merged 1 commit into
mainfrom
chore/bump-flagd-0.15.5

Conversation

@toddbaert
Copy link
Copy Markdown
Member

See title.

Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
@toddbaert toddbaert requested a review from a team as a code owner April 30, 2026 19:19
@toddbaert toddbaert merged commit 4b325bb into main Apr 30, 2026
3 checks passed
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the FLAGD_BASE_IMAGE in the Dockerfile from version v0.15.0 to v0.15.5. Feedback indicates that v0.17.0 is the actual latest version and identifies a potential path error regarding the binary location that would cause the build to fail.

Comment thread flagd/Dockerfile
@@ -1,4 +1,4 @@
ARG FLAGD_BASE_IMAGE=ghcr.io/open-feature/flagd:v0.15.0
ARG FLAGD_BASE_IMAGE=ghcr.io/open-feature/flagd:v0.15.5
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

The PR title mentions 'latest flagd', but v0.15.5 is not the most recent version; v0.17.0 is currently available. Additionally, the official flagd image stores the binary at /flagd, but line 32 incorrectly references /flagd-build, which will cause the build to fail.

ARG FLAGD_BASE_IMAGE=ghcr.io/open-feature/flagd:v0.17.0

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.

1 participant