Skip to content

Commit

Permalink
Merge pull request #211 from mdegat01/bump-yq-v4.25.3
Browse files Browse the repository at this point in the history
Bump yq to 4.25.3
  • Loading branch information
mdegat01 authored Jul 7, 2022
2 parents 2376f35 + 6055c15 commit 9bf9a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 2 additions & 3 deletions promtail/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64
ARG BUILD_ARCH=amd64
ARG PROMTAIL_JOURNAL_VERSION=1.5.0

# https://github.com/mdegat01/promtail-journal/releases
FROM ghcr.io/mdegat01/promtail-journal/${BUILD_ARCH}:${PROMTAIL_JOURNAL_VERSION} as build_promtail
FROM ghcr.io/mdegat01/promtail-journal/${BUILD_ARCH}:1.5.0 as build_promtail

# https://github.com/hassio-addons/addon-debian-base/releases
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

ARG BUILD_ARCH=amd64
# https://github.com/mikefarah/yq/releases
ARG YQ_VERSION=4.24.5
ENV YQ_VERSION=4.25.3

# Add yq and tzdata (required for the timestamp stage)
RUN set -eux; \
Expand Down
3 changes: 0 additions & 3 deletions promtail/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ build_from:
codenotary:
base_image: [email protected]
signer: [email protected]
args:
PROMTAIL_JOURNAL_VERSION: 1.5.0
YQ_VERSION: 4.24.5

0 comments on commit 9bf9a91

Please sign in to comment.