mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
fix(deps): update module github.com/openshift/imagebuilder to v1.2.5
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
4
vendor/github.com/openshift/imagebuilder/README.md
generated
vendored
4
vendor/github.com/openshift/imagebuilder/README.md
generated
vendored
@ -3,7 +3,7 @@ OCI Image Builder
|
||||
|
||||
[](https://goreportcard.com/report/github.com/openshift/imagebuilder)
|
||||
[](https://godoc.org/github.com/openshift/imagebuilder)
|
||||
[](https://travis-ci.org/openshift/imagebuilder)
|
||||
[](https://app.travis-ci.com/github/openshift/imagebuilder)
|
||||
[](http://webchat.freenode.net/?channels=%23openshift-dev)
|
||||
|
||||
Please test your images (and add to our conformance suite)!
|
||||
@ -36,7 +36,7 @@ Future goals include:
|
||||
To download and install the library and the binary, set up a Golang build environment and with `GOPATH` set run:
|
||||
|
||||
```
|
||||
$ go get -u github.com/openshift/imagebuilder/cmd/imagebuilder
|
||||
$ go install github.com/openshift/imagebuilder/cmd/imagebuilder@latest
|
||||
```
|
||||
|
||||
The included command line takes one argument, a path to a directory containing a Dockerfile. The `-t` option
|
||||
|
2
vendor/github.com/openshift/imagebuilder/imagebuilder.spec
generated
vendored
2
vendor/github.com/openshift/imagebuilder/imagebuilder.spec
generated
vendored
@ -12,7 +12,7 @@
|
||||
#
|
||||
|
||||
%global golang_version 1.8.1
|
||||
%{!?version: %global version 1.2.4}
|
||||
%{!?version: %global version 1.2.5}
|
||||
%{!?release: %global release 1}
|
||||
%global package_name imagebuilder
|
||||
%global product_name Container Image Builder
|
||||
|
Reference in New Issue
Block a user