https://github.com/sclevine/buildpacks-oci
https://github.com/sclevine/buildpacks-oci
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sclevine/buildpacks-oci
- Owner: sclevine
- License: apache-2.0
- Created: 2016-08-19T15:18:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T03:00:20.000Z (over 7 years ago)
- Last Synced: 2025-01-18T06:29:06.221Z (3 months ago)
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Buildpacks for OCI - Proof of Concept
## Instructions
1. Do not clone this repo.2. Start any Dockerfile with:
```
FROM sclevine/buildpacks
```3. Put the Dockerfile in a CF app directory.
4. Build the Docker image: `docker build -t myapp .`
5. Run the app: `docker run -it --rm -p 8080:8080 myapp`
Limitations:
- Java JAR or WAR files must be unzipped
- No support for manifest.yml files