Last active
July 23, 2019 02:01
-
-
Save svpernova09/c57c1bc708057c4322e47e8bd670b8b3 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
C:\Users\halo\Code\bento\packer_templates\centos (fix-hyper-v-variable-names) | |
λ packer validate centos-5.11-i386.json | |
Template validation succeeded, but there were some warnings. | |
These are ONLY WARNINGS, and Packer will attempt to build the | |
template despite them, but they should be paid attention to. | |
Warnings for build 'vmware-iso': | |
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx | |
template. This may cause your build to fail or behave unpredictably: numvcpus, memsize | |
C:\Users\halo\Code\bento\packer_templates\centos (fix-hyper-v-variable-names) | |
λ packer validate centos-5.11-x86_64.json | |
Template validation succeeded, but there were some warnings. | |
These are ONLY WARNINGS, and Packer will attempt to build the | |
template despite them, but they should be paid attention to. | |
Warnings for build 'vmware-iso': | |
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx | |
template. This may cause your build to fail or behave unpredictably: numvcpus, memsize | |
C:\Users\halo\Code\bento\packer_templates\centos (fix-hyper-v-variable-names) | |
λ packer validate centos-6.10-i386.json | |
Template validation succeeded, but there were some warnings. | |
These are ONLY WARNINGS, and Packer will attempt to build the | |
template despite them, but they should be paid attention to. | |
Warnings for build 'vmware-iso': | |
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx | |
template. This may cause your build to fail or behave unpredictably: numvcpus, memsize | |
C:\Users\halo\Code\bento\packer_templates\centos (fix-hyper-v-variable-names) | |
λ packer validate centos-6.10-x86_64.json | |
Template validation succeeded, but there were some warnings. | |
These are ONLY WARNINGS, and Packer will attempt to build the | |
template despite them, but they should be paid attention to. | |
Warnings for build 'vmware-iso': | |
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx | |
template. This may cause your build to fail or behave unpredictably: numvcpus, memsize | |
C:\Users\halo\Code\bento\packer_templates\centos (fix-hyper-v-variable-names) | |
λ packer validate centos-7.6-x86_64.json | |
Template validation succeeded, but there were some warnings. | |
These are ONLY WARNINGS, and Packer will attempt to build the | |
template despite them, but they should be paid attention to. | |
Warnings for build 'vmware-iso': | |
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx | |
template. This may cause your build to fail or behave unpredictably: numvcpus, memsize | |
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
C:\Users\halo\Code\bento\packer_templates\ubuntu (fix-hyper-v-variable-names) | |
λ packer validate ubuntu-16.04-amd64.json | |
Template validation succeeded, but there were some warnings. | |
These are ONLY WARNINGS, and Packer will attempt to build the | |
template despite them, but they should be paid attention to. | |
Warnings for build 'vmware-iso': | |
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx template. This may cause your build to fail or behave unpredictably: numvcpus, memsize | |
C:\Users\halo\Code\bento\packer_templates\ubuntu (fix-hyper-v-variable-names) | |
λ packer validate ubuntu-18.04-amd64.json | |
Template validation succeeded, but there were some warnings. | |
These are ONLY WARNINGS, and Packer will attempt to build the | |
template despite them, but they should be paid attention to. | |
Warnings for build 'vmware-iso': | |
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx template. This may cause your build to fail or behave unpredictably: numvcpus, memsize | |
C:\Users\halo\Code\bento\packer_templates\ubuntu (fix-hyper-v-variable-names) | |
λ packer validate ubuntu-18.10-amd64.json | |
Template validation succeeded, but there were some warnings. | |
These are ONLY WARNINGS, and Packer will attempt to build the | |
template despite them, but they should be paid attention to. | |
Warnings for build 'vmware-iso': | |
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx template. This may cause your build to fail or behave unpredictably: numvcpus, memsize | |
C:\Users\halo\Code\bento\packer_templates\ubuntu (fix-hyper-v-variable-names) | |
λ packer validate ubuntu-19.04-amd64.json | |
Template validation succeeded, but there were some warnings. | |
These are ONLY WARNINGS, and Packer will attempt to build the | |
template despite them, but they should be paid attention to. | |
Warnings for build 'vmware-iso': | |
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx template. This may cause your build to fail or behave unpredictably: numvcpus, memsize |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment