/var/lib/sealer/data/my-cluster/rootfs/registry/docker, 这个目录下存放的是历史容器镜像的一些文件吗?是否可以做清理? #3112
This file contains 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
name: Invite user to join our group | |
on: | |
issue_comment: | |
types: | |
- created | |
jobs: | |
issue_comment: | |
name: Invite user to join our group | |
if: ${{ github.event.comment.body == '/invite' }} | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- name: Invite user to join our group | |
uses: peter-evans/create-or-update-comment@v1 | |
with: | |
issue-number: ${{ github.event.issue.number }} | |
body: | | |
It's my pleasure to invite you to join us : | |
Sealer dingtalk group : 34619594 | |
Mail list : [email protected] | |
Developer please add my dingtalk or wechat : fangnux |