Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewbaxter/terraform-provider-dinker
Terraform provider for Dinker, dinky docker image builder
https://github.com/andrewbaxter/terraform-provider-dinker
Last synced: about 23 hours ago
JSON representation
Terraform provider for Dinker, dinky docker image builder
- Host: GitHub
- URL: https://github.com/andrewbaxter/terraform-provider-dinker
- Owner: andrewbaxter
- License: isc
- Created: 2022-12-28T10:53:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T14:54:07.000Z (10 months ago)
- Last Synced: 2024-06-21T06:43:43.205Z (5 months ago)
- Language: Go
- Size: 315 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This provider generates an OCI/Docker image and pushes it to a location of your choice. It uses [dinker](https://github.com/andrewbaxter/dinker) for building the image, which requires no privileges and is very fast, but can only add files.
# Installation with Terraform CDK
Run
```
cdktf provider add andrewbaxter/dinker
```# Installation with Terraform
See the dropdown on the Registry page.
# Documentation
See the Registry or look at `docs/`.
# Building
Make sure git submodules are cloned and up to date with `git submodule update --init`.
Run
```
./build.sh
```This will generate the source files and render the docs.