DEV Community

lara
lara

Posted on • Originally published at hyscale.io

Vulnerability management tools - Stack Images

HyScale enterprise platform has pre-installed OS images. It provides an option to import distroless images as well from external and use it as a base image. Think of its structure as a stack of objects. OS image as a base, then stack image, and finally, application artifacts at the top level where the users take care of this stage.

If you take a deeper look at any microservice container image, there are broadly three categories of packages installed inside.

OS level packages – packages that come along with the chosen operating system
Stack packages – jdk, python, tomcat etc.
Application artifact – war files, jar files, python packages, go binary, etc. This is the variable part where the code resides

Top comments (0)

Billboard image

Try REST API Generation for Snowflake

DevOps for Private APIs. Automate the building, securing, and documenting of internal/private REST APIs with built-in enterprise security on bare-metal, VMs, or containers.

  • Auto-generated live APIs mapped from Snowflake database schema
  • Interactive Swagger API documentation
  • Scripting engine to customize your API
  • Built-in role-based access control

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay