Skip to content

Commit df93ea1

Browse files
Updated with new Ubi image (#129)
* Updated with new Ubi image * Updated ubi image
1 parent 682a64d commit df93ea1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.secrets.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2021-03-19T05:16:12Z",
6+
"generated_at": "2021-04-12T12:41:49Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

block-storage-attacher/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.3-230
1+
FROM wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.3-298
22
# Default values
33
ARG git_commit_id=unknown
44
ARG git_remote_url=unknown

block-storage-attacher/OPENSOURCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
docker://wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal,8.3-230
1+
docker://wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal,8.3-298
22
github.com/BurntSushi/toml,v0.3.1,direct
33
github.com/coreos/go-systemd/v22,v22.2.0,direct
44
github.com/gogo/protobuf,v1.3.2,indirect

block-storage-attacher/tests/e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-230
1+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-298
22
# Create Directory to hold all testing binaries
33
RUN mkdir /pvg-tests
44

0 commit comments

Comments
 (0)