Download VaultCode Images
Artifactory Credentials
To download the credential for the VaultCode image, retrieve the Download-Link-File from the Securosys Support Portal Knowledge Base article. This file contains the credential necessary for downloading the software package.
Configuration Files
- Unix
- Web Browser (Windows)
Using the credentials you obtained above, you can download the Configuration Files by running the below command.
Currently the latest version is: VERSION=1.5.1
VERSION=latest
PASSWORD=<REPLACE_ME>
curl -L -u "robot.reader:${PASSWORD}" \
"https://securosys.jfrog.io/artifactory/vaultcode/${VERSION}/securosys_vaultcode-${VERSION}.zip" \
-o "securosys_vaultcode-${VERSION}.zip"
Using the credentials you obtained above, you can download the Configuration Files.
Docker Image
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/vaultcode/securosys-vaultcode:latest