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

1721 enki convert image #96

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

Commits on Sep 29, 2023

  1. WIP

    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    jimmykarily committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    e5987cf View commit details
    Browse the repository at this point in the history
  2. Remove unecessary code

    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    jimmykarily committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d741783 View commit details
    Browse the repository at this point in the history
  3. [WIP] Run kaniko

    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    jimmykarily committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    427ccc3 View commit details
    Browse the repository at this point in the history
  4. Update example

    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    jimmykarily committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7364f52 View commit details
    Browse the repository at this point in the history
  5. Make it work (with hardcoded path)

    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    jimmykarily committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3117e31 View commit details
    Browse the repository at this point in the history
  6. [WIP] Write test

    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    jimmykarily committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    459ca89 View commit details
    Browse the repository at this point in the history
  7. [WIP] Refactor to add a test for the converter action

    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    jimmykarily committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    791b780 View commit details
    Browse the repository at this point in the history
  8. Don't assume /bin/sh is there in the base image

    In other words, don't run `RUN` commands that might not be there.
    Ideally all `RUN` commands should run on the builder stage and at the
    final step, we just copy everything over.
    
    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    jimmykarily committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    2f0d06b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Add earthly target to build the enki image

    Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
    jimmykarily committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    429e9be View commit details
    Browse the repository at this point in the history