8000 Migrate from DockerHub to ACR by csegarragonz · Pull Request #730 · faasm/faasm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Migrate from DockerHub to ACR #730

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 14 commits into from
Mar 15, 2023
Merged

Migrate from DockerHub to ACR #730

merged 14 commits into from
Mar 15, 2023

Conversation

csegarragonz
Copy link
Collaborator
@csegarragonz csegarragonz commented Mar 15, 2023

In this PR I move our container registry from DockerHub to ACR. Unfortunately, docker is sunsetting the free organisation plan that we were using.

@@ -23,7 +23,10 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
container:
image: faasm/cli:0.9.4
image: faasm.azurecr.io/cli:0.9.5
credentials:
Copy link
Collaborator Author
@csegarragonz csegarragonz Mar 15, 2023

Choose a reason for hiding this comment

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

The faasm.azurecr.io container registry is configured with --anonymous-pull-enabled so that images are still readily available to be used by anyone.

That being said, and given that this is a configurable option, I also include the credentials for pulling.

@csegarragonz csegarragonz marked this pull request as ready for review March 15, 2023 12:35
@csegarragonz csegarragonz requested a review from Shillaker March 15, 2023 13:53
@csegarragonz csegarragonz merged commit 6e943c8 into main Mar 15, 2023
@csegarragonz csegarragonz deleted the acr branch March 15, 2023 16:35
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.

1 participant
0