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

On culster scaffolding rootfull midstream #855

Closed

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    3e295df View commit details
    Browse the repository at this point in the history
  2. Prepare util image to accomodate multiple cmds

    As of now func-util image has only one command of our own -- "deploy".
    This commits prepares grounds for one additional command named "scaffolding".
    The commands will be implemented in one binary and dispatched over
    argv[0] using symlinks. Kinda like busybox does.
    
    Signed-off-by: Matej Vašek <matejvasek@gmail.com>
    matejvasek committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    99585fe View commit details
    Browse the repository at this point in the history
  3. Add scaffolding for on-cluster build

    Added new build step in tekton pipeline that scaffolds main() for Go
    porject when using s2i builder.
    
    Signed-off-by: Matej Vašek <matejvasek@gmail.com>
    matejvasek committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ae86af9 View commit details
    Browse the repository at this point in the history
  4. Better docker build caching

    This will cache dependencies between docker builds.
    
    Signed-off-by: Matej Vašek <matejvasek@gmail.com>
    matejvasek committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    de9b509 View commit details
    Browse the repository at this point in the history
  5. fixup: perms

    Signed-off-by: Matej Vašek <matejvasek@gmail.com>
    matejvasek committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a2457f1 View commit details
    Browse the repository at this point in the history
  6. fixup: remove broken check

    Signed-off-by: Matej Vašek <matejvasek@gmail.com>
    matejvasek committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3d1fec1 View commit details
    Browse the repository at this point in the history
  7. fixup: remove test because of 'no space left on device'

    Signed-off-by: Matej Vašek <matejvasek@gmail.com>
    matejvasek committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b9e60fc View commit details
    Browse the repository at this point in the history
  8. Make func-util rootfull

    Signed-off-by: Matej Vašek <matejvasek@gmail.com>
    matejvasek committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4db627c View commit details
    Browse the repository at this point in the history
  9. [TESTING] [TO BE REVERTED] setup testing image

    Signed-off-by: Matej Vašek <matejvasek@gmail.com>
    matejvasek committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f4148c4 View commit details
    Browse the repository at this point in the history