Skip to content
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

feat(ir): all in llb #941

Merged
merged 8 commits into from
Sep 28, 2022
Merged

feat(ir): all in llb #941

merged 8 commits into from
Sep 28, 2022

Conversation

kemingy
Copy link
Member

@kemingy kemingy commented Sep 27, 2022

Signed-off-by: Keming <kemingyang@tensorchord.ai>
Signed-off-by: Keming <kemingyang@tensorchord.ai>
Signed-off-by: Keming <kemingyang@tensorchord.ai>
Signed-off-by: Keming <kemingyang@tensorchord.ai>
@muniu-bot
Copy link

muniu-bot bot commented Sep 27, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kemingy

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@muniu-bot muniu-bot bot added the approved label Sep 27, 2022
Signed-off-by: Keming <kemingyang@tensorchord.ai>
base-images/build.sh Outdated Show resolved Hide resolved
pkg/types/envd.go Outdated Show resolved Hide resolved
Comment on lines +29 to +30
username: ${{ secrets.DOCKERIO_USERNAME }}
password: ${{ secrets.DOCKERIO_TOKEN }}
Copy link
Member Author

Choose a reason for hiding this comment

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

CI failed with "Error: Username and password required".

cc @gaocegege

Signed-off-by: Keming <kemingyang@tensorchord.ai>
Signed-off-by: Keming <kemingyang@tensorchord.ai>
Signed-off-by: Keming <kemingyang@tensorchord.ai>
@kemingy kemingy marked this pull request as ready for review September 28, 2022 08:54
@@ -69,15 +69,15 @@ changelog:
- '^chore:'
dockers:
- image_templates:
- "ghcr.io/tensorchord/envd-sshd-from-scratch:{{ .Version }}-amd64"
- "tensorchord/envd-sshd-from-scratch:v{{ .Version }}-amd64"
Copy link
Member Author

Choose a reason for hiding this comment

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

@kemingy
Copy link
Member Author

kemingy commented Sep 28, 2022

This needs to create a release to publish to the docker hub.

Already tested in my fork: kemingy#19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

feat(CD): Deprecate envd base images, use LLB to support envd prerequisite
2 participants