Skip to content

Use Artifactory to obtain Docker images #1794

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

eramongodb
Copy link
Contributor

Verified by this patch.

Appends a docker login command prior to Earthly/Docker commands and uses the custom Earthly buildkit image in tools/earthly.sh as done in mongodb/libmongocrypt#911.

The Ubuntu 20.04 distro is dropped from the list due to the following obtuse error:

Error saving credentials: error storing credentials - err: exit status 1, out: `not implemented`

@eramongodb eramongodb requested a review from kevinAlbs November 18, 2024 17:41
@eramongodb eramongodb self-assigned this Nov 18, 2024
Copy link
Collaborator

@kevinAlbs kevinAlbs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, and thank you. This reminded me the step to authenticate was needed. Updated the libmongocrypt PR accordingly.

@eramongodb eramongodb merged commit 9c0a2f5 into mongodb:master Nov 18, 2024
42 of 44 checks passed
@eramongodb eramongodb deleted the cdriver-docker branch November 18, 2024 18:19
kevinAlbs added a commit to kevinAlbs/libmongocrypt that referenced this pull request Nov 18, 2024
To avoid "not implemented" error referenced in mongodb/mongo-c-driver#1794
kevinAlbs added a commit to mongodb/libmongocrypt that referenced this pull request Nov 18, 2024
* replace dockerhub references with artifactory
* install `make` to build clang-format
* remove ubuntu2004 from docker distros.
  * Avoids "not implemented" error referenced in mongodb/mongo-c-driver#1794
* replace ubuntu1804 with ubuntu2204 in docker distros
  * Agrees with Evergreen distro best practices.
* pass `--persist-build=false` to avoid internal use of Docker Hub
joshbsiegel pushed a commit to joshbsiegel/libmongocrypt that referenced this pull request Nov 18, 2024
* replace dockerhub references with artifactory
* install `make` to build clang-format
* remove ubuntu2004 from docker distros.
  * Avoids "not implemented" error referenced in mongodb/mongo-c-driver#1794
* replace ubuntu1804 with ubuntu2204 in docker distros
  * Agrees with Evergreen distro best practices.
* pass `--persist-build=false` to avoid internal use of Docker Hub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants