-
Notifications
You must be signed in to change notification settings - Fork 2
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
Set up private registry on Amazon ECR #4031
Labels
+
[priority] High
compliance
[subject] Information and software security
demo
[process] To be demonstrated at the end of the sprint
demoed
[process] Successfully demonstrated to team
enh
[type] New feature or request
infra
[subject] Project infrastructure like CI/CD, build and deployment scripts
orange
[process] Done by the Azul team
ssp
[process] Resolution is reflected in SSP
Comments
theathorn
added
enh
[type] New feature or request
infra
[subject] Project infrastructure like CI/CD, build and deployment scripts
compliance
[subject] Information and software security
labels
Apr 4, 2022
hannes-ucsc
changed the title
Set-up Amazon Elastic Container Registry
Set up private registry on Amazon ECR
May 13, 2022
Diagram needs to be updated. |
done. |
hannes-ucsc
added a commit
that referenced
this issue
May 8, 2023
hannes-ucsc
added a commit
that referenced
this issue
May 12, 2023
hannes-ucsc
added a commit
that referenced
this issue
May 12, 2023
hannes-ucsc
added a commit
that referenced
this issue
May 13, 2023
hannes-ucsc
added a commit
that referenced
this issue
May 16, 2023
hannes-ucsc
added a commit
that referenced
this issue
May 16, 2023
hannes-ucsc
added a commit
that referenced
this issue
May 16, 2023
hannes-ucsc
added a commit
that referenced
this issue
May 19, 2023
hannes-ucsc
added a commit
that referenced
this issue
May 23, 2023
hannes-ucsc
added a commit
that referenced
this issue
May 23, 2023
hannes-ucsc
added a commit
that referenced
this issue
May 26, 2023
hannes-ucsc
added a commit
that referenced
this issue
May 30, 2023
hannes-ucsc
added a commit
that referenced
this issue
May 30, 2023
hannes-ucsc
added a commit
that referenced
this issue
Jun 2, 2023
99 tasks
hannes-ucsc
added a commit
that referenced
this issue
Jun 2, 2023
hannes-ucsc
added a commit
that referenced
this issue
Jun 3, 2023
hannes-ucsc
added a commit
that referenced
this issue
Jun 3, 2023
hannes-ucsc
added a commit
that referenced
this issue
Jun 4, 2023
hannes-ucsc
added a commit
that referenced
this issue
Jun 5, 2023
hannes-ucsc
added a commit
that referenced
this issue
Jun 5, 2023
For demo, show ECR in anvilprod. Show how public images are being mirrored into the private ECR as part of |
hannes-ucsc
added
demo
[process] To be demonstrated at the end of the sprint
demoed
[process] Successfully demonstrated to team
labels
Jun 6, 2023
updated in the ssp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
+
[priority] High
compliance
[subject] Information and software security
demo
[process] To be demonstrated at the end of the sprint
demoed
[process] Successfully demonstrated to team
enh
[type] New feature or request
infra
[subject] Project infrastructure like CI/CD, build and deployment scripts
orange
[process] Done by the Azul team
ssp
[process] Resolution is reflected in SSP
Also, make sure that
docker
running on the host in GitLab can only pull from that registry, and only images that a developer has manually uploaded to the registry. This might require some experimentation but I think it involves configuring the private registry as a mirror.For demo, SSH into thedev
instance of GitLab, pull an image that was previously uploaded to the private registry. The pull should succeed. You may need to delete the locally cached image to ensure that the image is actually pulled. Repeat with an image that was not uploaded to the private registry.The text was updated successfully, but these errors were encountered: