forked from LaconicNetwork/kompose
Added example for openshift buildconfig.
This commit is contained in:
parent
9e2849addf
commit
a9241e6fe5
5
examples/buildconfig/build/Dockerfile
Normal file
5
examples/buildconfig/build/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM busybox
|
||||||
|
|
||||||
|
|
||||||
|
RUN touch /test
|
||||||
|
|
||||||
7
examples/buildconfig/docker-compose.yml
Normal file
7
examples/buildconfig/docker-compose.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
version: "2"
|
||||||
|
|
||||||
|
services:
|
||||||
|
foo:
|
||||||
|
build: "./build"
|
||||||
|
command: "sleep 3600"
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user