Skip to content

Commit

Permalink
UBI image update and version change (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhatdell authored Mar 7, 2023
1 parent e2f677f commit 96af1bb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker-files/Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ LABEL vendor="Dell Inc." \
name="csi-metadata-retriever" \
summary="CSI Metadata Retriever sidecar" \
description="CSI Metadata Retriever sidecar for metadata retrievel via kubeapi" \
version="1.1.0" \
version="1.3.0" \
license="Apache-2.0"

COPY licenses /licenses
Expand Down
4 changes: 2 additions & 2 deletions docker-files/Dockerfile.ubi.alt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
# Dockerfile to build CSI Metadata Retriever sidecar
# based on UBI standard image.
# Alternative way without RHEL host/subscription, using centos.repo
FROM registry.access.redhat.com/ubi8/ubi:8.6-994
FROM registry.access.redhat.com/ubi8/ubi:8.7-1085

LABEL vendor="Dell Inc." \
name="csi-metadata-retriever" \
summary="CSI Metadata Retriever sidecar" \
description="CSI Metadata Retriever sidecar for metadata retrievel via kubeapi" \
version="1.1.0" \
version="1.3.0" \
license="Apache-2.0"

COPY licenses /licenses
Expand Down
6 changes: 3 additions & 3 deletions docker-files/Dockerfile.ubi.min
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
# Dockerfile to build CSI Metadata Retriever sidecar
# based on UBI-minimal image
# Requires: RHEL host with subscription
# UBI Image: ubi8/ubi-minimal:8.6-994
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:c5ffdf5938d73283cec018f2adf59f0ed9f8c376d93e415a27b16c3c6aad6f45
# UBI Image: ubi8/ubi-minimal:8.7-1085
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:ab03679e683010d485ef0399e056b09a38d7843ba4a36ee7dec337dd0037f7a7

LABEL vendor="Dell Inc." \
name="csi-metadata-retriever" \
summary="CSI Metadata Retriever sidecar" \
description="CSI Metadata Retriever sidecar for metadata retrievel via kubeapi" \
version="1.1.0" \
version="1.3.0" \
license="Apache-2.0"

COPY licenses /licenses
Expand Down
2 changes: 1 addition & 1 deletion docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ifndef DOCKER_IMAGE_NAME
endif

ifndef BASEIMAGE
BASEIMAGE=ubi-minimal:8.6-994
BASEIMAGE=ubi-minimal:8.7-1085
endif

# figure out if podman or docker should be used (use podman if found)
Expand Down

0 comments on commit 96af1bb

Please sign in to comment.