jose luis
bf3cfc303d
add target to kompose build
...
Signed-off-by: jose luis <2064537+sosan@users.noreply.github.com>
2024-03-14 00:49:47 +01:00
Boshi Lian
d82f5b954f
support build with docker cli ( #1525 )
...
* support build with docker cli
* change to DOCKER_BUILDKIT
2023-02-10 10:56:38 -05:00
Lctrs
cb41c16bf4
chore: require go >=1.18, bump deps and get rid of replace directives ( #1552 )
2023-01-13 08:50:28 -05:00
Rémy Léone
395d99fb7d
add support for golangci-lint ( #1373 )
2021-04-07 11:10:56 +08:00
Rémy Léone
d1e538e2d4
fix goimports ( #1372 )
2021-04-03 11:50:28 +08:00
Christian Fetzer
ca75c31df8
Add support for build-args with --build local ( #1256 )
...
At the moment build-args can be specified in the compose configuration,
but they're used only when creating a build-config and not for local
builds.
2020-03-12 22:16:36 +08:00
Christian Fetzer
671035e1f8
Fix printing docker build output if -v is given ( #1255 )
...
The current version only prints the docker build output if the build
was successful.
2020-03-08 13:59:58 +08:00
Robert Crossfield
a788ab7a78
Use OS provided temporary directory
...
Fix for #966
2018-09-07 10:56:36 +10:00
Suraj Narwade
286fbd1203
Fixed kompose build failure
...
While `local` build, kompose was not recognizing `dockerfile` key
Hence it was breaking the build as mentioned in issue #832 .
This PR will fix the issue.
2017-12-01 11:15:03 +05:30
Suraj Narwade
5de4aa85f8
Added sirupsen and updated all occurances
...
Updated `sirupsen`, `docker/cli`, `docker/libcompose` in `glide`,
Also changed `Sirupsen` with `sirupsen` in all kompose packages as well as in
`docker/distribution` packages
2017-11-27 12:28:46 +05:30
Suraj Narwade
91a6e79d6f
Updated code with go lint result
...
Updated code with suggestion given by `go lint`
2017-07-14 11:11:17 +05:30
Charlie Drage
787b7d9261
kubernetes-incubator -> kubernetes
...
Today, we graduate from the incubator, thus all links are updates from
kubernetes-incubator to kubernetes
2017-07-12 15:42:13 -04:00
Charlie Drage
e2f9084003
Adds both build and push support
...
This adds support for building and pushing docker containers
when you perform either `kompose convert` or `kompose up`.
Docker Compose files who have build parameters with their respective
image and build keys will automatically be both built and pushed.
2017-06-14 10:19:12 -04:00