Skip to content

v0.7.1-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pst pst released this 28 Apr 08:51
· 424 commits to master since this release
5e722f0

Speed up automation runs by not rebuilding the container image every time

Instead of building the entire image on every automation run, the Dockerfile in the repository now specifies an upstream image using FROM. This approach gives a good balance between speeding up automation runs but keeping the ability to extend the container image with custom requirements like for example credential helpers or custom CAs to verify self-signed certificates.

Upgrade Notes

  1. Replace ci-cd/Dockerfile:

    echo "FROM kubestack/framework:v0.7.1-beta.0" >  ci-cd/Dockerfile
    
  2. Remove obsolete ci-cd/entrypoint:

    # before v0.7.0-beta.0 entrypoint was called nss-wrapper
    rm  ci-cd/entrypoint