1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

12 Commits

Author SHA1 Message Date
Corey Daley
1fa664e12c updating generated completions 2023-11-07 15:22:23 -05:00
Nalin Dahyabhai
759107145a Update generated shell completion configurations
Run hack/update-generated-completions.sh to update
contrib/completions/bash/s2i and contrib/completions/zsh/s2i, flagged as
necessary by the verify job in CI.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2022-06-29 15:58:57 -04:00
Igor Sutton Lopes
f8dcf74445 Add generate command
This change adds the generate command to s2i, where it allows
the user to produce a Dockerfile able to be used by any build
system supporting the format, such as buildah and possibly
others.
2020-01-23 16:26:18 +01:00
05601970475
e685afa89f add assemble-runtime-user flag
documentation of assemble-runtime-user's flag

add LABEL assemble-runtime-user

removing debug messages

change the failure reason of GetAssembleRuntimeUser

assemble-runtime-user is optional

generate completitions

check getAssembleRuntimeUser error
2018-11-19 17:13:54 -03:00
magicsong
1b45714ced add --add-host flag 2018-09-21 11:57:04 +08:00
Adam Kaplan
6815fa6d92 Allow URLs for Image Scripts Location
* Rename ImageScriptsDir to ImageScriptsURL
* Allow ImageScriptsURL to download scripts from filesystem, web, etc.
* Add default path for image scripts
* Update cli and completions
2018-08-10 11:38:08 -04:00
Jan Wozniak
c845115212 build: keep symlinks flag 2018-07-26 13:12:28 +02:00
Ben Parees
62488a5747 Option to produce a buildable Dockerfile instead of an image when building 2018-05-25 10:33:41 -04:00
Ricardo Pchevuzinske Katz
2aeea6cd28 Adds support for network flag while building image 2017-07-15 12:12:49 -03:00
guangxuli
2816855ca0 delete deprecated force pull flag
update bash and zsh

remove --force-pull
2017-03-28 10:55:04 +08:00
guangxuli
fa00113315 add runtime pull policy
update bash and zsh
2017-03-27 19:21:40 +08:00
Shiyang Wang
514d320360 add zsh completions for s2i
change condition

modify verify-bash-completion.sh

change to pass golint

change to pass golint
2016-12-22 11:13:00 +08:00