Skip to content

Commit

Permalink
Merge pull request #24 from dell/feature/ubi-micro
Browse files Browse the repository at this point in the history
Feature/ubi micro
  • Loading branch information
adarsh-dell authored Jun 2, 2023
2 parents 11bd377 + 6dcf41c commit 1e1ff3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ifndef MAJOR
MAJOR=1
endif
ifndef MINOR
MINOR=0
MINOR=4
endif
ifndef PATCH
PATCH=0
Expand Down
4 changes: 2 additions & 2 deletions docker-files/Dockerfile.ubi.micro
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# Dockerfile to build CSI Metadata Retriever sidecar
# based on UBI-micro image
# Requires: RHEL host with subscription
# UBI Image: ubi8/ubi-micro:8.7-8
FROM registry.access.redhat.com/ubi8/ubi-micro:8.7-8
# UBI Image: ubi8/ubi-micro:8.8-1
FROM registry.access.redhat.com/ubi8/ubi-micro@sha256:ca61d14ebfdeaad344862694570a574adb2181f4339d3d2a2db93f20b6ccfe0e

LABEL vendor="Dell Inc." \
name="csi-metadata-retriever" \
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=registry.access.redhat.com/ubi8/ubi-micro:8.7-8
BASEIMAGE=registry.access.redhat.com/ubi8/ubi-micro:8.8-1
endif

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

0 comments on commit 1e1ff3c

Please sign in to comment.