forked from LaconicNetwork/kompose
Added example for openshift buildconfig.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM busybox
|
||||
|
||||
|
||||
RUN touch /test
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
version: "2"
|
||||
|
||||
services:
|
||||
foo:
|
||||
build: "./build"
|
||||
command: "sleep 3600"
|
||||
|
||||
Reference in New Issue
Block a user