Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ ARG BUILD_DATE=unknown

LABEL git-commit=$GIT_COMMIT

Choose a reason for hiding this comment

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

@Philmod Does the fact that this may now contain brackets change how this is used at all?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It contains brackets because the { was before the $. It shouldn't contain these brackets anymore

Choose a reason for hiding this comment

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

👍 i just meant this other reference that also uses $GIT_COMMIT (LABEL, different than the one you changed). by it's name i imagine it's just cosmetic, but was curious.

LABEL build-date=$BUILD_DATE
ENV GIT_COMMIT={$GIT_COMMIT}
ENV GIT_COMMIT=${GIT_COMMIT}
ENV BUILD_DATE=${BUILD_DATE}

LABEL tensorflow-version=$TENSORFLOW_VERSION
Expand Down