Skip to content

Commit

Permalink
Merge pull request #1847 from OpenC3/minio
Browse files Browse the repository at this point in the history
Update MINIO
  • Loading branch information
jmthomas authored Jan 21, 2025
2 parents 2688982 + 54362dc commit fb1a8ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openc3-cosmos-init/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG OPENC3_NAMESPACE=openc3inc
ARG OPENC3_TAG=latest
ARG OPENC3_NODE_IMAGE=openc3-node
ARG OPENC3_BASE_IMAGE=openc3-base
ARG OPENC3_MC_RELEASE=RELEASE.2024-11-21T17-21-54Z
ARG OPENC3_MC_RELEASE=RELEASE.2025-01-17T23-25-50Z

FROM ${OPENC3_DEPENDENCY_REGISTRY}/minio/mc:${OPENC3_MC_RELEASE} AS minio-mc
FROM ${OPENC3_REGISTRY}/${OPENC3_NAMESPACE}/${OPENC3_NODE_IMAGE}:${OPENC3_TAG} AS openc3-frontend-tmp
Expand Down
2 changes: 1 addition & 1 deletion openc3-minio/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG OPENC3_DEPENDENCY_REGISTRY=docker.io
# Consider updating openc3_build_ubi.sh when changing the release version
ARG OPENC3_MINIO_RELEASE=RELEASE.2024-12-18T13-15-44Z
ARG OPENC3_MINIO_RELEASE=RELEASE.2025-01-18T00-31-37Z
FROM ${OPENC3_DEPENDENCY_REGISTRY}/minio/minio:${OPENC3_MINIO_RELEASE}

COPY cacert.pem /devel/cacert.pem
Expand Down
2 changes: 2 additions & 0 deletions scripts/linux/openc3_build_ubi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ docker build \
cd ..

# openc3-cosmos-init
# NOTE: Ensure OPENC3_MC_RELEASE is on IronBank:
# https://ironbank.dso.mil/repomap/details;registry1Path=opensource%252Fminio%252Fmc
# NOTE: RELEASE.2023-10-14T01-57-03Z is the last MINIO/MC release to support UBI8
cd openc3-cosmos-init
docker build \
Expand Down

0 comments on commit fb1a8ad

Please sign in to comment.