Skip to content

Commit

Permalink
Use latest 8.9 ubi-minimal image
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Mar 8, 2024
1 parent 125ae1e commit 040d03a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/images/Dockerfile.finish
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN cd cmd/finish && CGO_ENABLED=0 go build -o /usr/local/bin/ods-finish

# Final image
# ubi-micro cannot be used as it misses the ca-certificates package.
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
COPY --from=builder /usr/local/bin/ods-finish /usr/local/bin/ods-finish
VOLUME /workspace/source
USER 1001
2 changes: 1 addition & 1 deletion build/images/Dockerfile.pipeline-manager
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN cd cmd/pipeline-manager && CGO_ENABLED=0 go build -o /usr/local/bin/pipeline

# Final image
# ubi-micro cannot be used as it misses the ca-certificates package.
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
COPY --from=builder /usr/local/bin/pipeline-manager /usr/local/bin/pipeline-manager
EXPOSE 8080
CMD pipeline-manager
Expand Down
2 changes: 1 addition & 1 deletion build/images/Dockerfile.start
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN cd /tmp \
&& git lfs version

# Final image
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9

ENV GIT_VERSION=2.39 \
OPENSSH_CLIENTS_VERSION=8.0
Expand Down
2 changes: 1 addition & 1 deletion docs/design/software-design-specification.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ a| The script installs the Helm chart located in `deploy/chart`. Further, it:

| SDS-EXT-2
| Red Hat Universal Base Image 8 Minimal
| 8.4
| 8.9
| Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. It is maintained by Red Hat and updated regularly.
| https://catalog.redhat.com/software/containers/ubi8/ubi-minimal/5c359a62bed8bd75a2c3fba8

Expand Down

0 comments on commit 040d03a

Please sign in to comment.