https://github.com/oam-dev/docker-terraform-base
Deprecated. Please refer to https://github.com/oam-dev/docker-terraform
https://github.com/oam-dev/docker-terraform-base
Last synced: 4 months ago
JSON representation
Deprecated. Please refer to https://github.com/oam-dev/docker-terraform
- Host: GitHub
- URL: https://github.com/oam-dev/docker-terraform-base
- Owner: oam-dev
- License: apache-2.0
- Created: 2021-07-12T15:52:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T03:26:16.000Z (over 4 years ago)
- Last Synced: 2025-06-15T07:49:32.917Z (12 months ago)
- Language: Dockerfile
- Homepage:
- Size: 8.98 MB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Terraform Base
Source code for the base docker image of https://github.com/oam-dev/docker-terraform
# Image build
Run `git lfs track ".terraform.d/**"` to store all large files in GitHub.
- Add more providers or update a provider
- Push changes to GitHub
- Push the package
```shell
docker build -t oamdev/docker-terraform-base:$Tag .
docker push oamdev/docker-terraform-base:$Tag
```