Skip to content
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

Open
wants to merge 21 commits into
base: 0.13
Choose a base branch
from
Open

Alauda/v0.13.1 #9

wants to merge 21 commits into from

Conversation

kycheng
Copy link
Collaborator

@kycheng kycheng commented Sep 11, 2024

No description provided.

@@ -9,7 +9,7 @@
set -eu

: ${BUILDCTL=buildctl}
: ${BUILDCTL_CONNECT_RETRIES_MAX=10}
: ${BUILDCTL_CONNECT_RETRIES_MAX=30}
Copy link
Collaborator Author

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
Copy link
Collaborator Author

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
Copy link
Collaborator Author

@kycheng kycheng Oct 17, 2024

Choose a reason for hiding this comment

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

自动化e2e, 主要测试我们对http默认提交的修改。目前缺少registry 配置外部认证的 case。

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.

3 participants