-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: CVE-2023-45288 ensure golang/x/net is 0.23+, container to ubi9
Signed-off-by: Subbarao Meduri <[email protected]>
- Loading branch information
1 parent
442f714
commit e7e6b38
Showing
12 changed files
with
163 additions
and
49 deletions.
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
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
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
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,4 @@ | ||
FROM registry.ci.openshift.org/stolostron/builder:go1.20-linux AS builder | ||
FROM registry.ci.openshift.org/stolostron/builder:go1.21-linux AS builder | ||
|
||
WORKDIR /workspace | ||
# copy go tests into build image | ||
|
@@ -9,7 +9,7 @@ COPY ./tests ./tests | |
RUN go install github.com/onsi/ginkgo/[email protected] && go mod vendor && ginkgo build ./tests/pkg/tests/ | ||
|
||
# create new docker image to hold built artifacts | ||
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest | ||
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest | ||
|
||
# pre-create directories and set permissions | ||
RUN mkdir -p /resources /results /workspace/.kube && \ | ||
|
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
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,3 +1,3 @@ | ||
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest | ||
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest | ||
USER 1001:1001 | ||
COPY timeseries.txt /tmp/ |
4 changes: 2 additions & 2 deletions
4
tools/simulator/metrics-collector/metrics-extractor/Dockerfile
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