Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 460 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 460 Bytes

updateBase Sample

What is in the sample?

This sample applies updates all the base OS packages. This can be used to resolve CVEs in the base packages

Building the sample

  • First build the ACE image or obtain one of the shipped images

  • In the sample/scripts/updateBase folder:

    docker build -t aceapp --build-arg FROMIMAGE=cp.icr.io/cp/appc/ace:13.0.1.0-r1 --file Dockerfile .