Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update payloads to using the ubuntu base image #180

Commits on Mar 28, 2023

  1. enclave-cc: Fix preInstall image tag / hostPath / mountPath

    We've updated the preInstall image to use Ubuntu 20.04 instead of
    CentOS, but we didn't fully reflect the changes for Enclave CC.
    
    Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
    fidencio committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1fa442f View commit details
    Browse the repository at this point in the history
  2. payloads: Update to an image using ubuntu as base

    Both Enclave CC and Kata Containers have switched to using a base image
    for their payloads, and we should make sure it works on our side.
    
    As part of the change, we need to update the hostPath / mountPath to
    reflect what's needed in order to be able to call `systemctl restart
    ...` using the new Ubuntu base image.
    
    Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
    fidencio committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    0d2a33f View commit details
    Browse the repository at this point in the history
  3. e2e: build custom kind node image

    Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
    mythi authored and fidencio committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    c0d0080 View commit details
    Browse the repository at this point in the history