Skip to content

Commit c98d4cf

Browse files
authored
Update Dockerfile to reflect changes in S3 (#308)
1 parent 22f269c commit c98d4cf

File tree

1 file changed

+1
-1
lines changed
  • dockerfiles/mongodb-enterprise-ops-manager/8.0.0/ubi

1 file changed

+1
-1
lines changed

dockerfiles/mongodb-enterprise-ops-manager/8.0.0/ubi/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ COPY --from=base /data/scripts /opt/scripts
4949

5050

5151

52-
RUN curl --fail -L -o ops_manager.tar.gz https://s3.amazonaws.com/mongodb-mms-build-onprem/441df54b742c8fd372d91a6dd79b4a42f4d33837/mongodb-mms-8.0.0.500.20240924T1611Z.tar.gz \
52+
RUN curl --fail -L -o ops_manager.tar.gz https://downloads.mongodb.com/on-prem-mms/tar/mongodb-mms-8.0.0.500.20240924T1611Z.tar.gz \
5353
&& tar -xzf ops_manager.tar.gz \
5454
&& rm ops_manager.tar.gz \
5555
&& mv mongodb-mms* "${MMS_HOME}"

0 commit comments

Comments
 (0)