Cookies are used to collect information about you. Nexus uses this information to give you a better experience of the website (functional) and to count the pages you visit (statistics).
Click OK to give Nexus your consent to use cookies. Read more about Nexus' cookie policy.
Log 4J vulnerability information for Digital Access
As stated on Nexus DOC it is highly recommended to upgrade Digital Access to version 6.1.1 or later. If this is not possible, an option is presented in this article on how to patch the Digital Access images directly.
Internet access is required when fetching the Alpine image used for the tar operation. If your network is air-gapped, please contact Nexus support on how to prepare the Alpine image and how to manually upload it to the environment running the Digital Access images.
Prerequisites
Prerequisites
It is recommended to patch all Java based Digital Access services:
Backup the docker-compose.yml file and then change the image to, for example: log4j-patch/policy-service:6.0.7.73936
Restart containers
Restart the containers:
CODE
// In case of docker-swarm
docker stack rm da //where da is the deployment stack name
bash /opt/nexus/scripts/start-all.sh // to start the services
// Other setups
docker-compose down
docker-compose up -d
Rollback
If something goes wrong, revert by doing:
Restore original image in the docker-compose.yml file and restart the containers.
Clean-up
Remove local image when no longer needed. The container must first be stopped and then removed:
CODE
docker image rm [IMAGE ID]
JavaScript errors detected
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.