Skip to content

Commit

Permalink
Adding dummy docker-dpu-base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
shanshri committed Nov 28, 2023
1 parent e43b1fb commit 23ce5f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions platform/pensando/docker-dpu-base.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ DOCKER_DPU_BASE_STEM = docker-dpu-base

DOCKER_DPU_BASE = $(DOCKER_DPU_BASE_STEM).gz

$(DOCKER_DPU_BASE)_URL = https://sonicstorage.blob.core.windows.net/public/docker-dpu-base.gz

DOWNLOADED_DOCKER_IMAGES += $(DOCKER_DPU_BASE)

3 changes: 2 additions & 1 deletion slave.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,8 @@ $(addprefix $(TARGET_PATH)/,$(DOWNLOADED_DOCKER_IMAGES)) : $(TARGET_PATH)/%.gz :
$$(%.gz_DEP_FILES)
$(HEADER)

cp files/$(DOWNLOADED_DOCKER_IMAGES) target/$(DOWNLOADED_DOCKER_IMAGES)
rm -rf $@ $@.log
wget "$($*.gz_URL)" -O target/$(DOWNLOADED_DOCKER_IMAGES) $(LOG)

$(FOOTER)

Expand Down

0 comments on commit 23ce5f4

Please sign in to comment.