Debian 11 更新破坏了 samueldebruyn/debian-git?

标签 debian bitbucket pipeline bitbucket-pipelines

我在运行 yaml 脚本的 Bitbucket Pipelines 上有一个暂存和生产服务器设置;

          image: samueldebruyn/debian-git
          name: Staging - Upload FTP
          script:
            - apt-get update
            - apt-get -qq install git-ftp
            - git ftp push --user $FTP_USERNAME --passwd $FTP_PASSWORD -v ftp://$FTP_HOST/$FTP_STAGING_PATH
            - echo "Completed upload"
该脚本运行良好,并以相同的格式在线广泛用于其他使用管道的人。
我在 Debian 11 成功发布前 5-10 分钟提交到我的临时服务器,然后发布 Debian 11 发布所有后续版本我已经推送到临时版本,或者生产导致构建失败并出现以下错误...
Ign:1 http://security.debian.org/debian-security stable/updates InRelease
Get:2 http://deb.debian.org/debian stable InRelease [113 kB]
Err:3 http://security.debian.org/debian-security stable/updates Release
  404  Not Found [IP: 151.101.250.132 80]
Get:4 http://deb.debian.org/debian stable-updates InRelease [40.1 kB]
Get:5 http://deb.debian.org/debian stable/main amd64 Packages [8178 kB]
Reading package lists...
E: The repository 'http://security.debian.org/debian-security stable/updates Release' does not have a Release file.
我是不是遗漏了什么,还是 Debian 11 只是破坏了很多管道?!
或者是 samueldebruyn/debian-git现在过时了吗?

最佳答案

我能够找到一个 docker 镜像,该镜像具有传递构建所需的更改。对于那些遇到此问题并需要快速修复的人,直到 Sam 更新他的 docker 镜像,请参阅bitnami/git

关于Debian 11 更新破坏了 samueldebruyn/debian-git?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68787732/

相关文章:

git - 如何更改 BitBucket 中的上游 repo 协议(protocol)?

GStreamer - MJPEG 流到文件

PHP 通过另一个数组中的特定键对数组进行排序

c++ - 什么是 debian 打包过程中的 changelog.Debian.gz 文件?

Git工作流程(Dev>Staging>Live)基本技术问题

bitbucket - 你如何轻松地将大量存储库导入bitbucket?

azure - 如何在不更改缓存键的情况下删除 Azure Pipeline 缓存

c - 如何从 C 中的 STDIN 或 Unix 管道读取流

linux - 如何在 Debian Stretch 上安装 3.7 版的 puppet?

php - 带有 sqlsrv php73 扩展的 Docker 无法加载