ciiiii / cloudflare-docker-proxy

A docker registry proxy run on cloudflare worker.
1.19k stars 2.43k forks source link

部署错误 #34

Closed crossgg closed 3 months ago

crossgg commented 3 months ago

action log:

  Your worker has access to the following bindings:
  - Vars:
    - MODE: "staging"
    - TARGET_UPSTREAM: ""
  Total Upload: 6.93 KiB / gzip: 2.78 KiB
  Uploaded cloudflare-docker-proxy-staging (1.22 sec)

  ✘ [ERROR] A request to the Cloudflare API (/accounts/***/workers/scripts/cloudflare-docker-proxy-staging/domains/records) failed.

    workers.api.error.origin_conflict_existing_dns_record [code: 100117]

    If you think this is a bug, please open an issue at: https://github.com/cloudflare/workers-sdk/issues/new/choose

  error Command failed with exit code 1.
  info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Error: The process '/usr/local/bin/yarn' failed with exit code 1
Error: 🚨 Action failed
lixd commented 3 months ago

可能是提前添加了 DNS 解析记录的问题, https://github.com/lixd/blog-comments/discussions/27#discussioncomment-9811919

crossgg commented 3 months ago

可能是提前添加了 DNS 解析记录的问题, lixd/blog-comments#27 (reply in thread)

是的,我把DNS先删了搞定了。我还是参考您的教程部署的,多了个说明很实用!