Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
njelich committed Jan 26, 2024
1 parent 51cbe67 commit d12be7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const annotationsPath = await temporaryWrite(JSON.stringify(annotations), {
await $`oras push \
--config /dev/null:application/vnd.devcontainers \
--annotation-file ${annotationsPath} \
--disable-path-validation \
${image}:${devcontainerFeature.version} \
${archivePath}:application/vnd.devcontainers.layer.v1+tar`;

Expand Down Expand Up @@ -72,6 +73,7 @@ for (const id of devcontainerFeature.legacyIds ?? []) {
await $`oras push \
--config /dev/null:application/vnd.devcontainers \
--annotation-file ${annotationsPath} \
--disable-path-validation \
${legacyImage}:${devcontainerFeature.version} \
${archivePath}:application/vnd.devcontainers.layer.v1+tar`;

Expand Down

0 comments on commit d12be7d

Please sign in to comment.