The following packer builders are currently supported:
- VirtualBox
Requirements:
- packer (tested with version 1.7.10)
- VirtualBox (tested with version 6.1.32)
Build:
# Build the base image
cd sharemind-sdk-base
packer build packer.json
cd ..
# Build the SDK from the base image
cd sharemind-sdk
packer build -var-file=variables.json packer.json
packer build -var-file=variables.json packer-minimize.json # optional, for shrinking VM image
Copyright (C) 2023 Cybernetica
Research/Commercial License Usage
Licensees holding a valid Research License or Commercial License
for the Software may use this file according to the written
agreement between you and Cybernetica.
GNU General Public License Usage
Alternatively, this file may be used under the terms of the GNU
General Public License version 3.0 as published by the Free Software
Foundation and appearing in the file LICENSE.GPL included in the
packaging of this file. Please review the following information to
ensure the GNU General Public License version 3.0 requirements will be
met: http://www.gnu.org/copyleft/gpl-3.0.html.
For further information, please contact us at [email protected].