Last active
January 11, 2025 23:07
-
-
Save recursivecodes/de91d317c25011161f8785e5fb32a11c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # create a TAR (from within the JDK 11 init image repo) | |
| $ tar cf jdk-12ea-init.tar func.init.yaml pom.xml src Dockerfile | |
| # build the init-image | |
| $ docker build -f Dockerfile-init -t jdk-12ea-init . | |
| # move back to your project directory, then run: | |
| $ fn init --init-image jdk-12ea-init atp-demo-fn-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you have the snippet for Dockerfile, func.init.yaml & Dockerfile-init