Feat: Push the lunettes image to both dockerhub and acr#114
Open
linuzb wants to merge 5 commits intoalipay:mainfrom
Open
Feat: Push the lunettes image to both dockerhub and acr#114linuzb wants to merge 5 commits intoalipay:mainfrom
linuzb wants to merge 5 commits intoalipay:mainfrom
Conversation
18f742c to
dad352f
Compare
a5707cc to
a6c83b8
Compare
Collaborator
Author
|
resolve #113 |
d3c3mber
reviewed
Jun 13, 2024
| runs-on: ubuntu-latest | ||
| steps: | ||
| # Free disk space | ||
| - name: Free disk space 🧹 |
Collaborator
There was a problem hiding this comment.
is this icon written here on purpose :D
Collaborator
Author
There was a problem hiding this comment.
This code snippet is references the usage of another project jupyter/docker-stacks, which also encounters the problem of disk full.
Collaborator
|
thank you @linuzb 🎉 |
d3c3mber
reviewed
Jun 13, 2024
deploy/helm/lunettes/values.yaml
Outdated
| cpu: 100m | ||
| memory: 512Mi | ||
|
|
||
| # jaejer |
Collaborator
Author
There was a problem hiding this comment.
All jaejer typo have been modified
d3c3mber
reviewed
Jun 13, 2024
| @@ -0,0 +1,64 @@ | |||
| #!/bin/bash | |||
Collaborator
There was a problem hiding this comment.
maybe we can have a better word than "convert image" ?
Collaborator
Author
There was a problem hiding this comment.
Replace "convet image" with "image transfer", which means that copy the image from one registry to another.
Or maybe we can name it "image syncer"?
9fe217e to
3d3c595
Compare
Signed-off-by: linuzb <levizebulon@gmail.com>
Signed-off-by: linuzb <levizebulon@gmail.com>
Signed-off-by: linuzb <levizebulon@gmail.com>
Signed-off-by: linuzb <levizebulon@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The purpose of this pr is to speed up the deployment of lunettes by Chinese users by pushing images to a repository deployed in China (aliyun image regitstry). Users in different regions can choose different repositories for accelerated mirror downloads.
This pr has four main changes