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.
Using Docker
docker-compose.yaml
filedockerfile
FROM <new-image-link>
Build straight into your Kubernetes cluster
values.yaml
filekubectl
Update your local docker registry / artifact repository with a tool like Skopeo, etc.
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