-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alauda/v0.13.1 #9
base: 0.13
Are you sure you want to change the base?
Conversation
feat: support buildkit v0.13.1
chore: use mirror images to improve build speed.
fix: bump opencontainers/runc package version
fix: add default newInsecureDefaultClient
fix: upgrade cni plugin to 1.5.1
bump: update docker/docker version to v26.1.4
chore: update docker/docker version to v26.1.5
chore: update GO_VERSION to 1.23 in Dockerfile
@@ -9,7 +9,7 @@ | |||
set -eu | |||
|
|||
: ${BUILDCTL=buildctl} | |||
: ${BUILDCTL_CONNECT_RETRIES_MAX=10} | |||
: ${BUILDCTL_CONNECT_RETRIES_MAX=30} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
解决daemonless 启动时间过长的问题。
Dockerfile
Outdated
ARG RUNC_VERSION=v1.1.12 | ||
ARG CONTAINERD_VERSION=v1.7.11 | ||
# containerd v1.6 for integration tests | ||
ARG CONTAINERD_ALT_VERSION_16=v1.6.24 | ||
ARG REGISTRY_VERSION=v2.8.3 | ||
ARG ROOTLESSKIT_VERSION=v2.0.0 | ||
ARG CNI_VERSION=v1.3.0 | ||
ARG CNI_VERSION=v1.5.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
漏洞修复
# build-harbor.alauda.cn: redict https registry, http not found | ||
# localhost localhost registry | ||
# TODO: redict http -> https registry | ||
for REGISTRY in "test.registry.com" "test.registry.com:4443" "registry.alauda.cn:60080" "registry.alauda.cn:60070" "build-harbor.alauda.cn" "localhost"; do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
自动化e2e, 主要测试我们对http默认提交的修改。目前缺少registry 配置外部认证的 case。
chore: upgrade cni to 1.6.0
No description provided.