UNPKG
@jin7942/ray
Version:
latest (1.5.5)
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
Lightweight CI/CD deployment tool powered by Docker and Git
github.com/jin7942/ray
jin7942/ray
@jin7942/ray
/
dist
/
core
/
dockerBuildImage.d.ts
8 lines
(7 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
StepContext
}
from
'../_types/context'
;
/** * Builds a Docker image using the given Dockerfile and context. * *
@param
ctx
- Pipeline execution context */
export
declare
function
dockerBuildImage
(
ctx: StepContext
):
Promise
<
void
>;