https://github.com/yanghao5/myimages
https://github.com/yanghao5/myimages
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yanghao5/myimages
- Owner: yanghao5
- Created: 2024-11-10T19:15:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-08T09:22:23.000Z (about 2 months ago)
- Last Synced: 2025-04-08T10:27:47.814Z (about 2 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker ssh
# Debian
```
# default build
make debian127
# set apt mirror and image tag
make debian127 apt=aliyun tag=debianssh:01
```# LLVM
```
# default build
make llvm17# set base image and image tag
make llvm17 image=debianssh:01 tag=llvmop:01
```# build clean
```
# NB
# it will remove all prune resource
make clean
```