Module Builder.DockerBuildSource
Sourcetype struct_t = [ | `DockerBuild_b7cdf36259df55e5
] Sourceval has_push_target : t -> bool Sourceval push_target_get : t -> string Sourceval push_target_set : t -> string -> unit Sourceval has_push_user : t -> bool Sourceval push_user_get : t -> string Sourceval push_user_set : t -> string -> unit Sourceval has_push_password : t -> bool Sourceval push_password_get : t -> string Sourceval push_password_set : t -> string -> unit Sourceval has_build_args : t -> bool Sourceval build_args_get : t -> (Capnp.Message.rw, string, array_t) Capnp.Array.t Sourceval build_args_get_list : t -> string list Sourceval build_args_get_array : t -> string array Sourceval build_args_set :
t ->
(Capnp.Message.rw, string, array_t) Capnp.Array.t ->
(Capnp.Message.rw, string, array_t) Capnp.Array.t Sourceval build_args_set_list :
t ->
string list ->
(Capnp.Message.rw, string, array_t) Capnp.Array.t Sourceval build_args_set_array :
t ->
string array ->
(Capnp.Message.rw, string, array_t) Capnp.Array.t Sourceval build_args_init :
t ->
int ->
(Capnp.Message.rw, string, array_t) Capnp.Array.t Sourceval squash_set : t -> bool -> unit Sourceval buildkit_set : t -> bool -> unit Sourceval include_git_get : t -> bool Sourceval include_git_set : t -> bool -> unit Sourceval init_root : ?message_size:int -> unit -> t