Skip to content

feat: add download extension store image prefix#532

Merged
LinuxSuRen merged 1 commit into
LinuxSuRen:masterfrom
SamYSF:master
Sep 14, 2024
Merged

feat: add download extension store image prefix#532
LinuxSuRen merged 1 commit into
LinuxSuRen:masterfrom
SamYSF:master

Conversation

@SamYSF

@SamYSF SamYSF commented Sep 13, 2024

Copy link
Copy Markdown
Contributor

add download extension store image prefix, default image prefix is linuxsuren.

Comment thread cmd/extension.go Outdated
@LinuxSuRen LinuxSuRen added enhancement New feature or request ospp 开源之夏 https://summer-ospp.ac.cn/ labels Sep 13, 2024
Comment thread pkg/downloader/store.go Outdated
d.extFile = fmt.Sprintf("%s.exe", d.extFile)
}
image := fmt.Sprintf("linuxsuren/atest-ext-store-%s", name)
image := fmt.Sprintf("%s/extension-store-%s", d.imagePrefix, name)

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be image := fmt.Sprintf("%s/atest-ext-store-%s", d.imagePrefix, name)

@LinuxSuRen

Copy link
Copy Markdown
Owner

unit tests are failed.

Comment thread pkg/downloader/store.go
@sonarqubecloud

Copy link
Copy Markdown

@LinuxSuRen LinuxSuRen merged commit 4aadd06 into LinuxSuRen:master Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request ospp 开源之夏 https://summer-ospp.ac.cn/

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants