Skip to content

Commit

Permalink
🐛 #217 Propagate Glide build info in images
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-glushko committed Apr 27, 2024
1 parent cad92f5 commit 2b1915d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Bringing support for streaming chat in Glide.
- 🔧 [chores] Automatic coverage reports #39 (@roma-glushko)
- 👷 [build] Setup release workflows #9 (@roma-glushko)

[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/0.0.3...HEAD
[unreleased]: https://github.com/EinStack/glide/compare/0.0.3...HEAD
[0.0.3]: https://github.com/EinStack/glide/compare/0.0.3-rc.1..0.0.3
[0.0.3-rc.2]: https://github.com/EinStack/glide/compare/0.0.3-rc.1..0.0.3-rc.2
[0.0.3-rc.1]: https://github.com/EinStack/glide/compare/0.0.2..0.0.3-rc.1
Expand Down
4 changes: 4 additions & 0 deletions images/alpine.Dockerfile
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
Expand Down
4 changes: 4 additions & 0 deletions images/distroless.Dockerfile
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
Expand Down
4 changes: 4 additions & 0 deletions images/redhat.Dockerfile
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
Expand Down
4 changes: 4 additions & 0 deletions images/ubuntu.Dockerfile
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
Expand Down

0 comments on commit 2b1915d

Please sign in to comment.