Skip to content

Commit 645f878

Browse files
authored
UBI Image Updated (#187)
* UBI Image Fix (#186) * ubi image updated Signed-off-by: Aayush Subramaniam <[email protected]> * ubi image updated Signed-off-by: Aayush Subramaniam <[email protected]> --------- Signed-off-by: Aayush Subramaniam <[email protected]> * ubi image update Signed-off-by: Aayush Subramaniam <[email protected]> * secrets and releasenotes Signed-off-by: Aayush Subramaniam <[email protected]> * golang version update Signed-off-by: Aayush Subramaniam <[email protected]> --------- Signed-off-by: Aayush Subramaniam <[email protected]>
1 parent 63e96eb commit 645f878

File tree

8 files changed

+12
-7
lines changed

8 files changed

+12
-7
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": "2023-10-12T07:14:59Z",
6+
"generated_at": "2023-10-27T10:51:19Z",
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.8-1072.1696517598
1+
FROM docker-na.artifactory.swg-devops.com/wcp-alchemy-containers-team-access-redhat-docker-remote/ubi8/ubi-minimal:8.8-1072.1697626218
22
# Default values
33
ARG git_commit_id=unknown
44
ARG git_remote_url=unknown

block-storage-attacher/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PROXY_IMAGE_URL_DOCKERHUB=blank
2-
FROM "${PROXY_IMAGE_URL_DOCKERHUB}"/golang:1.20.7
2+
FROM "${PROXY_IMAGE_URL_DOCKERHUB}"/golang:1.20.10
33

44
#ARG GOPROXY=off
55

block-storage-attacher/Dockerfile.dependencycheck

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
1+
FROM docker-na.artifactory.swg-devops.com/wcp-alchemy-containers-team-access-redhat-docker-remote/ubi8/ubi-minimal
22
ARG ARTIFACTORY_API_KEY=blank
33
ENV DEP_CHECK_VER 5.3.2
44
ENV JAVA_HOME /usr

block-storage-attacher/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ NANCY_VERSION := 1.0.42
2121
PROXY_IMAGE_URL_DOCKERHUB:="docker.io"
2222

2323
ifdef ARTIFACTORY_API_KEY
24-
PROXY_IMAGE_URL_DOCKERHUB="wcp-alchemy-containers-team-dockerhub-docker-remote.artifactory.swg-devops.com"
24+
PROXY_IMAGE_URL_DOCKERHUB="docker-na.artifactory.swg-devops.com/wcp-alchemy-containers-team-dockerhub-docker-remote"
2525
endif
2626

2727
.PHONY: all

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.8-1072.1696517598
1+
docker://docker-na.artifactory.swg-devops.com/wcp-alchemy-containers-team-access-redhat-docker-remote/ubi8/ubi-minimal,8.8-1072.1697626218
22
github.com/BurntSushi/toml,v0.3.1,direct
33
github.com/coreos/go-systemd/v22,v22.2.0,direct
44
github.com/gofrs/uuid,v4.2.0+incompatible,direct

block-storage-attacher/helm/ibm-block-storage-attacher/RELEASENOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
1818

1919
| Chart | Date | Kubernetes Required | Breaking Changes | Details |
2020
| ----- | ---------- | ------------------- | ---------------- | --------------------------- |
21+
| v2.0.48 | 2023-10-27 | >=1.10 | None | Refer Changelog v2.0.48 |
2122
| v2.0.47 | 2023-10-12 | >=1.10 | None | Refer Changelog v2.0.47 |
2223
| v2.0.46 | 2023-09-08 | >=1.10 | None | Refer Changelog v2.0.46 |
2324
| v2.0.45 | 2023-07-20 | >=1.10 | None | Refer Changelog v2.0.45 |
@@ -72,6 +73,10 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
7273
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
7374
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
7475

76+
# [v2.0.48] - 2023-10-27
77+
- UBI Image Updated
78+
- Golang updated to 1.20.10
79+
7580
# [v2.0.47] - 2023-10-12
7681
- UBI image updated
7782

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-minimal8.8-1072.1696517598
1+
FROM registry.access.redhat.com/ubi8/ubi-minimal8.8-1072.1697626218
22
# Create Directory to hold all testing binaries
33
RUN mkdir /pvg-tests
44

0 commit comments

Comments
 (0)