academy
academy copied to clipboard
mayuthombre/c03-docker01
Description
Exercise: c03 docker01
Student Name: Mayuresh Thombre
A brief explanation of what has been done. Create a new docker image named da-terraform with the tag c03-docker-e01 that will have the following pre requisites:
Final image is based from alpine. You can make use of multi-stage build using any image you want on other stages. Terraform cli installed version 0.12.20 Make sure that the final image is smaller than 80Mb When the image runs, it should output the version of the terraform cli tool:
Type of change
- [x] Exercise Submission (one exercise per PR)
- [x] This PR is just for one exercise of a class
- [x] PR name follows the pattern
<github-username>/<exercise-number> - [x] Added exercise files inside folder
/classes/<class- number>/exercises/<exercise-number>/<github-username>/- [x] Review exercise submission steps
- [ ] Class content (instructors/admins)
- [ ] Documentation update
- [ ] Repo management