https://github.com/anjakammer/dockerfile-parser
Parses a Dockerfile file and outputs the last occurring value of a specified key
https://github.com/anjakammer/dockerfile-parser
dockerfile nodejs parser
Last synced: about 2 months ago
JSON representation
Parses a Dockerfile file and outputs the last occurring value of a specified key
- Host: GitHub
- URL: https://github.com/anjakammer/dockerfile-parser
- Owner: anjakammer
- License: mit
- Created: 2019-02-14T22:25:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:36:23.000Z (over 2 years ago)
- Last Synced: 2025-04-09T19:49:49.996Z (about 1 year ago)
- Topics: dockerfile, nodejs, parser
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
## Parses a Dockerfile file and outputs the last occurring value of a specified key
### Required Environment Variables
| Key | Description |
| -------------------|----------------------------------------|
| `DOCKERFILE_PATH` | path to parse of the Dockerfile |
| `KEY` | e.g. 'EXPOSE', 'FROM', 'ENV', ... |