Skip to content

Commit

Permalink
DRIVERS-3048 Use artifactory for container images (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Nov 18, 2024
1 parent 1a8dce7 commit 37b7acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .evergreen/docker/ubuntu18.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM artifactory.corp.mongodb.com/dockerhub/ubuntu:18.04

RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get -qq update && apt-get -qq -y install --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/docker/ubuntu20.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM artifactory.corp.mongodb.com/dockerhub/ubuntu:20.04

RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get -qq update && apt-get -qq -y install --no-install-recommends \
Expand Down

0 comments on commit 37b7acb

Please sign in to comment.