-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added krknctl types to krkn baseimage for global variables (#741)
* added krknctl types to krkn baseimage for global variables fixed * fixed dockerfile * dockerfile compile script fix
- Loading branch information
1 parent
667798d
commit 4fea1a3
Showing
4 changed files
with
408 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" | ||
cd "$SCRIPT_DIR" | ||
export KRKNCTL_INPUT=$(cat krknctl-input.json|tr -d "\n") | ||
|
||
envsubst '${KRKNCTL_INPUT}' < Dockerfile.template > Dockerfile |
Oops, something went wrong.