Ivo Jimenez

Results 31 issues of Ivo Jimenez

Add a test for the k8s runner that checks that a workflow that builds images using buildkit works. For a guide on how a workflow would use buildkit, see [here](https://github.com/getpopper/popper/blob/master/docs/sections/guides.md#building-images-using-buildkit)....

Proposal to add an `image` attribute for steps that can be used instead of the `uses` one, with the following: ```yaml steps: - image: name: myregistry.io/myorg/myrepo tags: - tag1 -...

write an overview section that introduces: * container-native concept * technologies involved * how popper fits in these conceptualization

good first issue

Add colors to output to improve what's being shown on the terminal. For this, we can color the square-bracketed prefix that we print currently. For example, this: ``` [my action]...

good first issue

It would be nice if one could execute an arbitrary command on a container (using docker-py's `exec_create`, `exec_run` and `exec_inspect`). Something like: ``` bash maestro exec echo "hello world" ```

feature-request

AFAIK, CBT assumes that Ceph is installed on the host, right? If this is the case, would you welcome a PR that implements support for a containerized setting?

When running `make install`: ``` -- Installing: /usr/local/lib/libtlx.a CMake Error at extlib/foxxll/cmake_install.cmake:36 (file): file INSTALL cannot find "/thrill/extlib/foxxll/include/foxxll.h". Call Stack (most recent call first): cmake_install.cmake:39 (include) make: *** [install] Error...

Use `goreleaser` for creating/publishing RPK binaries. To test locally, install `goreleaser` and then: ``` cd src/go/rpk goreleaser r --rm-dist --snapshot ``` The `--snapshot` above makes the build skip notarization for...

area/rpk
area/build

It would be nice if the buttons in the composed window could gain focus by pressing more than once (eg. moves focus to 'Update', next to 'compose message', next to...

when composing a tweet, it would be nice if the focus of the 'Update' button could be gained by typing , in which case by then typing the post would...