ActiveState managed containers can be integrated into your CI/CD easily. Your requirements may vary, but the following are some ways you may choose to use your container.
docker-compose.yaml
filedockerfile
FROM <new-image-link>
values.yaml
filekubectl
skopeo copy docker://docker.io/library/nginx:1.27 \
docker://registry.corp.local/nginx:1.27
ActiveState managed containers are kept up to date with CVEs remediated in accordance with your ActiveState SLA. To ensure you are using the most secure, latest container from ActiveState, be sure to include the latest tag in your container image name.
FROM activestate/<image-name>:latest