An open API service indexing awesome lists of open source software.

https://github.com/mikeshultz/pulumi-dockerfile-testcase


https://github.com/mikeshultz/pulumi-dockerfile-testcase

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Dockerfile issue testcase

Issue showing that `dockerfile` arg on `Image` has no effect.

To run:

```bash
pulumi up -s dev
```

Output:

```
Diagnostics:
docker:index:Image (image):
error: could not open dockerfile at relative path Dockerfile: stat Dockerfile: no such file or directory

pulumi:pulumi:Stack (pulumi-dockerfile-testcase-dev):
error: Resource monitor has terminated, shutting down
```