Skip to content

chore(deps): bump zadig backend image to a more secure external image#4763

Open
leebrouse wants to merge 4 commits into
koderover:mainfrom
leebrouse:feature/openapi-sync-repo
Open

chore(deps): bump zadig backend image to a more secure external image#4763
leebrouse wants to merge 4 commits into
koderover:mainfrom
leebrouse:feature/openapi-sync-repo

Conversation

@leebrouse

@leebrouse leebrouse commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

What this PR does / Why we need it:

What is changed and how it works?

Does this PR introduce a user-facing change?

  • API change
  • database schema change
  • upgrade assistant change
  • change in non-functional attributes such as efficiency or availability
  • fix of a previous issue

This change is Reviewable

Signed-off-by: YuTang Song <2313186065@qq.com>
Comment thread docker/aslan.Dockerfile
Comment on lines -25 to -38
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && \
apk add tzdata && \
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
echo Asia/Shanghai > /etc/timezone && \
apk del tzdata

RUN apk update
RUN apk --no-cache add curl curl-dev

# install ali-acr plugin
RUN curl -fsSL "https://resources.koderover.com/helm-acr_0.8.2_linux_amd64.tar.gz" -o helm-acr.tar.gz &&\
mkdir -p /app/.helm/helmplugin/helm-acr &&\
tar -xvzf helm-acr.tar.gz -C /app/.helm/helmplugin/helm-acr &&\
rm -rf helm-acr*

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

这里如无必要不要改

Comment thread docker/aslan.Dockerfile
@landylee007 landylee007 changed the title fix: solve bugs in zadig backend image chore(deps): bump zadig backend image to a more secure external image Jun 15, 2026
Signed-off-by: YuTang Song <2313186065@qq.com>
Signed-off-by: YuTang Song <2313186065@qq.com>
Signed-off-by: YuTang Song <2313186065@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants