Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xunleii/pulumi-docker-build-issues
https://github.com/xunleii/pulumi-docker-build-issues
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xunleii/pulumi-docker-build-issues
- Owner: xunleii
- Created: 2024-06-09T20:37:36.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T21:22:29.000Z (7 months ago)
- Last Synced: 2024-10-27T07:50:13.538Z (2 months ago)
- Language: TypeScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pulumi-docker-build - Example of issues with promise in Dockerfile
[![Open in GitHub Codespaces](https://img.shields.io/badge/Open_in_Github_Codespace-black?logo=github)](https://github.com/codespaces/new?hide_repo_select=true&ref=issue-96/allow-empty-inline-on-preview&repo=812770909)
## How to test ?
> I recommend to run this inside a DevContainer or in a Codespace because it automatically compile the "patched" binary.
> NOTE: This DevContainer is unfortunately slow to build and the first run can also be slow.```
yarn install
pulumi up
```If you want to use the latest release of the `pulumi-docker-build`, change the version inside the `package.json` then run
`yarn install`.## What has been tested ?
- [OK] Build an image with Dockerfile, without context and without build on preview
- [OK] Build an image without Dockerfile nor context and without build on preview
- [OK] Build an image without Dockerfile, with context and without build on preview
- [OK] Build an image with Dockerfile with unknown values, with context and without build on preview
- **[KO] Build an image with Dockerfile with unknown values, without context and without build on preview**
- [OK] Build an image with Dockerfile, without context and with build on preview
- [OK] Build an image without Dockerfile nor context and with build on preview
- [OK] Build an image without Dockerfile, with context and with build on preview
- **[KO] Build an image with Dockerfile with unknown values, with context and with build on preview**
- [OK] Build an image with Dockerfile with unknown values, without context and with build on preview