Skip to content

Releases: eunomie/docker-runx

v0.0.11

10 Oct 00:59
fb9c479
Compare
Choose a tag to compare
doc: update readme and examples

Signed-off-by: Yves Brissaud <[email protected]>

v0.0.10

09 Oct 23:58
c760f0a
Compare
Choose a tag to compare
feat: override options on the CLI

Pass --opt key=value to override any option on the command line

Signed-off-by: Yves Brissaud <[email protected]>

v0.0.9

09 Oct 20:44
08ebcb0
Compare
Choose a tag to compare
feat: allow to decorate scratch

Just creates an index with only runx related image

Signed-off-by: Yves Brissaud <[email protected]>

v0.0.8

09 Oct 17:13
ec76bb3
Compare
Choose a tag to compare
fix: multiline issues from shell and command

Signed-off-by: Yves Brissaud <[email protected]>

v0.0.7

09 Oct 17:13
8ee3421
Compare
Choose a tag to compare
feat: allow to set local values

In a runx config manifest we can ask the user to fill any input. But
sometimes we want to be able to set it for a specific project.
We can now define it inside the local configuration .docker/runx.yaml.
The value from the local configuration will be used, and the user will
not be prompt for a value.
But if we want to temporaily override it, it's still possible using the
--ask flag.

Signed-off-by: Yves Brissaud <[email protected]>

v0.0.6

09 Oct 15:28
d7ac741
Compare
Choose a tag to compare
feat: allow to specify a default reference

Use the .docker/runx.yaml file and set the ref key

If some arguments are still passed, we are trying to see if that's an
image or not. If that's an image, use runx against it. But if we can't
access the image, use it as if it was an action

Signed-off-by: Yves Brissaud <[email protected]>

v0.0.5

09 Oct 15:28
3faef8a
Compare
Choose a tag to compare
feat: prompt user to fill values

Signed-off-by: Yves Brissaud <[email protected]>

v0.0.4

09 Oct 13:42
20f5dc5
Compare
Choose a tag to compare
chore: adding a spinner when fecthing remote data

Signed-off-by: Yves Brissaud <[email protected]>

v0.0.3

09 Oct 10:02
4d518cd
Compare
Choose a tag to compare
feat: run a simple command

Run a very simple command, with no user configuration

    docker runx yvesbrissaud/docker-runx-dev:alpine-2 hello

Signed-off-by: Yves Brissaud <[email protected]>

v0.0.2

09 Oct 08:55
0120382
Compare
Choose a tag to compare
feat: simple version of docker runx decorate

Allow to attach a RunX config file to an image or an index.

    docker runx decorate IMAGE --tag DEST --with-config CONFIG_FILE

Signed-off-by: Yves Brissaud <[email protected]>