tiredofit / docker-traefik-cloudflare-companion

Automatically Create CNAME records for containers served by Traefik

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker HUB stuck on version 7.2.0 as the most recent

fanaticDavid opened this issue · comments

Summary

The most recent version of this application on the Docker HUB is 7.2.0

Steps to reproduce

Look here for the available tags.

What is the expected correct behavior?

To see the tags 7.2.1, 7.2.2 and 7.3.3 on Docker HUB, as well as the latest tag being up-to-date.

The github actions workflow that builds the container has failed since 7.2.0 on this step. That is preventing ghcr and dockerhub from having the newer version available.

Error: buildx failed with: ERROR: failed to solve: process "/bin/bash -c source /assets/functions/00-container &&     set -x &&     addgroup -S -g 8080 tcc &&     adduser -D -S -s /sbin/nologin             -h /dev/null             -G tcc             -g \"tcc\"             -u 8080 tcc             &&         package update &&     package upgrade &&     package install .tcc-build-deps                 cargo                 gcc                 libffi-dev                 musl-dev                 openssl-dev                 py-pip                 py3-setuptools                 py3-wheel                 python3-dev                 &&         package install .tcc-run-deps                 docker-py                 py3-beautifulsoup4                 py3-certifi                 py3-chardet                 py3-idna                 py3-openssl                 py3-packaging                 py3-requests                 py3-soupsieve                 py3-urllib3                 py3-websocket-client                 py3-yaml                 python3                 &&         pip --break-system-packages install             cloudflare==2.19.*             get-docker-secret             requests             &&         package remove .tcc-build-deps &&     package cleanup &&     rm -rf /root/.cache            /root/.cargo" did not complete successfully: exit code: 2

Thanks, Resolved with a commit that was not pushed on my end for the past few months. Builds have been restored..