-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 #217 Propagate Glide build info in images
- Loading branch information
1 parent
cad92f5
commit 2b1915d
Showing
5 changed files
with
17 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
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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
# syntax=docker/dockerfile:1 | ||
ARG VERSION | ||
ARG COMMIT | ||
ARG BUILD_DATE | ||
|
||
FROM golang:1.22-alpine as build | ||
|
||
ARG VERSION | ||
|
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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
# syntax=docker/dockerfile:1 | ||
ARG VERSION | ||
ARG COMMIT | ||
ARG BUILD_DATE | ||
|
||
FROM golang:1.22-alpine as build | ||
|
||
ARG VERSION | ||
|
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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
# syntax=docker/dockerfile:1 | ||
ARG VERSION | ||
ARG COMMIT | ||
ARG BUILD_DATE | ||
|
||
FROM golang:1.22-alpine as build | ||
|
||
ARG VERSION | ||
|
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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
# syntax=docker/dockerfile:1 | ||
ARG VERSION | ||
ARG COMMIT | ||
ARG BUILD_DATE | ||
|
||
FROM golang:1.22-alpine as build | ||
|
||
ARG VERSION | ||
|