Skip to content

Commit

Permalink
Expose the docker registry address to template engine
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunkeler committed Feb 23, 2024
1 parent 6f41f11 commit fc187bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ int main(int argc, char *argv[], char *arge[]) {
tpl_register("system.arch", &ctx.system.arch);
tpl_register("system.platform", &ctx.system.platform[DELIVERY_PLATFORM_RELEASE]);
tpl_register("deploy.repo", &globals.jfrog.repo);
tpl_register("docker.registry", &ctx.docker.registry);

// Set up PREFIX/etc directory information
// The user may manipulate the base directory path with OMC_SYSCONFDIR
Expand Down

0 comments on commit fc187bc

Please sign in to comment.