Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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 debug-container-fedramp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# NOTE: postgres utils here are set to v14 by design
#FROM registry.access.redhat.com/ubi8/ubi:8.8
FROM registry.access.redhat.com/ubi8/ubi:8.10
FROM registry.access.redhat.com/ubi8/ubi:8.10-1184.1739756802@sha256:ecbeb81a4737dfca66ad18eaafb4892d8602b1ae938e0ac3251bb4335aa1a547

RUN dnf -y --refresh --security upgrade && \
dnf -y install dnf-utils \
Expand Down
4 changes: 2 additions & 2 deletions dynatrace-ci/providers.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
terraform {
required_providers {
dynatrace = {
version = "1.58.5"
version = "1.75.0"
source = "dynatrace-oss/dynatrace"
}

vault = {
version = "4.2.0"
version = "4.6.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion dynatrace-config-job/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1731593028
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147@sha256:14f14e03d68f7fd5f2b18a13478b6b127c341b346c86b6e0b886ed2b7573b8e0

# https://konflux.pages.redhat.com/docs/users/how-tos/configuring/custom-tags.html
# Set your image version here
Expand Down
4 changes: 2 additions & 2 deletions jiralert/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-2.1740072407@sha256:3cc2c32b5fd9a060e4705c04032af69cf27228c6f0f3be18189485641ef0e240 as builder
ENV GOPATH=/go/
ENV GO111MODULE=on
USER root
Expand All @@ -9,7 +9,7 @@ RUN git checkout d43cbab62126d543e8e789f6374d9e745693cce2
# run just build and skip all other steps because the linter needs to much memory
RUN make build

FROM registry.access.redhat.com/ubi8-minimal:8.10-1130@sha256:c12e67af6a7e15113d76bc72f10bef2045c026c71ec8b7124c8a075458188a83
FROM registry.access.redhat.com/ubi8-minimal:8.10-1179.1739286367@sha256:c38cc770631788157f8ea989df65ff30359c9f8af3246fef244b32caed9d5862
RUN microdnf update -y \
&& rm -rf /var/cache/yum \
&& microdnf install ca-certificates
Expand Down
4 changes: 2 additions & 2 deletions lablabs-cloudflare-exporter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/go-toolset:1.18.9 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-2.1740072407@sha256:3cc2c32b5fd9a060e4705c04032af69cf27228c6f0f3be18189485641ef0e240 as builder
ENV GOPATH=/go/
ENV GO111MODULE=on
USER root
Expand All @@ -9,7 +9,7 @@ RUN git clone \
# RUN go get -d -v
RUN CGO_ENABLED=0 GOOS=linux go build -o cloudflare_exporter .

FROM registry.access.redhat.com/ubi8-minimal:8.10-1130@sha256:c12e67af6a7e15113d76bc72f10bef2045c026c71ec8b7124c8a075458188a83
FROM registry.access.redhat.com/ubi8-minimal:8.10-1179.1739286367@sha256:c38cc770631788157f8ea989df65ff30359c9f8af3246fef244b32caed9d5862
RUN microdnf update -y \
&& rm -rf /var/cache/yum \
&& microdnf install ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion logrotate/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147@sha256:14f14e03d68f7fd5f2b18a13478b6b127c341b346c86b6e0b886ed2b7573b8e0

# Install logrotate
RUN microdnf update && \
Expand Down
4 changes: 2 additions & 2 deletions qontract-reconcile-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi:9.5@sha256:2bae9062eddbbc18e76555972e7026ffe02cef560a0076e6d7f72bed2c05723f AS downloader
FROM registry.access.redhat.com/ubi9/ubi:9.5-1739751568@sha256:d342aa80781bf41c4c73485c41d8f1e2dbc40ee491633d9cafe787c361dd44ff AS downloader

RUN dnf -y install unzip glibc-langpack-en

Expand Down Expand Up @@ -88,7 +88,7 @@ RUN curl -sfL https://github.com/prometheus/alertmanager/releases/download/v${AL
| tar -zxf - -C /usr/local/bin --strip-components=1 alertmanager-${ALERTMANAGER_VERSION}.linux-amd64/amtool


FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147@sha256:14f14e03d68f7fd5f2b18a13478b6b127c341b346c86b6e0b886ed2b7573b8e0

ENV TF_PLUGIN_LOCAL_DIR=/usr/local/share/terraform/
ENV TF_PLUGIN_CACHE_DIR=/.terraform.d/plugin-cache/
Expand Down
2 changes: 1 addition & 1 deletion qontract-reconcile-oc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi:9.3
FROM registry.access.redhat.com/ubi9/ubi:9.5-1739751568@sha256:d342aa80781bf41c4c73485c41d8f1e2dbc40ee491633d9cafe787c361dd44ff

WORKDIR /work

Expand Down