Skip to content

Commit

Permalink
[build] Fix docker ubuntu context (#122852)
Browse files Browse the repository at this point in the history
The docker ubuntu context is missing the base registry due to a missing
argument.  This declares the context build as ubuntu for the default
image.
  • Loading branch information
jbudz authored Jan 12, 2022
1 parent 6392a05 commit a39bca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dev/build/tasks/os_packages/create_os_package_tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export const CreateDockerContexts: Task = {

async run(config, log, build) {
await runDockerGenerator(config, log, build, {
ubuntu: true,
context: true,
image: false,
dockerBuildDate,
Expand Down

0 comments on commit a39bca4

Please sign in to comment.