Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c17an/carpenter
Build docker images with Conversational UI
https://github.com/c17an/carpenter
docker docker-image dockerfile
Last synced: 1 day ago
JSON representation
Build docker images with Conversational UI
- Host: GitHub
- URL: https://github.com/c17an/carpenter
- Owner: C17AN
- License: other
- Created: 2022-05-19T04:10:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T14:14:53.000Z (over 1 year ago)
- Last Synced: 2023-10-27T15:29:48.333Z (over 1 year ago)
- Topics: docker, docker-image, dockerfile
- Language: Go
- Homepage:
- Size: 2.35 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker builder
## 개요
M1 맥북에서 이미지를 빌드할 때마다 `docker build --platform=linux/amd64 -t .` 처럼 플랫폼을 배포용 클러스터에 맞춰야 했는데요, 빌드 시에 필요한 데이터를 정리해주는 대화형 CLI 툴을 제작하고자 합니다.
## 목표
**입력값**
- 도커파일 경로 (default : 현재 터미널 디렉토리) - input
- 타겟 아키텍처 정보 (default : amd64) - select
- 이미지 태그 (required) - input