https://github.com/delabassee/fn-kotlin-init-image
Fn Docker Init Image for creating Kotlin functions
https://github.com/delabassee/fn-kotlin-init-image
docker-image fnproject kotlin serverless
Last synced: 3 months ago
JSON representation
Fn Docker Init Image for creating Kotlin functions
- Host: GitHub
- URL: https://github.com/delabassee/fn-kotlin-init-image
- Owner: delabassee
- License: apache-2.0
- Created: 2018-09-04T08:48:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T16:02:55.000Z (over 7 years ago)
- Last Synced: 2025-04-23T16:19:37.147Z (over 1 year ago)
- Topics: docker-image, fnproject, kotlin, serverless
- Language: Dockerfile
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fn Docker Init Image for creating Kotlin functions
For more details on *init-image*, see [here](https://medium.com/fnproject/even-wider-language-support-in-fn-with-init-images-a7a1b3135a6e) and [here](https://github.com/fnproject/docs/blob/master/cli/how-to/create-init-image.md).
### Tar all the functions boilerpaltes
`tar -cf kotlin-init.tar Dockerfile func.init.yaml pom.xml src/`
### Build the Docker init-image that will spit out that boilerplate tar
`docker build -t kotlin-init -f Dockerfile-init .`
### Test the init-image
`fn init --init-image=kotlin-init`