Giter Club home page Giter Club logo

buildkit-tekton's People

Contributors

dependabot[bot] avatar rumpl avatar vdemeester avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

buildkit-tekton's Issues

Setup CI

Most likely using github workflow, at least to start with ?

Use buildkit-tekton (stable) into github actions workflow

In order to dogfood, let's try to use mainly tekton pipeline in our CI
but on github workflow.

This most likely mean, define a "simple" (to begin with)
buildkit-tekton github action that is able to run it with tkn-local.

- uses: vdemeester/tkn-local@v1
  with:
    dirs: .tekton
    run: .tekton/pullrequest.yaml
    pipelines-as-code: true

Open questions

  • Should there be an option for tkn-pac so that we do tkn pac resolve … | tkn local run … ?
    I think so 😇

Support "arguments" when doing the "build"

Make it possible to pass arguments to the build. This would be useful for:

  • Overidding PipelineRun parameters
  • Pass secrets, configmap, …
  • Pass options to the frontend
  • Specify a "target" to run (if multiple runs)

Support `script` in Task

Create a file from the inline script and add it to right place (according to upstream tekton).
Can take inspiration of how heredoc are implemeted in the dockerfile frontend.

Support PodTemplate

Make sure we take into account PodTemplate when running Pipelines and Tasks

Initiate documentation

Create some documentation around how to use buildkit-tekton with docker, or buildkit itself, as well as options, shortcomings, …

Standalone runner

As of today, you can only use this frontend with docker build or buildctl (buildkitd). It would be more than nice if we could have a standalone binary that wouldn't require anything else than a container runtime (runc or crun).

See img for inspiration (see here

Load image configuration before run

Mimic what Docker does with FROM here. The idea is to resolve the image, and set the correct options to the state (mainly Run) so that we run in the "normal" conditions.

Better output in notty

As of today, using plain output (default when no tty) is relatively verbose and hard to read. We could do something closer to dagger's output instead:

2022-03-30-155004

Support a "context" (dir of resources)

The idea is to make it possible for buildkit-tekton to get read things from a context. That should help supporting multiple files and "fetching" TaskRef/PipelineRef

What about CustomTask ?

If we see a CustomTask (in a Pipeline) how should we act ?
Should we support some (matrix, …) or just error out ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.