-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ FROM gcr.io/distroless/static-debian12:nonroot as default | |
ARG TARGETOS | ||
ARG TARGETARCH | ||
ARG PRODUCT_VERSION | ||
ARG BIN_NAME | ||
|
||
LABEL name="http-echo" \ | ||
maintainer="HashiCorp Consul Team <[email protected]>" \ | ||
|
@@ -16,6 +17,7 @@ LABEL name="http-echo" \ | |
summary="A test webserver that echos a response. You know, for kids." | ||
|
||
COPY dist/$TARGETOS/$TARGETARCH/$BIN_NAME / | ||
RUN ls / | ||
|
||
EXPOSE 5678/tcp | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters