Download VaultCode Images
This page provides the details on how to download the VaultCode container images.
Artifactory Credentials
To download the credentials for the VaultCode container images, retrieve the Download-Link-File from the Securosys Support Portal Knowledge Base article. This file contains the credential necessary for downloading the software package.
Productive Container Images
The productive container images are intended for running VaultCode inside the HSM.
- Unix
- Web Browser (Windows)
Using the credentials you obtained above, you can download the Configuration Files by running the below command.
Current latest version is: VERSION=v2.0.2
VERSION=v2.0.2
PASSWORD=<REPLACE_ME>
curl -L -u "robot.reader:${PASSWORD}" \
"https://securosys.jfrog.io/artifactory/vault-containers/securosys-vault-code/${VERSION}/securosys-vault-code-container-bundle.zip" \
-o "securosys-vault-code-container-bundle-${VERSION}.zip"
Using the credentials you obtained above, you can download the Container Files.
This .zip file contains 2 files:
- A
.containerfile that holds the container image and a signature (that the HSM reads to verify the validity of the image). - A
.yamlfile for the application configuration.
Next, continue with Configuring the containers in preparation for uploading them to your HSM.
Testing Container Images
The testing container images are intended for running VaultCode outside of the HSM. Running outside is for testing only, and does not provide the intended integrity guarantees.
- Unix
- Web Browser (Windows)
Using the credentials you obtained above, you can download the Configuration Files by running the below command.
Current latest version is: VERSION=v2.0.2
VERSION=latest
PASSWORD=<REPLACE_ME>
curl -L -u "robot.reader:${PASSWORD}" \
"https://securosys.jfrog.io/artifactory/vault-code/${VERSION}/Securosys_vault-code-${VERSION}.zip" \
-o "securosys_vaultcode-${VERSION}.zip"
Using the credentials you obtained above, you can download the Configuration Files.
Use the commands below to log in to the Securosys container registry and to pull the VaultCode Docker image.
docker login securosys.jfrog.io -u robot.reader
docker pull securosys.jfrog.io/vault-containers/securosys-vault-containers:2.0.2