The presentation at DockerCon 2019, inspired by a line from Star Trek: First Contact, focused on the efficient management of Docker images, particularly in handling data and configuration changes without creating new images for each update. By capturing a container’s persistent data from a Docker volume, this data can be versioned and promoted in Artifactory, facilitating deployment while maintaining security through JFrog Xray scans. The discussion included practical examples using Jenkins servers, showcasing how Docker volumes streamline updates for plugins and jobs without necessitating frequent image changes. This method not only reduces the number of updates in a Docker registry but also enhances data security, making it highly beneficial for maintaining consistent environments. The talk encouraged users to explore JFrog Artifactory for managing these processes and provided guidance on utilizing Docker volumes effectively in conjunction with Artifactory for optimized software deployment.