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

Shared notary builder #34

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Conversation

LaurentGoderre
Copy link
Member

No description provided.

notary-server/Dockerfile Outdated Show resolved Hide resolved
@LaurentGoderre LaurentGoderre force-pushed the shared-builder branch 2 times, most recently from 102846b to 235dd4f Compare October 12, 2023 20:23
@@ -31,7 +7,7 @@ ENV INSTALLDIR /notary/server
ENV PATH=$PATH:${INSTALLDIR}
WORKDIR ${INSTALLDIR}

COPY --from=build /notary-server ./
COPY --from=notary:0.7.0-builder /notary-server ./

Choose a reason for hiding this comment

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

Just to document why the builder image with build tools and both binaries is tagged as 0.7.0-builder instead of builder-0.7.0.

Current image tags are server-0.7.0 and signer-0.7.0 (and aliased without version). I chose [version]-builder over builder-[version] because the builder image is not a specific Notary binary like server and signer are and is mostly an implementation detail of how the others are built.

Happy to change my opinion if the Notary maintainers would rather use builder-0.7.0.

Copy link
Member

@jonnystoten jonnystoten left a comment

Choose a reason for hiding this comment

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

LGTM

@jonnystoten jonnystoten merged commit c60bc9f into docker:master Oct 13, 2023
1 check passed
@LaurentGoderre LaurentGoderre deleted the shared-builder branch October 13, 2023 16:49
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.

3 participants