Ensure that you complete the prerequisites and complete the configuration for an air-gapped environment.
Load Exposure and Contextual Analysis Images
You must load exposure and contextual analysis images to all k3s VMs.
Download images on a machine that has Internet connection.
docker pull --platform=linux/amd64 releases-docker.jfrog.io/jfrog/xray-jas-exposures:<XRAY_VERSION> docker pull --platform=linux/amd64 releases-docker.jfrog.io/jfrog/xray-jas-contextual-analysis:<XRAY_VERSION>
Save the images as tar files.
docker save releases-docker.jfrog.io/jfrog/xray-jas-exposures:<XRAY_VERSION> > jas_exposure.tar docker save releases-docker.jfrog.io/jfrog/xray-jas-contextual-analysis:<XRAY_VERSION> > jas_contextual_analysis.tar
Copy the tar files to all k3s nodes and load with the following commands.
k3s ctr images import jas_exposure.tar k3s ctr images import jas_contextual_analysis.tar