https://github.com/raravindds/multistagedockerbuildpratice
https://github.com/raravindds/multistagedockerbuildpratice
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raravindds/multistagedockerbuildpratice
- Owner: RAravindDS
- Created: 2023-04-19T03:28:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T12:46:27.000Z (about 2 years ago)
- Last Synced: 2025-01-11T02:52:03.685Z (5 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MultiStageDockerBuildPratice
# Distorless Image
- https://github.com/GoogleContainerTools/distroless## commands
```bash
docker build -t withmultistage .
docker build -t withoutmultistage .
docker images | head -1
```