Skip to content

Commit

Permalink
Merge pull request #168 from gayathrimenath-ibm/ubi-update
Browse files Browse the repository at this point in the history
golang ubi image update
  • Loading branch information
akgunjal authored Sep 16, 2022
2 parents 31741a4 + 2204fb4 commit 24a0d92
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.18.5
- 1.18.6
- tip

group: bluezone
Expand Down
2 changes: 1 addition & 1 deletion block-storage-attacher/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.6-902.1661794353
FROM wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal:8.6-941
# Default values
ARG git_commit_id=unknown
ARG git_remote_url=unknown
Expand Down
2 changes: 1 addition & 1 deletion block-storage-attacher/Dockerfile.builder
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PROXY_IMAGE_URL_DOCKERHUB=blank
FROM "${PROXY_IMAGE_URL_DOCKERHUB}"/golang:1.18.5
FROM "${PROXY_IMAGE_URL_DOCKERHUB}"/golang:1.18.6

#ARG GOPROXY=off

Expand Down
2 changes: 1 addition & 1 deletion block-storage-attacher/OPENSOURCE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docker://wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal,8.6-902.1661794353
docker://wcp-alchemy-containers-team-access-redhat-docker-remote.artifactory.swg-devops.com/ubi8/ubi-minimal,8.6-941
github.com/BurntSushi/toml,v0.3.1,direct
github.com/coreos/go-systemd/v22,v22.2.0,direct
github.com/gofrs/uuid,v4.2.0+incompatible,direct
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a

| Chart | Date | Kubernetes Required | Breaking Changes | Details |
| ----- | ---------- | ------------------- | ---------------- | --------------------------- |
| v2.0.30 | 2022-09-16 | >=1.10 | None | Refer Changelog v2.0.30 |
| v2.0.29 | 2022-09-01 | >=1.10 | None | Refer Changelog v2.0.29 |
| v2.0.28 | 2022-08-17 | >=1.10 | None | Refer Changelog v2.0.28 |
| v2.0.27 | 2022-07-14 | >=1.10 | None | Refer Changelog v2.0.27 |
Expand Down Expand Up @@ -56,6 +57,13 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |

# [v2.0.30] - 2022-09-16
Golang, UBI image update

### Changelog
- Golang updated to 1.18.6
- UBI image Updated to ubi-minimal:8.6-941

# [v2.0.29] - 2022-09-01
UBI image update

Expand Down
2 changes: 1 addition & 1 deletion block-storage-attacher/tests/e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6-902.1661794353
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6-941
# Create Directory to hold all testing binaries
RUN mkdir /pvg-tests

Expand Down
2 changes: 1 addition & 1 deletion block-storage-attacher/tests/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
You need [go](https://golang.org/doc/install) in your path (see [here](development.md#go-versions) for supported versions), please make sure it is installed and in your ``$PATH``.

```sh
GO_VERSION=1.18.5
GO_VERSION=1.18.6
curl -o go${GO_VERSION}.linux-amd64.tar.gz https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz
tar -C /usr/local -xzf go${GO_VERSION}.linux-amd64.tar.gz
export GOPATH=<Go Path location>
Expand Down

0 comments on commit 24a0d92

Please sign in to comment.