-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8bb9d3f
commit a89f096
Showing
5 changed files
with
99 additions
and
22 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
22 changes: 22 additions & 0 deletions
22
projects/kubernetes-sigs/image-builder/buildspecs/nutanix.yml
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,22 @@ | ||
version: 0.2 | ||
|
||
run-as: imagebuilder | ||
|
||
env: | ||
variables: | ||
HOME: "/home/imagebuilder" | ||
CLI_FOLDER: "projects/aws/image-builder" | ||
GOPATH: "/home/imagebuilder/go" | ||
secrets-manager: | ||
NUTANIX_CONNECTION_DATA: "nutanix_ci:nutanix_connection_data" | ||
|
||
phases: | ||
pre_build: | ||
run-as: root | ||
commands: | ||
- git config --global credential.helper '!aws codecommit credential-helper $@' | ||
- git config --global credential.UseHttpPath true | ||
|
||
build: | ||
commands: | ||
- if make check-for-supported-release-branch IMAGE_OS=$IMAGE_OS IMAGE_FORMAT=nutanix RELEASE_BRANCH=$RELEASE_BRANCH -C $PROJECT_PATH && make check-for-release-branch-skip -C $PROJECT_PATH; then make binaries -C $CLI_FOLDER && make release IMAGE_OS=$IMAGE_OS IMAGE_OS_VERSION=$IMAGE_OS_VERSION IMAGE_FORMAT=nutanix RELEASE_BRANCH=$RELEASE_BRANCH -C $PROJECT_PATH; fi |
12 changes: 12 additions & 0 deletions
12
projects/kubernetes-sigs/image-builder/expected-artifacts/expected_artifacts_nutanix
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,12 @@ | ||
EKSD_MANIFEST_URL | ||
KUBERNETES_VERSION | ||
SHA256SUM | ||
SHA256SUM.sha256 | ||
SHA256SUM.sha512 | ||
SHA512SUM | ||
SHA512SUM.sha256 | ||
SHA512SUM.sha512 | ||
packer.log | ||
$IMAGE_OS.img | ||
$IMAGE_OS.img.sha256 | ||
$IMAGE_OS.img.sha512 |