Giter Club home page Giter Club logo

containers's Introduction

Container Images

Images are hosted on Quay here.

Some older images can be found on GitHub Container Registry.

Mirror

We host a dedicated mirror repostiory, these containers are directly fetched from official and/or trusted sources.

Purpose

We host our own mirror for a multitude of reasons, which includes:

  • Getting around Docker Hub rate-limiting
  • Preventing upstream maintainers removing tags from breaking our Apps
  • Generating usage metrics
  • Applying patches
  • Improving code uniformity
  • Allowing multi-registry failover

Adding New Containers

Before a chart can be added to the truecharts/charts repository, you first need to add a container here to the mirror. If you need help with this process please see the #development channel in the TrueCharts Discord Server.

Step 1: Create a Dockerfile

Copy the contents below and substitute the upstream application owner's name with <Upstream Owner Name>, <Upstream App Name> with the application name, and <Upstream Tag> with the upstream tag's name. Also get the digest value of the app and substitute that in for <Upstream Digest>.

FROM <Upstream Owner Name>/<Upstream App Name>:<Upstream Tag>@sha256:<Upstream Digest>
LABEL org.opencontainers.image.source=https://github.com/truecharts/containers

ARG CONTAINER_NAME
ARG CONTAINER_VER
LABEL org.opencontainers.image.title="${CONTAINER_NAME}"
LABEL org.opencontainers.image.url="https://truecharts.org/docs/charts/${CONTAINER_NAME}"
LABEL org.opencontainers.image.version="${CONTAINER_VER}"
LABEL org.opencontainers.image.description="Container for ${CONTAINER_NAME} by TrueCharts"
LABEL org.opencontainers.image.authors="TrueCharts"
LABEL org.opencontainers.image.documentation="https://truecharts.org/docs/charts/${CONTAINER_NAME}"

Step 2: Create a PLATFORM file

Based on the upstream platform, create a file with that value. Typically the value is linux/amd64.

Step 3: Submit a Pull Request

Once all these steps are completed and you verified that they are correct, please submit a pull request to this repository! When finished, you can create your chart in the truecharts/charts repository.

containers's People

Contributors

ac1dburnz avatar brothergomez avatar ctag avatar emalton avatar engedics avatar fenichelar avatar justsomescripts avatar kqmaverick avatar malpractis avatar maverickd650 avatar oblivioncth avatar opello avatar ornias1993 avatar packruler avatar polarstack avatar renovate-bot avatar renovate[bot] avatar sagit-chu avatar sbado avatar schnerring avatar sdimovv avatar shadofall avatar sk1234567891 avatar ssmucny avatar stavros-k avatar stevenmcelligott avatar sukarn-m avatar superq avatar truecharts-admin avatar xstar97 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

containers's Issues

Update resilio-sync mirror

Is your feature request related to a problem?

An updated version of Resilio Sync is available (v2.7.3.1381)
The current mirrored version is v2.7.2.1375 (link)

Describe the solution you'd like

Update the mirror with the latest version available from https://hub.docker.com/r/resilio/sync
It is an official upstream container; Unsure if it will work with TrueCharts out of the box, but it seems like it should.

Describe alternatives you've considered

Creating a Chart in a private Catalog (have done it before and it is not easy to maintain)

Additional context

No response

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.

Renovate Dashboard ๐Ÿค–

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

Renovate tried to run on this repository, but found these problems.

  • WARN: Package lookup failures

Warning

Renovate failed to look up the following dependencies: Failed to look up docker package PLACEHOLDER.

Files affected: tools/template/Dockerfile


Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
apps/code-server/Dockerfile
  • docker.io/codercom/code-server 4.21.1@sha256:c9f78fb7e8ac5fdd3bea856142dd5c5dda0f5183131254516af74135dc97c773
apps/db-wait-mariadb/Dockerfile
  • ghcr.io/truecharts/ubuntu latest@sha256:cbe66cbca1ddd2a82093675067c363af8bbc6713b645bc77cb1706578a01facd
apps/db-wait-mongodb/Dockerfile
  • ghcr.io/truecharts/ubuntu latest@sha256:cbe66cbca1ddd2a82093675067c363af8bbc6713b645bc77cb1706578a01facd
apps/db-wait-postgres/Dockerfile
  • ghcr.io/truecharts/ubuntu latest@sha256:cbe66cbca1ddd2a82093675067c363af8bbc6713b645bc77cb1706578a01facd
apps/db-wait-redis/Dockerfile
  • ghcr.io/truecharts/ubuntu latest@sha256:cbe66cbca1ddd2a82093675067c363af8bbc6713b645bc77cb1706578a01facd
apps/freeradius/Dockerfile
apps/gluetun/Dockerfile
  • ghcr.io/qdm12/gluetun v3.37.0@sha256:e15ede3ce007e3f6e3f6532c7d8d6051f4bb0dca4bb3c5edd7aa3316916e9990
apps/kubectl/Dockerfile
  • tccr.io/truecharts/alpine v3.18.4@sha256:51c4ca9a8213d3f4026bd560e8aa2de365d275d6cd0298eff2ae20671fef34e9
apps/netshoot/Dockerfile
  • ghcr.io/nicolaka/netshoot v0.12@sha256:b569665f0c32391b93f4de344f07bf6353ddff9d8c801ac3318d996db848a64c
apps/nextcloud-fpm/Dockerfile
  • docker.io/nextcloud 28.0.2-fpm@sha256:dc1b232c39cd29fe81442f0e4d1c523148afecaf0bcf1cdffb7c52441bf63af7
apps/nextcloud-imaginary/Dockerfile
  • golang 1.21.5-alpine3.17@sha256:92cb87af996ec6befc85f0aec27e12ead2fab396695fa8a7abff79e021e58195
  • alpine 3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
apps/nextcloud-push-notify/Dockerfile
  • alpine 3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
apps/ombi/Dockerfile
  • ghcr.io/truecharts/ubuntu latest@sha256:cbe66cbca1ddd2a82093675067c363af8bbc6713b645bc77cb1706578a01facd
apps/openvpn-client/Dockerfile
  • dperson/openvpn-client latest@sha256:d174047b57d51734143325ad7395210643025e6516ba60a937e9319dbb462293
apps/tailscale/Dockerfile
  • docker.io/tailscale/tailscale v1.61.11@sha256:06e993635efcfa9574147ed223424cba562f7a5f0785e3b74381477414d57227
apps/traefik/Dockerfile
  • traefik v2.11.0@sha256:4be302e188b5be7637a3404033e8088c005059fd29e05b7ff04a403fac3d13ea
  • alpine 3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
  • traefik v2.11.0@sha256:4be302e188b5be7637a3404033e8088c005059fd29e05b7ff04a403fac3d13ea
apps/wget/Dockerfile
  • tccr.io/truecharts/alpine v3.18.4@sha256:51c4ca9a8213d3f4026bd560e8aa2de365d275d6cd0298eff2ae20671fef34e9
apps/wireguard/Dockerfile
  • ghcr.io/k8s-at-home/wireguard v1.0.20210914@sha256:4dd54954cbd06d92d8c8fc6b10871eb07a0c1869edfe7a15029f1a7d3178d432
base/alpine/Dockerfile
  • alpine 3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
base/scratch/Dockerfile
  • hello-world latest@sha256:d000bc569937abbe195e20322a0bde6b2922d805332fd6d8a68b19f524b7d21d
base/ubuntu/Dockerfile
  • ubuntu jammy@sha256:dfd64a3b4296d8c9b62aa3309984f8620b98d87e47492599ee20739e8eb54fbf
tools/template/Dockerfile
  • PLACEHOLDER v0.0.01
github-actions
.github/workflows/containers.build.yaml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • dorny/paths-filter v3@ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • reviewdog/action-hadolint v1.38.0@a5498b3af526595744db9bf22d987111aa8c4687
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • nanzm/get-time-action v2.0@887e4db9af58ebae64998b7105921b816af77977
  • docker/setup-qemu-action v3@68827325e0b33c7199eb31dd4e31fbe9023e06e3
  • anchore/sbom-action v0.15.8@b6a39da80722a2cb0ef5d197531764a89b5d48c3
  • docker/login-action v3@343f7c4344506bcbf9b4de18042ae17996df046d
  • docker/login-action v3@343f7c4344506bcbf9b4de18042ae17996df046d
  • docker/metadata-action v5@8e5442c4ef9f78752691e2d8f8d19755c6f78e81
  • docker/setup-buildx-action v3@0d103c3126aa41d772a8362f6aa67afac040f80c
  • e1himself/goss-installation-action v1.2.1@fbb6fb55d3e59c96045b2500eeb8ce0995d99ac1
  • docker/build-push-action v5@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
  • docker/build-push-action v5@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
  • pascalgn/automerge-action v0.16.2@58724c982461efbb7865b3762d7bff0d4756f57a
  • ubuntu 22.04
  • ubuntu 22.04
  • ubuntu 22.04
.github/workflows/housekeeping.yaml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
.github/workflows/scarf.yaml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
.github/workflows/schedule-sync-labels.yaml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • EndBug/label-sync v2@52074158190acb45f3077f9099fea818aa43f97a
.github/workflows/stale.yaml
  • actions/stale v9@28ca1036281a5e5922ead5184a1bbf96e5fc984e
  • ubuntu 22.04

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Location: ^remmina$
Error type: regex versioning needs at least one major, minor or patch group defined

New image for qbitmanage to support current qbittorrent

App Name

Qbitmanage

SCALE Version

22.12.0

Train Name

stable

App Version

3.6.4

Latest Available Container Version

4.0.1

Link to container

https://hub.docker.com/layers/bobokun/qbit_manage/v4.0.1/images/sha256-6cdf94c094ba8c34df91297b352fdaf93c7c348525a7fd5cbbec7547dec9c6b2?context=explore

Additional Context

Qbitmanage v3.6.4 is no longer supporting qbittorrent latest build 4.5.4. I get the following error with the current container:

"Please downgrade your qBittorrent version to v4.5.2 to use qbit_manage"

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.

Renovate Dashboard ๐Ÿค–

This issue provides visibility into Renovate updates and their statuses. Learn more

Errored

These updates encountered an error and will be retried. Click on a checkbox below to force a retry now.

  • chore(deps): update renovatebot/github-action action to v32.48.0

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.


  • Check this box to trigger a request for Renovate to run again on this repository

Renovate Dashboard ๐Ÿค–

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
apps/code-server/Dockerfile
  • docker.io/codercom/code-server 4.89.0@sha256:19d4480011242bcad63e84dd2408ccbf834ce48a9d34381dcc22bf126daf6873
apps/db-wait-mariadb/Dockerfile
  • ghcr.io/truecharts/ubuntu latest@sha256:cbe66cbca1ddd2a82093675067c363af8bbc6713b645bc77cb1706578a01facd
apps/db-wait-mongodb/Dockerfile
  • ghcr.io/truecharts/ubuntu latest@sha256:cbe66cbca1ddd2a82093675067c363af8bbc6713b645bc77cb1706578a01facd
apps/db-wait-postgres/Dockerfile
  • ghcr.io/truecharts/ubuntu latest@sha256:cbe66cbca1ddd2a82093675067c363af8bbc6713b645bc77cb1706578a01facd
apps/db-wait-redis/Dockerfile
  • ghcr.io/truecharts/ubuntu latest@sha256:cbe66cbca1ddd2a82093675067c363af8bbc6713b645bc77cb1706578a01facd
apps/freeradius/Dockerfile
apps/gluetun/Dockerfile
  • ghcr.io/qdm12/gluetun v3.38.0@sha256:bdae21ec9b49d9bc02c84210c33c6934e14f21cc378a421c561539dafdf5f901
apps/kubectl/Dockerfile
  • tccr.io/truecharts/alpine v3.18.4@sha256:51c4ca9a8213d3f4026bd560e8aa2de365d275d6cd0298eff2ae20671fef34e9
apps/netshoot/Dockerfile
  • ghcr.io/nicolaka/netshoot v0.12@sha256:b569665f0c32391b93f4de344f07bf6353ddff9d8c801ac3318d996db848a64c
apps/nextcloud-fpm/Dockerfile
  • docker.io/nextcloud 29.0.0-fpm@sha256:b26210fc2a1ab0f31501aaa1c0c44df17cd1b29b32d5dc4ae6930d445d52001b
apps/nextcloud-imaginary/Dockerfile
  • golang 1.21.5-alpine3.17@sha256:92cb87af996ec6befc85f0aec27e12ead2fab396695fa8a7abff79e021e58195
  • alpine 3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
apps/nextcloud-push-notify/Dockerfile
  • alpine 3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
apps/ombi/Dockerfile
  • ghcr.io/truecharts/ubuntu latest@sha256:cbe66cbca1ddd2a82093675067c363af8bbc6713b645bc77cb1706578a01facd
apps/openvpn-client/Dockerfile
  • dperson/openvpn-client latest@sha256:d174047b57d51734143325ad7395210643025e6516ba60a937e9319dbb462293
apps/tailscale/Dockerfile
  • docker.io/tailscale/tailscale v1.64.2@sha256:7ee2ab4b9efadc5a68c92fb4549206eedac240a758f61b5431e39e8c0806930d
apps/traefik/Dockerfile
  • traefik v3.0.0@sha256:7996bdae8aaa70eaacf2978b6c949de5b68c0a24ddc3e40c06344ecc88cfaea3
  • alpine 3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
  • traefik v3.0.0@sha256:7996bdae8aaa70eaacf2978b6c949de5b68c0a24ddc3e40c06344ecc88cfaea3
apps/wget/Dockerfile
  • tccr.io/truecharts/alpine v3.18.4@sha256:51c4ca9a8213d3f4026bd560e8aa2de365d275d6cd0298eff2ae20671fef34e9
apps/wireguard/Dockerfile
  • ghcr.io/k8s-at-home/wireguard v1.0.20210914@sha256:4dd54954cbd06d92d8c8fc6b10871eb07a0c1869edfe7a15029f1a7d3178d432
base/alpine/Dockerfile
  • alpine 3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
base/scratch/Dockerfile
  • hello-world latest@sha256:a26bff933ddc26d5cdf7faa98b4ae1e3ec20c4985e6f87ac0973052224d24302
base/ubuntu/Dockerfile
  • ubuntu noble@sha256:3f85b7caad41a95462cf5b787d8a04604c8262cdcdf9a472b8c52ef83375fe15
github-actions
.github/workflows/containers.build.yaml
  • actions/checkout v4@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
  • dorny/paths-filter v3@de90cc6fb38fc0963ad72b210f1f284cd68cea36
  • actions/checkout v4@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
  • reviewdog/action-hadolint v1.41.1@13c293e6679cd4c90fa41dd5155fb067a28c0a5f
  • actions/checkout v4@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
  • nanzm/get-time-action v2.0@887e4db9af58ebae64998b7105921b816af77977
  • docker/setup-qemu-action v3@68827325e0b33c7199eb31dd4e31fbe9023e06e3
  • sigstore/cosign-installer main
  • anchore/sbom-action v0.15.11@7ccf588e3cf3cc2611714c2eeae48550fbc17552
  • docker/login-action v3@e92390c5fb421da1463c202d546fed0ec5c39f20
  • docker/login-action v3@e92390c5fb421da1463c202d546fed0ec5c39f20
  • docker/metadata-action v5@8e5442c4ef9f78752691e2d8f8d19755c6f78e81
  • docker/setup-buildx-action v3@d70bba72b1f3fd22344832f00baa16ece964efeb
  • e1himself/goss-installation-action v1.2.1@fbb6fb55d3e59c96045b2500eeb8ce0995d99ac1
  • docker/build-push-action v5@2cdde995de11925a030ce8070c3d77a52ffcf1c0
  • docker/build-push-action v5@2cdde995de11925a030ce8070c3d77a52ffcf1c0
  • pascalgn/automerge-action v0.16.3@d1203c0bf94a827b991e5de69d662e9163304fa0
  • ubuntu 22.04
  • ubuntu 22.04
  • ubuntu 22.04
.github/workflows/housekeeping.yaml
  • actions/checkout v4@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
.github/workflows/scarf.yaml
  • actions/checkout v4@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
.github/workflows/schedule-sync-labels.yaml
  • actions/checkout v4@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
  • EndBug/label-sync v2@52074158190acb45f3077f9099fea818aa43f97a
.github/workflows/stale.yaml
  • actions/stale v9@28ca1036281a5e5922ead5184a1bbf96e5fc984e
  • ubuntu 22.04

Many "mirrored" containers unnecessary

App Name

airsonic, apache-musicindex, audacity, authelia, authentik, authentik-ldap, authentik-proxy, autobrr, babybuddy, batnoter, bazarr, beets, blocky-frontend, boinc, booksonic-air, bookstack, budge, calibre, changedetection, chevereto, clarkson, cloud9, cloudflareddns, coder, couchpotato, darktable, davos, ddclient, deluge, digikam, dillinger, dim, domoticz, doplarr, doublecommander, duckdns, emby, embystat, emulatorjs, endlessh, etherpad, filezilla, firefox, firefox-syncserver, flaresolverr, fleet, foldingathome, fossil, freshrss, golinks, grav, grocy, guacd, habridge, haste-server, headphones, healthchecks, heimdall, homarr, homebridge, homepage, hopper-rs, htpcmanager, humhub, jackett, lazylibrarian, leaf2mqtt, libreoffice, librespeed, lidarr, limnoria, littlelink-server, mainsail, medusa, midarr-server, minetest, minisatip, money-balancer, mstream, muximux, mysql-workbench, nano-wallet, netbootxyz, ngircd, nntp2nntp, novnc, nullserv, nzbget, nzbhydra2, obsidian, openvscode-server, orbital-sync, oscam, overseerr, paperless-ng, papermerge, petio, phantombot-1, photoshow, pidgin, piwigo, pixapop, plexanisync, plextraktsync, projectsend, prowlarr, pwndrop, pyload, pylon, qbittorrent, quassel-core, quassel-web, radarr, raspberrymatic, readarr, recyclarr, remmina, requestrr, resilio-sync, rsnapshot, sabnzbd, scrutiny, shiori, shorturl, sia-daemon, sickchill, sickgear, smokeping, socials, sonarr, speedflux, speedtest-exporter, speedtest-tracker, sqlitebrowser, static, storm, synclounge, tachidesk-docker, tautulli, theme-park, timetagger, transmission, trilium-notes, tt-rss, tubesync, tvheadend, twtxt, ubooquity, umami, unifi-protect-backup, valheim-server, vorta, webgrabplus, whisparr, wireguard, wireshark, xteve, znc

SCALE Version

Not using SCALE

App Version

master

Application Events

n/a

Application Logs

# Count non-metadata changes for all ghcr.io mirrors:
$ grep -Rl '^FROM ghcr.io/' mirror/ | while read a; do echo -n "$a: " ;  grep -Ev '(^LABEL|^ARG|^FROM ghcr.io/|^$)' "$a" | wc -l ; done
mirror/plex/Dockerfile: 22
mirror/digikam/Dockerfile: 0
mirror/scrutiny/Dockerfile: 0
mirror/synclounge/Dockerfile: 0
mirror/guacd/Dockerfile: 0
mirror/firefox-syncserver/Dockerfile: 0
mirror/nullserv/Dockerfile: 0
mirror/etherpad/Dockerfile: 0
mirror/theme-park/Dockerfile: 0
mirror/wireshark/Dockerfile: 0
mirror/overseerr/Dockerfile: 0
mirror/oscam/Dockerfile: 0
mirror/sickchill/Dockerfile: 0
mirror/boinc/Dockerfile: 0
mirror/deluge/Dockerfile: 0
mirror/calibre/Dockerfile: 0
mirror/ddclient/Dockerfile: 0
mirror/pixapop/Dockerfile: 0
mirror/booksonic-air/Dockerfile: 0
mirror/bookstack/Dockerfile: 0
mirror/twtxt/Dockerfile: 0
mirror/ngircd/Dockerfile: 0
mirror/batnoter/Dockerfile: 0
mirror/airsonic/Dockerfile: 0
mirror/tachidesk-docker/Dockerfile: 0
mirror/phantombot-1/Dockerfile: 0
mirror/smokeping/Dockerfile: 0
mirror/umami/Dockerfile: 0
mirror/nzbget/Dockerfile: 0
mirror/littlelink-server/Dockerfile: 0
mirror/photoshow/Dockerfile: 0
mirror/changedetection/Dockerfile: 0
mirror/golinks/Dockerfile: 0
mirror/babybuddy/Dockerfile: 0
mirror/money-balancer/Dockerfile: 0
mirror/habridge/Dockerfile: 0
mirror/pylon/Dockerfile: 0
mirror/jackett/Dockerfile: 0
mirror/darktable/Dockerfile: 0
mirror/htpcmanager/Dockerfile: 0
mirror/budge/Dockerfile: 0
mirror/tautulli/Dockerfile: 0
mirror/pyload/Dockerfile: 0
mirror/couchpotato/Dockerfile: 0
mirror/humhub/Dockerfile: 0
mirror/firefox/Dockerfile: 0
mirror/lidarr/Dockerfile: 0
mirror/domoticz/Dockerfile: 0
mirror/resilio-sync/Dockerfile: 0
mirror/hopper-rs/Dockerfile: 0
mirror/speedtest-tracker/Dockerfile: 0
mirror/apache-musicindex/Dockerfile: 0
mirror/sia-daemon/Dockerfile: 0
mirror/endlessh/Dockerfile: 0
mirror/doublecommander/Dockerfile: 0
mirror/readarr/Dockerfile: 0
mirror/filezilla/Dockerfile: 0
mirror/homepage/Dockerfile: 0
mirror/shorturl/Dockerfile: 0
mirror/ubooquity/Dockerfile: 0
mirror/medusa/Dockerfile: 0
mirror/valheim-server/Dockerfile: 0
mirror/qbittorrent/Dockerfile: 0
mirror/coder/Dockerfile: 0
mirror/speedflux/Dockerfile: 0
mirror/petio/Dockerfile: 0
mirror/nano-wallet/Dockerfile: 0
mirror/remmina/Dockerfile: 0
mirror/vorta/Dockerfile: 0
mirror/unifi-protect-backup/Dockerfile: 0
mirror/whisparr/Dockerfile: 0
mirror/piwigo/Dockerfile: 0
mirror/healthchecks/Dockerfile: 0
mirror/sonarr/Dockerfile: 0
mirror/sqlitebrowser/Dockerfile: 0
mirror/netbootxyz/Dockerfile: 0
mirror/mysql-workbench/Dockerfile: 0
mirror/recyclarr/Dockerfile: 0
mirror/foldingathome/Dockerfile: 0
mirror/embystat/Dockerfile: 0
mirror/leaf2mqtt/Dockerfile: 0
mirror/authentik-proxy/Dockerfile: 0
mirror/pwndrop/Dockerfile: 0
mirror/quassel-web/Dockerfile: 0
mirror/nzbhydra2/Dockerfile: 0
mirror/orbital-sync/Dockerfile: 0
mirror/lazylibrarian/Dockerfile: 0
mirror/sickgear/Dockerfile: 0
mirror/projectsend/Dockerfile: 0
mirror/tt-rss/Dockerfile: 0
mirror/requestrr/Dockerfile: 0
mirror/dim/Dockerfile: 0
mirror/plexanisync/Dockerfile: 0
mirror/shiori/Dockerfile: 0
mirror/headphones/Dockerfile: 0
mirror/clarkson/Dockerfile: 0
mirror/wireguard/Dockerfile: 0
mirror/blocky-frontend/Dockerfile: 0
mirror/rsnapshot/Dockerfile: 0
mirror/speedtest-exporter/Dockerfile: 0
mirror/librespeed/Dockerfile: 0
mirror/pidgin/Dockerfile: 0
mirror/homebridge/Dockerfile: 0
mirror/transmission/Dockerfile: 0
mirror/audacity/Dockerfile: 0
mirror/nntp2nntp/Dockerfile: 0
mirror/midarr-server/Dockerfile: 0
mirror/bazarr/Dockerfile: 0
mirror/authentik-ldap/Dockerfile: 0
mirror/fleet/Dockerfile: 0
mirror/znc/Dockerfile: 0
mirror/quassel-core/Dockerfile: 0
mirror/raspberrymatic/Dockerfile: 0
mirror/authentik/Dockerfile: 0
mirror/duckdns/Dockerfile: 0
mirror/cloud9/Dockerfile: 0
mirror/autobrr/Dockerfile: 0
mirror/davos/Dockerfile: 0
mirror/mstream/Dockerfile: 0
mirror/grocy/Dockerfile: 0
mirror/radarr/Dockerfile: 0
mirror/papermerge/Dockerfile: 0
mirror/socials/Dockerfile: 0
mirror/openvscode-server/Dockerfile: 0
mirror/flaresolverr/Dockerfile: 0
mirror/homarr/Dockerfile: 0
mirror/dillinger/Dockerfile: 0
mirror/mainsail/Dockerfile: 0
mirror/fossil/Dockerfile: 0
mirror/authelia/Dockerfile: 0
mirror/static/Dockerfile: 0
mirror/paperless-ng/Dockerfile: 0
mirror/libreoffice/Dockerfile: 0
mirror/haste-server/Dockerfile: 0
mirror/chevereto/Dockerfile: 0
mirror/limnoria/Dockerfile: 0
mirror/timetagger/Dockerfile: 0
mirror/trilium-notes/Dockerfile: 0
mirror/prowlarr/Dockerfile: 0
mirror/grav/Dockerfile: 0
mirror/minetest/Dockerfile: 0
mirror/storm/Dockerfile: 0
mirror/beets/Dockerfile: 0
mirror/doplarr/Dockerfile: 0
mirror/muximux/Dockerfile: 0
mirror/emulatorjs/Dockerfile: 0
mirror/minisatip/Dockerfile: 0
mirror/xteve/Dockerfile: 0
mirror/emby/Dockerfile: 0
mirror/heimdall/Dockerfile: 0
mirror/webgrabplus/Dockerfile: 0
mirror/obsidian/Dockerfile: 0
mirror/tvheadend/Dockerfile: 0
mirror/plextraktsync/Dockerfile: 0
mirror/tubesync/Dockerfile: 0
mirror/novnc/Dockerfile: 0
mirror/freshrss/Dockerfile: 0
mirror/cloudflareddns/Dockerfile: 0
mirror/sabnzbd/Dockerfile: 0

Application Configuration

n/a

Describe the bug

https://github.com/truecharts/containers#purpose :

This is to get around Docker Hub rate-limiting (100 pulls / 6 hours, or authenticated 200 pulls / 6 hours). It is considered a stop-gap until the maintainers of the applications below support a different Container Registry.

Looking at the actual Dockerfiles, it appears that there are about 160 containers mirrored here from elsewhere on GH with no changes.

I listed them in app logs but I am happy to open bugs for each individual application if that is preferred. (Of the GitHub-sourced mirrors, only plex appears to be modified.)

To Reproduce

  1. Clone repo
  2. $ grep -Rl '^FROM ghcr.io/' mirror/ | while read a; do echo -n "$a: " ; grep -Ev '(^LABEL|^ARG|^FROM ghcr.io/|^$)' "$a" | wc -l ; done

Expected Behavior

It is considered a stop-gap until the maintainers of the applications below support a different Container Registry.

Expected behavior: None of the 159 unchanged containers are "mirrored"

We also sometimes need to apply small patches and additions for our users: For example, adding nano and extra-packages to Nextcloud

Expected behavior: Only plex is both sourced from github and modified. The unchanged containers are used from their trusted upstream Github sources.

Screenshots

n/a

Additional Context

n/a

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.

Security: Base containers use deprecated images, affects 100% of charts due to multi-init

App Name

truecharts/ubuntu:latest, multi-init

SCALE Version

Not using SCALE

App Version

latest

Application Events

https://github.com/k8s-at-home/container-images/blob/main/README.md#%EF%B8%8F-deprecation-and-archive-notice

Application Logs

n/a

Application Configuration

n/a

Describe the bug

Multi-init is based off of a deprecated image.

To Reproduce

https://github.com/truecharts/containers/search?q=ghcr.io%2Ftruecharts%2Fubuntu

Expected Behavior

I expected to find supported, updated and safe containers used

Screenshots

.

Additional Context

.

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.

Jackett Contenair is outdated for 2 months

App Name

jackett

SCALE Version

22.12.0

App Version

0.20.2297_13.0.36

Application Events

https://photos.app.goo.gl/UkSaQ3oWgeiASd8eA
No event

Application Logs

2023-01-24 08:47:12.195241+00:0001-24 00:47:12 Info Starting Jackett v0.20.2297 
2023-01-24 08:47:13.508745+00:0001-24 00:47:13 Info Environment version: 6.0.11 (/app/) 
2023-01-24 08:47:13.508802+00:0001-24 00:47:13 Info OS version: Unix 5.15.79.0 (64bit OS) (64bit process) 
2023-01-24 08:47:13.512512+00:0001-24 00:47:13 Info Jackett variant: CoreLinuxAmdx64 
2023-01-24 08:47:13.512547+00:0001-24 00:47:13 Info File /etc/issue: Ubuntu 22.04.1 LTS \n \l 
2023-01-24 08:47:13.512557+00:0001-24 00:47:13 Info Running in Docker: Yes (image build: unknown) 
2023-01-24 08:47:13.518286+00:0001-24 00:47:13 Info ThreadPool MaxThreads: 32767 workerThreads, 1000 completionPortThreads 
2023-01-24 08:47:13.518327+00:0001-24 00:47:13 Info App config/log directory: /config/Jackett 
2023-01-24 08:47:13.518353+00:0001-24 00:47:13 Info Using proxy: Disabled 
2023-01-24 08:47:13.518364+00:0001-24 00:47:13 Info Using FlareSolverr: http://192.168.0.7:8191/ 
2023-01-24 08:47:13.530942+00:0001-24 00:47:13 Info Using HTTP Client: HttpWebClient2 
2023-01-24 08:47:13.530975+00:0001-24 00:47:13 Info Loading Native indexers ... 
2023-01-24 08:47:13.846065+00:0001-24 00:47:13 Info Loaded 77 Native indexers: alpharatio, anidex, anidub, animebytes, Animedia, animetorrents, aro, avistaz, bakabt, beyond-hd-api, bithdtv, bjshare, brasiltracker, broadcasthenet, brokenstones, cgpeers, cinecalidad, cinemaz, darmowetorenty, divxtotal, dontorrent, epublibre, erai-raws, exoticaz, filelist, funfile, gazellegames, gazellegamesapi, greatposterwall, hdbitsapi, hdspace, hdtorrents, immortalseed, iptorrents, libble, lostfilm, magnetico, mejortorrent, myanonamouse, ncore, nebulance, nebulanceapi, norbits, orpheus, partis, passthepopcorn, piratethenet, pixelhd, pornolab, pretome, privatehd, rarbg, redacted, retroflix, revolutiontt, rutracker, scenehd, scenetime, secretcinema, sharewoodapi, shazbat, ShizaProject, speedapp, speedcd, subsplease, toloka, torrentbytes, torrentday, torrentheaven, torrentnetwork, torrentscsv, torrentsyndikat, tvstore, xspeeds, zonaq, animetosho, morethantv-api 
2023-01-24 08:47:13.861551+00:0001-24 00:47:13 Info Loading Cardigann indexers from: /config/cardigann/definitions/, /etc/xdg/cardigan/definitions/, /app/Definitions 
2023-01-24 08:47:17.842273+00:0001-24 00:47:17 Info Loaded 497 Cardigann indexers: ceskeforum, piratbitl, teracod, filelisting, ydypt, aidoruonline, hdmonkey, empornium2fa, theplace, booktracker, torrentccf, anthelion-api, concen, legittorrents, rapidzona, mvgroupmain, aussierules, riperam, karagarga, zamundanet, peersfm, rptorrents, pornforall, kinorun, mononokebt, torrent-explosiv, torrentv, cloudtorrents, dark-shadow, dimeadozen, torrentslocal, zelkaorg, bibliotik, funkytorrents, noname-club, ztracker, torrentsectorcrew, mircrew, torrentqq, putao, hdcztorrent, fouducinema, hdbits, beyond-hd, bitnova, animelayer, polishtracker-api, speedtorrentreloaded, torrentleech-pl, xtremebytes, learnbits, purovicio, pornbay, lemonhd, sporthd, resurrectthenet, bitru, bestcore, abnormal, gtorrentpro, opencd, movietorrent, yourbittorrent, anisource, gay-torrentsorg, kinonavse100, theoccult, oshenpt, theshow, uhdbits, xiteme, tribalmixes, cinematik, springsunday, thesceneplace, rintornet, brsociety-api, newstudio, proaudiotorrents, madsrevolution, file-tracker, pterclub, sharewood, skipthetrailers, exkinoray, moviesite, thepiratebay, vsthouse, abtorrents, theleachzone, shareisland-api, animeclipse, bootytape, zetorrents, yggtorrent, dmhy, ptmsg, pixelados-html, twilight, coastalcrew, broadcity, hdtorrentsit, immortuos, btetree, torrentz2eu, punkshorror, torrentsir, tlfbits, gigatorrents, hdtime, linkomanija, torrent-turk, btmet, crnaberza, bluebirdhd, comicat, theaudioscene, huntorrent, theoldschool-api, kickasstorrents-to, btdigg, deildu, audiobookbay, 0daykiev, bitspyder, zomb, muziekfabriek, knaben, newstudiol, rintor, pornotor, pttime, scenepalace, glodls, bithorlo, hdforever, docspedia, torrentgalaxy, desitorrents-api, showrss, jptv, beitai, spidertk, shanaproject, krazyzone, RockBox, torrentfunk, losslessclub, digitalcore, hhanclub, gay-torrents, pixelcove, estone, linuxtracker, thefallingangels, totheglorycookie, torrentleech, hdu, twilightszoom, cpasbienclone, swarmazon, insanetracker, metaltracker, torrent9, sugoimusic, p2pelite, eniahd, crazyhd, haidan, polishsource, lepornoinfo, acidlounge, skipthecommercials-api, nbtorrents-api, totallykids, hd4fans, satclubbing, world-of-tomorrow, lst, rutor, teamhd, hdonly, badasstorrents, hdfans, extremetorrents, magicheaven, trupornolabs, majomparade, byrutor, mvgroupforum, xxxtor, blutopia-api, femdomcult, nntt, firebit, asiancinema, hdturk, happyfappy, torrent911, proporno, audionews, divteam, tapochek, aftershock, pornleech, gimmepeers, btnext, byrbt, jav-torrent, haitang, boxingtorrents, 0magnet, whiteangel, ilcorsaronero, hebits, pornbits, limetorrents, locadora, finelite, sportscult, bt4g, mousebits, bwtorrents, btschool, bitsexy, fanoin, kinozal, pier720, tasmanit, teamos, spiritofrevolution, indietorrents, woot, Bittorrentfiles, gktorrent, pixelados, amigosshare, r3vwtf, uniondht, tokyotosho, generationfree-api, bigfangroup, torrent9clone, extremlymtorrents, xbytesv2, racing4everyone-api, redbits-api, nethd, megamixtracker, lastfiles, learnflakes, torrentkitty, 3changtrai, hdroute, cathoderaytube, selezen, reelflix-api, chdbits, dxp, unlimitz, crackingpatching, bitded, parnuxi, acgsou, dreamtracker, tvchaosuk, nyaasi, hdhome, aniRena, animeworld-api, datascene-api, aither-api, pornoslab, arabafenice, totheglory, fantasticheaven, hdchina, megapeer, datatalli, fenyarnyek-tracker, backups, teamctgame, chilebt, rainbowtracker, elitetorrent-biz, discfan, unionfansub, jme-reunit3d-api, extremebits, crazyspirits, torrentdownloads, racingforme, extratorrent-st, torrentseeds-api, magico, hdsky, mojblink, mesevilag, tjupt, lat-team-api, bangumi-moe, sdbits, diablotorrent, tvroad, soulvoice, ccfbits, cinemageddon, genesismovement, ptfiles, bitbazis, internetarchive, snowpt, hdai, hdc, falkonvisionteam, bitturk, empornium, isohunt2, sosulki, eztv, mteamtp, 2fast4you, classix, torrentlt, greekdiamond, scenerush, potuk, hdzone, turkseed, mikan, anilibria, peeratiko, idope, themixingbowl, hdolimpo-api, redstartorrent, wihd, puntotorrent, nipponsei, anime-free, pwtorrents, thegeeks, u2, torrentby, milkie, torrentland-api, torrentmasters, 3evils, fantastiko, carpt, noname-clubl, hellashut, hdarea, mactorrentsdownload, xxxtorrents, gaytorrentru, exttorrents, limetorrentsclone, lesaloon, torrentproject2, onejav, ftuapps, 1ptbar, rgfootball, pctorrent, marinetracker, carpathians, arenabg, thevault, bithumen, kufirc, mazepa, traht, acervos, turktorrent, gfxpeers, miobt, superbits, piratbit, mypornclub, korsar, rustorka, swarmazon-api, hd-unit3d-api, acgrip, torrenting, xwtclassics, pixelcove2fa, frozenlayer, ptsbao, pignetwork, sexypics, fuzer, leech24, underversel, hdspain, carphunter, speedmasterhd, solidtorrents, sktorrent-org, theshinning, the-crazy-ones, jpopsuki, bulltorrent, xthor-api, ourbits, p2pbg, torrentdownload, demonoid, animetracker, ihdbits, cinemamovies, torrentwhiz, mma-torrents, esharenet, ibit, hdatmos, mteamtp2fa, ehentai, keepfriends, torlook, trancetraffic, bitsearch, rus-media, romanianmetaltorrents, pussytorrents, catorrent, dariustracker, xwtorrents, danishbytes-api, trezzor, sukebeinyaasi, 3dtorrents, bitcityreloaded, siambit, btsow, ebooks-shares, mixtapetorrent, movietorrentz, cpasbien, myspleen, torrentz2nz, netcosmo, hddolby, yggcookie, torrent-pirat, xxxadulttorrent, yts, crt2fa, newretro, torlock, hawke-uno, girotorrent, portugas-api, rutracker-ru, greekteam, itorrent, rudub, 1337x, moviesdvdr, torrenthr, prostylex, hdgalaktik, 4thd, finvip, gamestorrents, arabp2p, mnv, sktorrent, ilcorsaroblu, seedoff, libranet, concertos, borgzelle, torrentbd, tmghub, vsttorrents, acrossthetasman, pornotorrent, kickasstorrents-ws, pthome, thenewfun, wdt, torrentview, uniongang, 52pt, tekno3d, audiences, houseofdevil, oldtoonsworld, torrentoyunindir, tellytorrent-api, freshmeat, cartoonchaos, torrentcore, theempire, seedfile 
2023-01-24 08:47:17.842389+00:0001-24 00:47:17 Info Loaded 574 indexers in total 
2023-01-24 08:47:17.844028+00:0001-24 00:47:17 Info Adding aggregate indexer ('all' indexer) ... 
2023-01-24 08:47:17.854607+00:0001-24 00:47:17 Info Adding filter indexer ('type:public' indexer) ... 
2023-01-24 08:47:17.857148+00:0001-24 00:47:17 Info Adding filter indexer ('type:private' indexer) ... 
2023-01-24 08:47:17.857300+00:0001-24 00:47:17 Info Adding filter indexer ('type:semi-public' indexer) ... 
2023-01-24 08:47:18.380114+00:0001-24 00:47:18 Info Jackett startup finished in 7.714 s 
2023-01-24 08:47:18.380766+00:00Hosting environment: Production
2023-01-24 08:47:18.380793+00:00Content root path: /app/Content
2023-01-24 08:47:18.380806+00:00Now listening on: http://[::]:9117
2023-01-24 08:47:18.380850+00:00Application started. Press Ctrl+C to shut down.
2023-01-24 09:03:23.075062+00:0001-24 01:03:23 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 09:03:24.169391+00:0001-24 01:03:24 Error CardigannIndexer (torrent911): Error while parsing row '
2023-01-24 09:03:24.169463+00:00<tr>
2023-01-24 09:03:24.169497+00:00<td width="71%" align="left">
2023-01-24 09:03:24.169506+00:00<div class="maxi">
2023-01-24 09:03:24.169511+00:00<i class="Animes"></i>
2023-01-24 09:03:24.169517+00:00<a href="torrent/42187" title="Tokyo Revengers S02E03 VOSTFR 1080p HDTV en Torrent">Tokyo Revengers S02E03 VOSTFR 1080p HDTV</a>
2023-01-24 09:03:24.169528+00:00</div>
2023-01-24 09:03:24.169533+00:00</td>
2023-01-24 09:03:24.169537+00:00<td width="11%" align="left">682.47 MB</td>
2023-01-24 09:03:24.169542+00:00<td width="9%" align="left">
2023-01-24 09:03:24.169552+00:00<img src="/themes/default/img/uploader.png" alt="seeders">
2023-01-24 09:03:24.169561+00:00115</td>
2023-01-24 09:03:24.169567+00:00<td width="9%" align="left">
2023-01-24 09:03:24.169572+00:00<img src="/themes/default/img/downloader.png" alt="leechers">
2023-01-24 09:03:24.169580+00:0020</td>
2023-01-24 09:03:24.169591+00:00</tr>':
2023-01-24 09:03:24.169597+00:002023-01-24T09:03:24.169597107Z
2023-01-24 09:03:24.169601+00:00System.Exception: Error while parsing field=category, selector=td:nth-child(1) i, td:nth-child(1) div i, value=Animes: Object reference not set to an instance of an object.
2023-01-24 09:03:24.169610+00:00at Jackett.Common.Indexers.CardigannIndexer.PerformQuery(TorznabQuery query) in /home/vsts/work/1/s/src/Jackett.Common/Indexers/CardigannIndexer.cs:line 1630 
2023-01-24 09:03:24.217714+00:0001-24 01:03:24 Info Torznab search in Torrent911 => Found 8 releases 
2023-01-24 09:03:28.729019+00:0001-24 01:03:28 Info Torznab search in RARBG => Found 100 releases 
2023-01-24 09:03:29.010733+00:0001-24 01:03:29 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 09:03:43.485785+00:0001-24 01:03:43 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 09:03:55.198223+00:0001-24 01:03:55 Info Torznab search in YGGtorrent => Found 43 releases 
2023-01-24 09:19:23.166034+00:0001-24 01:19:23 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 09:19:23.168240+00:0001-24 01:19:23 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 09:19:23.170341+00:0001-24 01:19:23 Info Torznab search in YGGtorrent => Found 43 releases (from cache) 
2023-01-24 09:19:23.170397+00:0001-24 01:19:23 Info Torznab search in Torrent911 => Found 8 releases (from cache) 
2023-01-24 09:34:53.430545+00:0001-24 01:34:53 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 09:34:53.430624+00:0001-24 01:34:53 Info Torznab search in YGGtorrent => Found 43 releases (from cache) 
2023-01-24 09:34:53.430649+00:0001-24 01:34:53 Info Torznab search in Torrent911 => Found 8 releases (from cache) 
2023-01-24 09:34:53.431981+00:0001-24 01:34:53 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 09:47:17.905332+00:0001-24 01:47:17 Info Checking for updates... Jackett variant: CoreLinuxAmdx64 
2023-01-24 09:47:17.905418+00:0001-24 01:47:17 Info Updates are disabled via --NoUpdates. 
2023-01-24 09:50:23.633491+00:0001-24 01:50:23 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 09:50:24.452720+00:0001-24 01:50:24 Error CardigannIndexer (torrent911): Error while parsing row '
2023-01-24 09:50:24.452756+00:00<tr>
2023-01-24 09:50:24.452794+00:00<td width="71%" align="left">
2023-01-24 09:50:24.452825+00:00<div class="maxi">
2023-01-24 09:50:24.452834+00:00<i class="Animes"></i>
2023-01-24 09:50:24.452842+00:00<a href="torrent/42187" title="Tokyo Revengers S02E03 VOSTFR 1080p HDTV en Torrent">Tokyo Revengers S02E03 VOSTFR 1080p HDTV</a>
2023-01-24 09:50:24.452859+00:00</div>
2023-01-24 09:50:24.452955+00:00</td>
2023-01-24 09:50:24.453021+00:00<td width="11%" align="left">682.47 MB</td>
2023-01-24 09:50:24.453037+00:00<td width="9%" align="left">
2023-01-24 09:50:24.453045+00:00<img src="/themes/default/img/uploader.png" alt="seeders">
2023-01-24 09:50:24.453151+00:00115</td>
2023-01-24 09:50:24.453166+00:00<td width="9%" align="left">
2023-01-24 09:50:24.453237+00:00<img src="/themes/default/img/downloader.png" alt="leechers">
2023-01-24 09:50:24.453251+00:0020</td>
2023-01-24 09:50:24.453268+00:00</tr>':
2023-01-24 09:50:24.453276+00:002023-01-24T09:50:24.453276545Z
2023-01-24 09:50:24.453350+00:00System.Exception: Error while parsing field=category, selector=td:nth-child(1) i, td:nth-child(1) div i, value=Animes: Object reference not set to an instance of an object.
2023-01-24 09:50:24.453369+00:00at Jackett.Common.Indexers.CardigannIndexer.PerformQuery(TorznabQuery query) in /home/vsts/work/1/s/src/Jackett.Common/Indexers/CardigannIndexer.cs:line 1630 
2023-01-24 09:50:24.464751+00:0001-24 01:50:24 Info Torznab search in Torrent911 => Found 8 releases 
2023-01-24 09:50:27.985188+00:0001-24 01:50:27 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 09:50:29.003509+00:0001-24 01:50:29 Info Torznab search in RARBG => Found 100 releases 
2023-01-24 09:50:42.872333+00:0001-24 01:50:42 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 09:50:54.511451+00:0001-24 01:50:54 Info Torznab search in YGGtorrent => Found 39 releases 
2023-01-24 10:06:23.679024+00:0001-24 02:06:23 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 10:06:23.679765+00:0001-24 02:06:23 Info Torznab search in YGGtorrent => Found 39 releases (from cache) 
2023-01-24 10:06:23.679781+00:0001-24 02:06:23 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 10:06:23.683265+00:0001-24 02:06:23 Info Torznab search in Torrent911 => Found 8 releases (from cache) 
2023-01-24 10:21:53.818578+00:0001-24 02:21:53 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 10:21:53.818676+00:0001-24 02:21:53 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 10:21:53.822433+00:0001-24 02:21:53 Info Torznab search in Torrent911 => Found 8 releases (from cache) 
2023-01-24 10:21:53.823909+00:0001-24 02:21:53 Info Torznab search in YGGtorrent => Found 39 releases (from cache) 
2023-01-24 10:37:24.026586+00:0001-24 02:37:24 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 10:37:24.622551+00:0001-24 02:37:24 Info Torznab search in Torrent911 => Found 4 releases 
2023-01-24 10:37:29.435649+00:0001-24 02:37:29 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 10:37:29.467475+00:0001-24 02:37:29 Info Torznab search in RARBG => Found 100 releases 
2023-01-24 10:37:44.224684+00:0001-24 02:37:44 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 10:37:56.892132+00:0001-24 02:37:56 Info Torznab search in YGGtorrent => Found 37 releases 
2023-01-24 10:53:24.402205+00:0001-24 02:53:24 Info Torznab search in YGGtorrent => Found 37 releases (from cache) 
2023-01-24 10:53:24.404961+00:0001-24 02:53:24 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 10:53:24.410542+00:0001-24 02:53:24 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 10:53:24.410591+00:0001-24 02:53:24 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 11:08:54.563295+00:0001-24 03:08:54 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 11:08:54.563355+00:0001-24 03:08:54 Info Torznab search in YGGtorrent => Found 37 releases (from cache) 
2023-01-24 11:08:54.563367+00:0001-24 03:08:54 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 11:08:54.571122+00:0001-24 03:08:54 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 11:24:24.859734+00:0001-24 03:24:24 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 11:24:25.648531+00:0001-24 03:24:25 Info Torznab search in Torrent911 => Found 4 releases 
2023-01-24 11:24:29.527256+00:0001-24 03:24:29 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 11:24:30.221858+00:0001-24 03:24:30 Info Torznab search in RARBG => Found 100 releases 
2023-01-24 11:24:43.519432+00:0001-24 03:24:43 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 11:24:56.708775+00:0001-24 03:24:56 Info Torznab search in YGGtorrent => Found 37 releases 
2023-01-24 11:40:24.994747+00:0001-24 03:40:24 Info Torznab search in YGGtorrent => Found 37 releases (from cache) 
2023-01-24 11:40:24.994822+00:0001-24 03:40:24 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 11:40:24.995774+00:0001-24 03:40:24 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 11:40:24.996158+00:0001-24 03:40:24 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 11:55:55.235564+00:0001-24 03:55:55 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 11:55:55.235639+00:0001-24 03:55:55 Info Torznab search in YGGtorrent => Found 37 releases (from cache) 
2023-01-24 11:55:55.235654+00:0001-24 03:55:55 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 11:55:55.239709+00:0001-24 03:55:55 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 12:11:25.475093+00:0001-24 04:11:25 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 12:11:26.458774+00:0001-24 04:11:26 Info Torznab search in Torrent911 => Found 4 releases 
2023-01-24 12:11:29.599675+00:0001-24 04:11:29 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 12:11:31.113728+00:0001-24 04:11:31 Info Torznab search in RARBG => Found 100 releases 
2023-01-24 12:12:17.711860+00:0001-24 04:12:17 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 12:12:30.879339+00:0001-24 04:12:30 Info Torznab search in YGGtorrent => Found 37 releases 
2023-01-24 12:27:55.911984+00:0001-24 04:27:55 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 12:27:55.912066+00:0001-24 04:27:55 Info Torznab search in YGGtorrent => Found 37 releases (from cache) 
2023-01-24 12:27:55.914584+00:0001-24 04:27:55 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 12:27:55.914647+00:0001-24 04:27:55 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 12:43:26.271129+00:0001-24 04:43:26 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 12:43:26.271851+00:0001-24 04:43:26 Info Torznab search in YGGtorrent => Found 37 releases (from cache) 
2023-01-24 12:43:26.274900+00:0001-24 04:43:26 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 12:43:26.275050+00:0001-24 04:43:26 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 12:58:56.394660+00:0001-24 04:58:56 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 12:58:57.203260+00:0001-24 04:58:57 Info Torznab search in Torrent911 => Found 4 releases 
2023-01-24 12:59:01.689152+00:0001-24 04:59:01 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 12:59:01.812182+00:0001-24 04:59:01 Info Torznab search in RARBG => Found 100 releases 
2023-01-24 12:59:16.513866+00:0001-24 04:59:16 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 12:59:29.343174+00:0001-24 04:59:29 Info Torznab search in YGGtorrent => Found 37 releases 
2023-01-24 13:14:57.262888+00:0001-24 05:14:57 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 13:14:57.265180+00:0001-24 05:14:57 Info Torznab search in YGGtorrent => Found 37 releases (from cache) 
2023-01-24 13:14:57.268050+00:0001-24 05:14:57 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 13:14:57.268509+00:0001-24 05:14:57 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 13:30:27.438937+00:0001-24 05:30:27 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 13:30:27.439091+00:0001-24 05:30:27 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 13:30:27.439424+00:0001-24 05:30:27 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 13:30:27.440518+00:0001-24 05:30:27 Info Torznab search in YGGtorrent => Found 37 releases (from cache) 
2023-01-24 13:45:57.758909+00:0001-24 05:45:57 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 13:45:58.282065+00:0001-24 05:45:58 Info Torznab search in Torrent911 => Found 4 releases 
2023-01-24 13:46:03.143536+00:0001-24 05:46:03 Info Torznab search in RARBG => Found 100 releases 
2023-01-24 13:46:04.249863+00:0001-24 05:46:04 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 13:46:52.714612+00:0001-24 05:46:52 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 13:47:04.803767+00:0001-24 05:47:04 Info Torznab search in YGGtorrent => Found 38 releases 
2023-01-24 14:02:27.851387+00:0001-24 06:02:27 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 14:02:27.851439+00:0001-24 06:02:27 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 14:02:27.853496+00:0001-24 06:02:27 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 14:02:27.853553+00:0001-24 06:02:27 Info Torznab search in YGGtorrent => Found 38 releases (from cache) 
2023-01-24 14:17:57.936521+00:0001-24 06:17:57 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 14:17:57.936669+00:0001-24 06:17:57 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 14:17:57.936918+00:0001-24 06:17:57 Info Torznab search in YGGtorrent => Found 38 releases (from cache) 
2023-01-24 14:17:57.936945+00:0001-24 06:17:57 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 14:33:28.147676+00:0001-24 06:33:28 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 14:33:29.083811+00:0001-24 06:33:29 Info Torznab search in Torrent911 => Found 4 releases 
2023-01-24 14:33:32.679264+00:0001-24 06:33:32 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 14:33:33.748231+00:0001-24 06:33:33 Info Torznab search in RARBG => Found 100 releases 
2023-01-24 14:33:46.405782+00:0001-24 06:33:46 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 14:33:57.705773+00:0001-24 06:33:57 Info Torznab search in YGGtorrent => Found 38 releases 
2023-01-24 14:48:58.375818+00:0001-24 06:48:58 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 14:48:58.375877+00:0001-24 06:48:58 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 14:48:58.377404+00:0001-24 06:48:58 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 14:48:58.377584+00:0001-24 06:48:58 Info Torznab search in YGGtorrent => Found 38 releases (from cache) 
2023-01-24 15:04:28.631830+00:0001-24 07:04:28 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 15:04:28.631931+00:0001-24 07:04:28 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 15:04:28.636362+00:0001-24 07:04:28 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 15:04:28.638575+00:0001-24 07:04:28 Info Torznab search in YGGtorrent => Found 38 releases (from cache) 
2023-01-24 15:19:58.816150+00:0001-24 07:19:58 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 15:19:59.721704+00:0001-24 07:19:59 Info Torznab search in Torrent911 => Found 4 releases 
2023-01-24 15:20:03.318668+00:0001-24 07:20:03 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 15:20:04.468828+00:0001-24 07:20:04 Info Torznab search in RARBG => Found 100 releases 
2023-01-24 15:20:17.735903+00:0001-24 07:20:17 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 15:20:30.139494+00:0001-24 07:20:30 Info Torznab search in YGGtorrent => Found 38 releases 
2023-01-24 15:35:59.039073+00:0001-24 07:35:59 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 15:35:59.039283+00:0001-24 07:35:59 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 15:35:59.041641+00:0001-24 07:35:59 Info Torznab search in YGGtorrent => Found 38 releases (from cache) 
2023-01-24 15:35:59.042225+00:0001-24 07:35:59 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 15:51:29.216833+00:0001-24 07:51:29 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 15:51:29.217120+00:0001-24 07:51:29 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 15:51:29.219478+00:0001-24 07:51:29 Info Torznab search in YGGtorrent => Found 38 releases (from cache) 
2023-01-24 15:51:29.221740+00:0001-24 07:51:29 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 16:06:59.386986+00:0001-24 08:06:59 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 16:07:00.188355+00:0001-24 08:07:00 Info Torznab search in Torrent911 => Found 4 releases 
2023-01-24 16:07:04.050017+00:0001-24 08:07:04 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 16:07:04.753581+00:0001-24 08:07:04 Info Torznab search in RARBG => Found 100 releases 
2023-01-24 16:07:18.246134+00:0001-24 08:07:18 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 16:07:29.678278+00:0001-24 08:07:29 Info Torznab search in YGGtorrent => Found 34 releases 
2023-01-24 16:22:59.591032+00:0001-24 08:22:59 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 16:22:59.591166+00:0001-24 08:22:59 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 16:22:59.594907+00:0001-24 08:22:59 Info Torznab search in YGGtorrent => Found 34 releases (from cache) 
2023-01-24 16:22:59.601928+00:0001-24 08:22:59 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 16:38:29.681490+00:0001-24 08:38:29 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 16:38:29.681626+00:0001-24 08:38:29 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 16:38:29.681724+00:0001-24 08:38:29 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 16:38:29.682972+00:0001-24 08:38:29 Info Torznab search in YGGtorrent => Found 34 releases (from cache) 
2023-01-24 16:53:59.780315+00:0001-24 08:53:59 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 16:54:00.608428+00:0001-24 08:54:00 Info Torznab search in Torrent911 => Found 4 releases 
2023-01-24 16:54:04.533546+00:0001-24 08:54:04 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 16:54:05.210337+00:0001-24 08:54:05 Info Torznab search in RARBG => Found 100 releases 
2023-01-24 16:54:19.017356+00:0001-24 08:54:19 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 16:54:31.174142+00:0001-24 08:54:31 Info Torznab search in YGGtorrent => Found 34 releases 
2023-01-24 17:09:59.957431+00:0001-24 09:09:59 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 17:09:59.957563+00:0001-24 09:09:59 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 17:09:59.959212+00:0001-24 09:09:59 Info Torznab search in YGGtorrent => Found 34 releases (from cache) 
2023-01-24 17:09:59.961896+00:0001-24 09:09:59 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 17:25:29.992579+00:0001-24 09:25:29 Info Torznab search in YGGtorrent => Found 34 releases (from cache) 
2023-01-24 17:25:29.996036+00:0001-24 09:25:29 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 17:25:29.996074+00:0001-24 09:25:29 Info Torznab search in Torrent911 => Found 4 releases (from cache) 
2023-01-24 17:25:29.996086+00:0001-24 09:25:29 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 17:41:00.349295+00:0001-24 09:41:00 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 17:41:00.851634+00:0001-24 09:41:00 Info Torznab search in Torrent911 => Found 4 releases 
2023-01-24 17:41:05.322578+00:0001-24 09:41:05 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 17:41:05.738615+00:0001-24 09:41:05 Info Torznab search in RARBG => Found 100 releases 
2023-01-24 17:41:19.550895+00:0001-24 09:41:19 Info CardigannIndexer (yggtorrent): Relogin required 
2023-01-24 17:41:31.977352+00:0001-24 09:41:31 Info Torznab search in YGGtorrent => Found 35 releases 
2023-01-24 17:57:00.589845+00:0001-24 09:57:00 Warn Some of the categories provided are unsupported in RARBG:  
2023-01-24 17:57:00.589918+00:0001-24 09:57:00 Info Torznab search in YGGtorrent => Found 35 releases (from cache) 
2023-01-24 17:57:00.591616+00:0001-24 09:57:00 Info Torznab search in RARBG => Found 100 releases (from cache) 
2023-01-24 17:57:00.596032+00:0001-24 09:57:00 Info Torznab search in Torrent911 => Found 4 releases (from cache)

Application Configuration

no change
Just add some

Describe the bug

Update in catalog was push in november (0.20.22.97)
There are several update since november
For exemple, 8 days ago the v0.20.2660 of the official contener was pushed , and we are still on 0.20.22.97

Maybe i don't understand properly how it works

To Reproduce

seek jacket in catalog

Expected Behavior

find the last version of jackett in catalog

Screenshots

Jacket appear up to date
jackett
0.20.2297_13.0.36
Up to date

But there are several release since this one was pushed in november : https://github.com/linuxserver/docker-jackett/releases

Additional Context

I hope i don't make you loosing time because of my bad english and missunderstand

Regards

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.

Dependabot doesn't update qBittorrent image

App Name

qBittorrent

SCALE Version

22.02.4

App Version

Application Events

-

Application Logs

-

Application Configuration

Describe the bug

onedr0p/qbittorrent image has been recently updated to ghcr.io/onedr0p/qbittorrent:v4.4.5@sha256:f78bda4a40b8c8734fba09e65b4553a8be89e88f746db614fe04a83ece1b817e, but dependabot didn't update it here.

To Reproduce

Expected Behavior

Image should be updated alongside with other.

Screenshots

Additional Context

Maybe related to #7894

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.

[Container Labels] Ensure License label isn't set on mirrored containers

Is your feature request related to a problem?

Some mirrored containers already have their own license label, which we currently override.
Which technically docker-layers can have seperate licenses AND our dockerfile is still 100% BSD (in most cases), this does not mean we should actually set that label on everything as well, as it might bring users to the wrong conclusion that the whole end-product is BSD.

Though, this does open-up a "box of pandora" in cases we start packaging software ourselves... at which point do we label?
Imho, we are going to label everything that at least has a own creative interprentation/effort (actually partly self-designed containers) and should drop the label for everything that is not.

Describe the solution you'd like

We should get rid of the license label on just-mirrored containers

Describe alternatives you've considered

Keeping it as-is, which seems to give of wrong impressions.

Additional context

We also will have to document licensing structure more clearly, as obviously we just (re)build packages and or packaging tools which are, mostly, BSD3 licensed. But the software inside of it does not have to be. Does our packaging get affected by virality (for the most part).

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.

Add plex-amd container from onedr0p

Is your feature request related to a problem?

I would like to be able to enable hardware encoding for my AMD GPU.
This is unfortunately missing from the plex container and also from the official plex container

Describe the solution you'd like

Could the following container be added:
https://github.com/onedr0p/containers/tree/main/apps/plex/amd

Describe alternatives you've considered

I tired:
https://hub.docker.com/r/mauimauer/spritsail-plex which would be running, but is not compatible with the charts I guess.

Additional context

No response

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.

Move container mirror

Is your feature request related to a problem?

Currently it's a bit confusing which containers are clean-mirrors and which actually contain code/modifications of our own.

In the container repo this is clear, however this is not reflected in the container repo.

Describe the solution you'd like

We should add truecharts-mirror to quay, dockerhub and tccr

Describe alternatives you've considered

leaving it as-is

Additional context

No response

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.

image for jackett

Is your feature request related to a problem?

oneDr0p dep jackett

Describe the solution you'd like

im assuming we are going to build our own image here hence you wanted me to file this request.

Describe alternatives you've considered

switch to a new provider

Additional context

ghcr.io/onedr0p/jackett

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.

Duplicacy - Container listed, but not built

App Name

duplicacy

SCALE Version

22.02.1

App Version

latest_0.0.11

Application Events

Back-off pulling image "tccr.io/truecharts/duplicacy:latest"

Application Logs

-

Application Configuration

Describe the bug

It seems like the Dockerfile has not been built yet.
The image is also not listed here: https://github.com/orgs/truecharts/packages?ecosystem=container&visibility=public

To Reproduce

  1. Pull the image

Expected Behavior

I can pull the image.

Screenshots

Additional Context

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.

multi-init: exec format error on arm64

App Name

multi-init

SCALE Version

Not using SCALE

App Version

N/A

Application Events

Type     Reason                  Age                    From                     Message
  ----     ------                  ----                   ----                     -------
  Warning  FailedScheduling        5m49s                  default-scheduler        0/5 nodes are available: 5 pod has unbound immediate PersistentVolumeClaims. preemption: 0/5 nodes are available: 5 Preemption is not helpful for scheduling.
  Warning  FailedScheduling        5m48s                  default-scheduler        0/5 nodes are available: 5 pod has unbound immediate PersistentVolumeClaims. preemption: 0/5 nodes are available: 5 Preemption is not helpful for scheduling.
  Normal   Scheduled               5m46s                  default-scheduler        Successfully assigned databases/pgadmin-7896dcfff5-mgjgz to k8s-worker5
  Normal   SuccessfulAttachVolume  5m35s                  attachdetach-controller  AttachVolume.Attach succeeded for volume "pvc-c77b09b8-f177-4a98-88ea-8932dff24fd2"
  Normal   Pulled                  5m27s                  kubelet                  Container image "quay.io/k8tz/k8tz:0.8.0@sha256:7bba4420c8decfad816cc77a180f121cfc1e0e51058dec7662837b4ba41812b7" already present on machine
  Normal   Created                 5m26s                  kubelet                  Created container provide-timezone
  Normal   Started                 5m26s                  kubelet                  Started container provide-timezone
  Normal   Pulling                 5m25s                  kubelet                  Pulling image "tccr.io/truecharts/multi-init:v0.0.1@sha256:5c1367f74527c7cdf02d034d721d0d7ac15ac08f5ab0b7f9106152c05e053618"
  Normal   Pulled                  4m17s                  kubelet                  Successfully pulled image "tccr.io/truecharts/multi-init:v0.0.1@sha256:5c1367f74527c7cdf02d034d721d0d7ac15ac08f5ab0b7f9106152c05e053618" in 1m7.933463063s
  Normal   Pulled                  2m36s (x4 over 4m)     kubelet                  Container image "tccr.io/truecharts/multi-init:v0.0.1@sha256:5c1367f74527c7cdf02d034d721d0d7ac15ac08f5ab0b7f9106152c05e053618" already present on machine
  Normal   Created                 2m36s (x5 over 4m12s)  kubelet                  Created container prepare
  Normal   Started                 2m36s (x5 over 4m12s)  kubelet                  Started container prepare
  Warning  BackOff                 20s (x17 over 3m59s)   kubelet                  Back-off restarting failed container

Application Logs

k logs -n databases pgadmin-7896dcfff5-mgjgz prepare
exec /bin/sh: exec format error

Application Configuration

N/A

Describe the bug

The container is only built for amd64 which should be fixed to also build on arm64.

To Reproduce

  1. Create an arm64 k8s cluster
  2. Try to deploy any that uses the initcontainer
  3. Notice it failing.

Expected Behavior

It would just work.

Screenshots

N/A

Additional Context

N/A

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.

image for transmission

Is your feature request related to a problem?

Is your feature request related to a problem?

oneDr0p dep transmission

Describe the solution you'd like

build our own image

Describe alternatives you've considered

switch to a different app

Additional context

ghcr.io/onedr0p/transmission

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.

Renovate Dashboard ๐Ÿค–

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Errored

These updates encountered an error and will be retried. Click on a checkbox below to force a retry now.

  • fix(images): update tombursch/kitchenowl-web digest to 26370d3
  • fix(images): update vabene1111/recipes digest to 71974fd
  • fix(images): update webpsh/webps digest to 8dcb299
  • fix(images): update xavierh/goaccess-for-nginxproxymanager digest to a25583b
  • fix(images): update ydkn/cups digest to 3eef5f2
  • fix(images): update advplyr/audiobookshelf to 2.1.1
  • fix(images): update docker.io/jellyfin/jellyfin to 10.8.3
  • fix(images): update ghcr.io/flaresolverr/flaresolverr to v2.2.6
  • fix(images): update vabene1111/recipes to 1.3.3
  • feat(images): update ghcr.io/autobrr/autobrr to v1.3.0
  • feat(images): update ghcr.io/k8s-at-home/plex to v1.28.0.5999-97678ded3
  • feat(images): update ghost to 5.7.0
  • feat(images): update inventree/inventree to 0.8.0
  • feat(images): update kimai/kimai2 to apache-1.22.1-prod
  • feat(images): update koenkk/zigbee2mqtt to 1.27.0

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
apps/freeradius/Dockerfile
  • undefined no version found
apps/multi-init/Dockerfile
  • ghcr.io/truecharts/ubuntu latest@sha256:f01c8a1a596b0df3e46ee697450e010650d07478f808081287dcf002b1eae096
apps/ombi/Dockerfile
  • ghcr.io/truecharts/ubuntu latest@sha256:f01c8a1a596b0df3e46ee697450e010650d07478f808081287dcf002b1eae096
base/alpine/Dockerfile
  • undefined no version found
base/ubuntu/Dockerfile
  • undefined no version found
dev/devcontainer/Dockerfile
  • quay.io/helmpack/chart-releaser v1.4.0@sha256:f9e6b06a1d60bcd94a2a6a4988a59233936239347c69b4ab2d99916ffc848a5b
  • jnorwood/helm-docs v1.11.0@sha256:66c8f4164dec860fa5c1528239c4aa826a12485305b7b224594b1a73f7e6879a
  • quay.io/git-chglog/git-chglog 0.15.1@sha256:471db4cefc1a4dc0d8ee996447d5ac860f9496c982bcd29e90b390aff4e78175
  • mcr.microsoft.com/vscode/devcontainers/ruby 0-2@sha256:b39ce749ad73ed306859a2d9d8d49d42048726ef2d64c1e9c7da236d6f39354d
mirror/7daystodie/Dockerfile
  • ich777/steamcmd 7dtd@sha256:ffcc27beace4b4e8c84c34b387d0d93f470ededcf5bae955d404ea382b03b716
mirror/acestream/Dockerfile
  • vstavrinov/acestream-service latest@sha256:19af0d17c7284220e15fc679915146f684369ecaed22488b5d902bda5afed39c
mirror/actualserver/Dockerfile
  • kippenhof/actual-server latest@sha256:ba935b9bdbc3c87387fa0d5ff1812321d7f536dd65b3479f69fbf35bdf49a256
mirror/adguard-home/Dockerfile
  • adguard/adguardhome v0.107.8@sha256:a26245dbf220544c147d2068e50905eea734c60979d97a7dc3dddf9a595e123c
mirror/adguardhome-sync/Dockerfile
  • lscr.io/linuxserver/adguardhome-sync latest@sha256:c3ec85352035fce7c6eaec4e9f33aab7aec115f7d766abbdd381f17579c93814
mirror/adminer/Dockerfile
  • adminer latest@sha256:7044d8d4c511776548794f2a79974a45b850a1d7fbcbfc9223c8bf73256a410d
mirror/agendav/Dockerfile
  • vilhjalmr26/agendav latest@sha256:e2993d12de737cb7a5bfd952c076620caaf372c94a52fb3302b5054d0b898c33
mirror/agent-dvr/Dockerfile
  • doitandbedone/ispyagentdvr latest@sha256:755c69f9886a4219ce05c4bfb14e4348e7d5e41ea161dc33718a9eb6a011cbfe
mirror/airdcpp-webclient/Dockerfile
  • docker.io/gangefors/airdcpp-webclient 2.11.2@sha256:2b3eb50f1bdc537d887bacee6e815cb0b4fb6c53bac723b3267f3c4d13a22274
mirror/airsonic-advanced/Dockerfile
  • airsonicadvanced/airsonic-advanced edge-latest@sha256:18de305bce05d47a885a40e6fbeecbf26ebc1ea815cedcce4be1f533a39bd3e8
mirror/airsonic/Dockerfile
  • ghcr.io/linuxserver/airsonic version-v10.6.2@sha256:8b42de38222839c0ff8914479853cfd5e4a8160d81c9a9ef6e9896be6629bf29
mirror/alertmanager/Dockerfile
  • bitnami/alertmanager 0.24.0@sha256:1cb2bcdd0ea9990ca233c95b6f1c4c1bad296978a9967e08f62adb79a5f5d2df
mirror/alienswarm-reactivedrop/Dockerfile
  • ich777/steamcmd alienswarmreactivedrop@sha256:e71e570c56d0a5693cfb0e2e3a31f6401a16347e7a73dc039836770b182d88a3
mirror/alienswarm/Dockerfile
  • ich777/steamcmd alienswarm@sha256:d8466d702022000873f664fccdae293fc6b70103ae2ea7febb47c6053060dfa4
mirror/alist/Dockerfile
  • xhofe/alist v2.6.3@sha256:c2806ebe9aa2a8e2dc60a931b29785f55abfb7d1a3849c0152d4da7c2d6255af
mirror/allthemods7/Dockerfile
  • goobaroo/allthemods7 latest@sha256:f89591145e5f5767a3f7c3843965d7c1c0be67b78dd17999ca428f51ebe0489a
mirror/alltube-download/Dockerfile
  • rudloff/alltube latest@sha256:a8cc79a82c556d3ee36d8fd93bccdf064cf4bea8c09ce65ad0f60d9017dc5fc6
mirror/altitude/Dockerfile
  • ich777/altitude latest@sha256:d1d062775f82c87de157fbe2105b5ebe27054f27203760c2dfff5a3bb7305922
mirror/ama/Dockerfile
  • randomninjaatk/ama latest@sha256:e67aa599ccceec4081d6a11d664bb0f44658b7a07d4d73a6fffa65170da19635
mirror/ambd/Dockerfile
  • randomninjaatk/ambd amd64@sha256:395002be2ef0955846f68ac62d9f6f0bb7dc4b4fdfbcb141a3023c9ed2eaf4fe
mirror/amcrest2mqtt/Dockerfile
  • dchesterton/amcrest2mqtt 1.0.16@sha256:5a503bcf7b39bd846ca60be1846ce8b73eae979fd074f2a31e14462f85447260
mirror/americasarmy-pg/Dockerfile
  • ich777/steamcmd aaprovinggrounds@sha256:7039815bc915793d340375c664bd5ef528cbd9089e3bbf7de5891e2b5da8405b
mirror/amtd/Dockerfile
  • randomninjaatk/amtd latest@sha256:dd6ebfd2b1d7e4c407f47e1b3451ca883f246e94d657d3bcec71d05d48f3cc6e
mirror/amule/Dockerfile
  • tchabaud/amule latest@sha256:66351396337f50b40613222c5c47adfbc8685eb631b38e73f217358f54182d64
mirror/amvd/Dockerfile
  • randomninjaatk/amvd latest@sha256:48d8baa575604732ac4b298c3410ab89b66bc444a2f0c28cd0df02464ed4dc73
mirror/android-8-0/Dockerfile
  • ulisses1478/docker-android latest@sha256:4607501558b29d81497b528905f7a23253aa2dcf80510bb27825a2f931acdd96
mirror/androiddebugbridge/Dockerfile
  • barnybbb/adb-hass-androidtv latest@sha256:060b7f9171ec32138f9f484fbed8169e88c1d8522e8800d164516f9a8805c38c
mirror/anki-sync-server/Dockerfile
  • ankicommunity/anki-sync-server 20220516@sha256:f29c04fbc6c4234e156b2348306e172cbdff5ab072adc307dff75153e3ce93a5
mirror/ankidock/Dockerfile
  • lawryder/ankidock latest_stable@sha256:cbdd0202a3367952032ee50734130b5a20fd353cc049e1efce52425bba80af1b
mirror/anonaddy/Dockerfile
  • anonaddy/anonaddy 0.13.3@sha256:557dba6634ac2e1e6afde7919a7e968dec63d1425f0e28a6365c66ea36722c0b
mirror/anope/Dockerfile
  • ich777/anope latest@sha256:2b078d4b3a66d2d0463dbc77c9e5fd50493b9a007d27e2d2b0c44a3530c83b1c
mirror/apache-musicindex/Dockerfile
  • ghcr.io/k8s-at-home/apache-musicindex v1.4.1-2@sha256:5e84286fe9200c7bff285fd5a7a85ec874f673da67d4d6c2b89031878929d9a3
mirror/apache-webdav/Dockerfile
  • apachewebdav/apachewebdav latest@sha256:0d4aea1eefbc374cf21fd677e09a90df7dca0f5b5d72e5ba534f201f7c03bcea
mirror/appdaemon/Dockerfile
  • docker.io/acockburn/appdaemon 4.2.1@sha256:c530b4701c9d1867a1ab435d1288f2cae68295b96ae1adc4f916cce99421ef50
mirror/apprise-api/Dockerfile
  • lscr.io/linuxserver/apprise-api latest@sha256:b701cf953d2bf2f2b00a299252ea8bb1a56874279ab0b11de959424910bd9a10
mirror/appsmith/Dockerfile
  • appsmith/appsmith-ce v1.7.10@sha256:d76c5c928c1f20b83eefc1984f3df61307ebdc2b18f66e30948f4c1369a6a6ad
mirror/apt-cacher-ng/Dockerfile
  • sameersbn/apt-cacher-ng latest@sha256:58e74113cfac7e593201444648c105351cbfce7538bfb36dcafdc9479b2aefcc
mirror/archiveteam-warrior/Dockerfile
  • atdr.meo.ws/archiveteam/warrior-dockerfile latest@sha256:33495db5da56e55212779f475a0b1fbac755c80b351739aa81f91c2d59dcd6be
mirror/aria2-daemon/Dockerfile
  • fanningert/aria2-daemon latest@sha256:599f209ae485b63fe437d16380b07c783588316268847e90667f67fb8aad6ef4
mirror/aria2-pro/Dockerfile
  • p3terx/aria2-pro latest@sha256:2589527dfef6351d459f3a6781e4efef41d694878765b107413a6eb4bb6bbca7
mirror/aria2-with-ariang/Dockerfile
  • fanningert/aria2-with-ariang latest@sha256:82fae090c527bf444eb6e795db2012707f999013b399cf0ad246641a460f82dd
mirror/aria2webui/Dockerfile
  • fanningert/aria2-with-webui latest@sha256:7fd98bd197c04a3e7a47071a83633fdf4dcc46a6e1d1cef1600ba1566d641727
mirror/ariang/Dockerfile
  • leonismoe/ariang 1.2.4@sha256:59ce3fe8bcb3d6b4f0bffe5a7d36259b78778f82d09f2962a1e6700e5406ec1a
mirror/arksurvivalevolved/Dockerfile
  • ich777/steamcmd arkse@sha256:45f23fe6981e85457991dce654bfede3286f3c40cefe1d5ea0a1ac4d2878dc82
mirror/arma3/Dockerfile
  • ich777/steamcmd arma3@sha256:388d79d2c55118f697b3f8cb90f8e9ec676456dc6fe4ffdd1739baa9d9ca08b3
mirror/arma3exilemod/Dockerfile
  • ich777/steamcmd arma3exilemod@sha256:57a30c4d19e337c6ab1945398f043ff823ce2bc91c8db925948e603c8f4d7d09
mirror/artifactory-oss/Dockerfile
  • docker.bintray.io/jfrog/artifactory-oss 7.41.6@sha256:93f09213583fa7a1ed6eecb8715392c49a350f683cbb51c22aacdcf73e96044a
mirror/assettocorsa/Dockerfile
  • ich777/steamcmd assettocorsa@sha256:4ad66966d79fd4dd3feaeb2026d132a794bca40d7bf8a323a5b20a300400301f
mirror/assettocorsacompetizione/Dockerfile
  • ich777/accompetizione-server latest@sha256:0e6ebdfd4dedd7477d3bc8dcba5b8973b7035f16acc3659b940df2ddd0c53290
mirror/atd/Dockerfile
  • randomninjaatk/atd latest@sha256:301f8758d9cf75816da3848353f0ba0bde5f47ec84ef28eb14560b03f8ceb5db
mirror/atlas/Dockerfile
  • ich777/steamcmd atlas@sha256:9d1e30406f65188b2dc1c40a774debec2404e4ff156502277591a6b2b48e8a13
mirror/audacity/Dockerfile
  • ghcr.io/linuxserver/audacity version-3.0.2@sha256:cdf203db1e50e18349f16c5958f7061b18625501f5e2f7a15cd69262185e3e84
mirror/audiobookshelf/Dockerfile
  • advplyr/audiobookshelf 2.1.0@sha256:6467137551fa18f87b1854dd46ab56cdda9b65bcad4dcaa9df61335470e892c4
mirror/aurora-files/Dockerfile
  • afterlogic/docker-aurora-files latest@sha256:401bae384066c4c1ee2dee599a7d434e65216ddc79e4576543e09fc09071c65a
mirror/authelia/Dockerfile
  • ghcr.io/authelia/authelia 4.36.3@sha256:d12607ed05d5bf537d5788a68a12c565c4e7aa571a8e6aad88057dc3e25f911f
mirror/authentik/Dockerfile
  • ghcr.io/goauthentik/server 2022.7.3@sha256:3faa00004ddf508e5019f54ec166af946708359ca435c22dc0572c6558dabff8
mirror/auto-yt-dl/Dockerfile
  • guhu007/auto-yt-dl latest@sha256:1a3c3b5cdad6cfb663d447bf3f1fb74952af1c7bb6d9df84905ca7d35f89d527
mirror/autobrr/Dockerfile
  • ghcr.io/autobrr/autobrr v1.2.0@sha256:515d328e4467670b2fe90ca243f9efb2f9c6d8aa9296c8f33fa30bac9242764d
mirror/autofiller-web/Dockerfile
  • redvex2460/autofillerweb latest@sha256:e084f680322847d814d9c8c24a0af01707d9aea79a4727aa5e9f40c693a9cfe8
mirror/automatic-music-downloader/Dockerfile
  • randomninjaatk/amd latest@sha256:3ad88a180cd45d98a6a0d6da6239cb1d62a0c8ef5a17da264b5cfcb96ba05c7b
mirror/autoscan/Dockerfile
  • cr.hotio.dev/hotio/autoscan latest@sha256:ba999664fc11456769619beddda2708493af428c564eb6c5f8f9434260ea3f63
mirror/avidemux/Dockerfile
  • jlesage/avidemux v1.4.0@sha256:68f2b9d19a7fbe7832106bbc057ae855f3bc3b02b22000ff756e2b592e850f78
mirror/avorion/Dockerfile
  • ich777/steamcmd avorion@sha256:f215e76b6a6e2d85c161bbcb9793dc78cebcb31de95e9d93a4d4dbcb51b5d52b
mirror/awesome-ttrss/Dockerfile
  • wangqiru/ttrss latest-2022-04-19@sha256:4c888637873801da3a7c9194c6f689ccac6838c85063b265ba25618239ab29de
mirror/babybuddy/Dockerfile
  • ghcr.io/linuxserver/babybuddy 1.12.0@sha256:78e3672cb98bba70d98e6defc10372be97d3965658e013d6ec3f8ddc262e6f2b
mirror/backblaze-personal-backup/Dockerfile
  • tessypowder/backblaze-personal-wine latest@sha256:87acbbd6f0fd454ae105c73d5eecb82d137052d8dff48a19e4ca162e3a678c84
mirror/backuppc/Dockerfile
  • tiredofit/backuppc latest@sha256:1d96168f295e3738e6128987b88145cdb87c54ed4543c4fc9b6b1a4a9d4148e8
mirror/baikal/Dockerfile
  • ckulka/baikal nginx@sha256:003602cf406d78aec360d69dfca9497e92eebac2619594785330bf5436270939
mirror/barcodebuddy/Dockerfile
  • f0rc3/barcodebuddy-docker latest@sha256:87587851db7ed02d822d2fca3c8eb5aa82cab5973df99ea9a8ee0376c6bae02d
mirror/barotrauma/Dockerfile
  • ich777/steamcmd barotrauma@sha256:0ec6a57ad29432de50146498287aaf5a3d7b5db8962428226b06e824a5776992
mirror/baserow/Dockerfile
  • baserow/baserow 1.11.0@sha256:1ebb65884ee81c5766f478436e342fc8e0e3c85eba978b3c7ec69453b840c702
mirror/bazarr/Dockerfile
  • ghcr.io/k8s-at-home/bazarr v1.1.0@sha256:273763466d76bdf893cba52ef81b727fa3b4766e155e67d871211266b474cb74
mirror/beets/Dockerfile
  • ghcr.io/linuxserver/beets version-1.6.0@sha256:64c89a5490fd2135b82c043952f705ad2fbf5921281c3e69926897da2926d2a6
mirror/bitcoin-node/Dockerfile
  • kylemanna/bitcoind latest@sha256:17c7dd21690f3be34630db7389d2f0bff14649e27a964afef03806a6d631e0f1
mirror/bitcoind/Dockerfile
  • ofawx/bitcoind latest@sha256:856deb0d75dc47aa540bc369237280397ef87f279c3609cd2824ce94fe7f5bd1
mirror/bitcoinunlimited/Dockerfile
  • amacneil/bitcoinunlimited latest@sha256:b38e7033e0db484e86a446afa60be02bfd2703eb799a4949833a3ac88148d3f9
mirror/bitcoinwalletgui/Dockerfile
  • ulisses1478/bitcoinwallet-gui latest@sha256:b118585cecd11e1feaa6242c1bfd1e31bc70abd45f590f2556fb506ad209faa7
mirror/blender-desktop-g3/Dockerfile
  • accetto/ubuntu-vnc-xfce-blender-g3 latest@sha256:1abf2ec9df6ab4d25f34fc1578e3fb90f483c5ebee1306635aa7f66a2456898c
mirror/blender/Dockerfile
  • lscr.io/linuxserver/blender latest@sha256:a41908b98bef78a8b6f9f913072f61ae9cbce2cabd9a5bab6a1a7f03f837db14
mirror/blog/Dockerfile
  • m1k1o/blog latest@sha256:b0d3b98ce58d8d85aa13cf2aacd86a28ff45cf51a58a01297d402a5ad7e654cd
mirror/bluelinky/Dockerfile
  • wranglatang/bluelinky latest@sha256:51f109ffb8ae77f41b02aef30bf6a5f0e7ca0fc7c85cf6f56dfc017a14456928
mirror/boinc/Dockerfile
  • ghcr.io/linuxserver/boinc latest@sha256:021bf4c02e55d1363f38ba42f503898835f764ebb7b516072282af0dbe5d75d6
mirror/booksonic-air/Dockerfile
  • ghcr.io/linuxserver/booksonic-air 2201.1.0@sha256:634aa0ac7a6f8cfd32ed52ff428879c19003a0926265dfc600b243d2d4e4073a
mirror/bookstack/Dockerfile
  • ghcr.io/linuxserver/bookstack 22.07.20220728@sha256:e44e089480269baaaae64354ae4a9334437c9d1bcded65bc6b2189ea4027c3c7
mirror/botdarr/Dockerfile
  • shayaantx/botdarr latest@sha256:2bffa44777734fe1b8c72991e1bf63d45eee1ae5d2e39dc1e0411f8109106f78
mirror/breitbandmessung-de/Dockerfile
  • shneezin/breitbandmessung-node latest@sha256:e76976965d6c35034b46bf047bca835a3af50cffd25b662c5b93d1390d24d732
mirror/browserless-chrome-puppeteer13/Dockerfile
  • browserless/chrome 1.51.1-puppeteer-13.1.3@sha256:1a36d1f4f7646ec3c40a15b8150f1202fc66720e38c7001ab21018737ec04937
mirror/browserless-chrome/Dockerfile
  • browserless/chrome 1.54.0-chrome-stable@sha256:f0af06932b120100917db6377c4ce0214dc66c9f87b58505a2812f1d8bfbc24d
mirror/btdex/Dockerfile
  • furritos/docker-btdex latest@sha256:40bb4ae19cc6905c5aca81c8af6c1274cd184a06e4a6983b16922335c2e80823
mirror/budge/Dockerfile
  • ghcr.io/linuxserver/budge 0.0.9@sha256:dfd3aa5397d826cc66f999ddbe636b16320213abd960ef19e229d38fb6ba7d1d
mirror/bungeecord-java11/Dockerfile
  • itzg/bungeecord java11-2022.4.1@sha256:33c5185872d54533e996490523c61c01d24d38c412c7021ff1f5e8bc4f9f7e45
mirror/bungeecord-java17/Dockerfile
  • itzg/bungeecord java17-2022.4.1@sha256:e845d6b783f454247e46c286a1a7fc0aa411a4d642b3f0429379171405e85a10
mirror/bungeecord-java8/Dockerfile
  • itzg/bungeecord java8-2022.4.1@sha256:112285cf835ce5777f7222238963bbbd4e49ef1150900b92d561d68c0807d14a
mirror/bungeecord/Dockerfile
  • itzg/bungeecord 2022.4.1@sha256:254fd22429257cd003aec6deb3713ce2bd647e62cf6c2ea0d08a8d58165b8d3f
mirror/bwapp/Dockerfile
  • raesene/bwapp latest@sha256:2f41183ea9f9e8fb36678d7a2a0c8a9db9a59f4569cee02fe6664b419b2600ee
mirror/cadquery-jupyter/Dockerfile
  • bwalter42/jupyter_cadquery 3.1.0rc4@sha256:1394a94258f65d16236f647682a9868598df9780aad60a5c64e0280683d3aa7e
mirror/cadquery-server/Dockerfile
  • cadquery/cadquery-server latest@sha256:e60937706b0e064c8cd36de6ca57508c85b1bec0c965473194dea771ec3c07c7
mirror/calibre-web/Dockerfile
  • linuxserver/calibre-web version-0.6.19@sha256:849a5612d66573e35c0063631cb708527fe9d7ba94a7d6bd143338f7ca2b1a33
mirror/calibre/Dockerfile
  • ghcr.io/linuxserver/calibre 6.2.1@sha256:e9585339c44e665a825a3fd840dd6abe5b53817252600785e4c04f48c6c1401f
mirror/cassandra/Dockerfile
  • cassandra latest@sha256:990469765471f377b58e20de2078809d51e9980237d7591d79b522b9fb9d6d72
mirror/cave-factory/Dockerfile
  • ratomas/cave-factory latest@sha256:355e3d0e9dfc0fe5670b8457b3a15ea167e442ec1f1f589dadbddfd0a5afaccd
mirror/chevereto/Dockerfile
  • ghcr.io/rodber/chevereto-free 1.6.2@sha256:2e3a78eff5ade90d72cceb63fa9dba4b539f1def55debc0c23b15fb08d6e549b
mirror/chivalry-medievalwarfare/Dockerfile
  • ich777/steamcmd chivalrymw@sha256:87e11f5745d8b01942cae93612424ebafdb7a08c99a8ca22185d45e5a770ffb5
mirror/chowdown/Dockerfile
  • gregyankovoy/chowdown latest@sha256:7941ebe37bab142a05f7b241e2490fa2c60f3644b4327d4dbac82c7b0f73243c
mirror/chromium-desktop-g3/Dockerfile
  • accetto/ubuntu-vnc-xfce-chromium-g3 latest@sha256:b5135169b0a453e55c960944ceda9ebe44e371ab39da0e3c48a115f128f41c58
mirror/chromium/Dockerfile
  • ich777/chrome latest@sha256:719e32907602caa23f6a14b68200e1bc98800147dea4b1b8c163ef8f2cd2b901
mirror/chronograf/Dockerfile
  • chronograf latest@sha256:4d4f645349b61c6a8de0310a62b065fc599c6cc10b4a8b8144fcb2d16f0d797f
mirror/chronos/Dockerfile
  • simsemand/chronos latest@sha256:18afd400591a3b77c4cb60c002d37d8771441097d594247565573ea2a9d11748
mirror/ciao/Dockerfile
  • brotandgames/ciao latest@sha256:9bfaf24787f34664a041de1963e47a1a8b59334223a5a626aadb4457bb771802
mirror/citadel-forgedwithfire/Dockerfile
  • ich777/steamcmd citadelfwf@sha256:5c42eab090f0f8f65b6a7d4c4a6707f41361b5e15150dd5176d4121775c5f315
mirror/clamav/Dockerfile
  • clamav/clamav 0.105.1@sha256:264f542d33ac477e79fa27bd143e8321aafbbe93f4531757f38bf56b0ab8fc28
mirror/clarkson/Dockerfile
  • ghcr.io/linuxserver/clarkson 1.1.2@sha256:1aa4cce28728f97b8b230893d36ddbc96d5aad02c1e0886db120ec4011ad5d34
mirror/cleanarr/Dockerfile
  • selexin/cleanarr v2.1.3@sha256:64a5eb000f80dd7fa4c6da66f890d4ceff96bd22a4354bca05f1ce696023a7e8
mirror/clickhouse/Dockerfile
  • clickhouse/clickhouse-server 22.7.1.2484@sha256:e058570dc70f618474b28dd97a8875ce149f6f319d1dc28a4fbbcf01be5377bf
mirror/cloud9/Dockerfile
  • ghcr.io/linuxserver/cloud9 version-1.29.2@sha256:45c5fe102ff3390bcd4ea58db99023b7ea099a8462f5727973ec329bd4a8d6b4
mirror/cloudbeaver/Dockerfile
  • dbeaver/cloudbeaver latest@sha256:0c4ee7dfbb2fb9c03f11123bb97b63a56c578fadf0155de2c02ac10ae448a469
mirror/cloudcommander/Dockerfile
  • coderaiser/cloudcmd latest@sha256:786d2f1d822fca70abfda6b3c970deb6edee1a7b987cfe47dd2a5b5f8c4226c6
mirror/cloudflared/Dockerfile
  • cloudflare/cloudflared 2022.7.1@sha256:6689c90a78a558ba000018cb2024881ebace334ad0f3c5c197065d8586d2e775
mirror/cloudflareddns/Dockerfile
  • ghcr.io/hotio/cloudflareddns latest@sha256:4172a977ac229315b6cf90fb72691aa796e0b74cbb8803aa456029f793e44a7a
mirror/cloudreve/Dockerfile
  • xavierniu/cloudreve latest@sha256:cdd00367bbdf3247e15feebfbde354237586a308c6fac730856670dd31b44b47
mirror/code-server/Dockerfile
  • docker.io/codercom/code-server 4.5.1@sha256:351e27e72ee4d60a976ed947c902d4e95fa5cea42d0f388be0e5f688b3014a52
mirror/collabora/Dockerfile
  • collabora/code 22.05.4.1.1@sha256:aae7fc18df092ed953107d5d02bd63344d6f029baf3c32c5c0f6063415212a40
mirror/colonysurvival/Dockerfile
  • ich777/steamcmd colonysurvival@sha256:9821d1c742091a59dd7f9eb359b4383f438d73dd948832dbbbf3bcb0b33e0b68
mirror/comixed/Dockerfile
  • comixed/comixed latest@sha256:b642bfccd1502ea622fb586de7f4f49e814b87d6e084be030a737500f15d365c
mirror/commento-plusplus/Dockerfile
  • caroga/commentoplusplus v1.8.7@sha256:2d6b67d16b2a2acac011973e3cf0429cf384306b34eb8f059a1cbf3349dfcaa7
mirror/conanexiles/Dockerfile
  • ich777/steamcmd conanexiles@sha256:e309eae80ccd6337bee462439eac1d73ef629edc59fc951e9e0c896a70506b06
mirror/conreq/Dockerfile
  • cr.hotio.dev/hotio/conreq latest@sha256:50c118d8b6bfa0ba200f59265fb74d79e28f125286ce219c83dc8b7210f4c644
mirror/convos/Dockerfile
  • convos/convos stable@sha256:95b0a7947a2b769110fadb59e1236b171ceb6690d77ea063a51765a6e9478c2f
mirror/cops/Dockerfile
  • lscr.io/linuxserver/cops latest@sha256:2e82aef8aaa36daefce0408884b303d0e0fe3d2f3cdeb736fc60edec2dec2586
mirror/core-keeper-dedicated-server/Dockerfile
  • escaping/core-keeper-dedicated latest@sha256:743dab123c769bc32ad867e192ee0a07065b0aa9043aa1b38583e9835749d924
mirror/corekeeper/Dockerfile
  • ich777/steamcmd corekeeper@sha256:7cc87bc43b113a9b36d0e67f9d391e66a2829f2ed0892257f5945f379d88f048
mirror/couchdb-v2-x/Dockerfile
  • apache/couchdb latest@sha256:556d44837cdda43906f116b2d19b68f88ceb675bd11aa91107395da4b48855f3
mirror/couchpotato/Dockerfile
  • ghcr.io/linuxserver/couchpotato latest@sha256:f846573965e3daf1bb8c9c49bb18ddcbc90ba98bd036eb8a42ebf4c46957cf4a
mirror/counterstrike2d/Dockerfile
  • ich777/cs2dserver latest@sha256:2b52c33f0a46c17f0df253f9077e9423d0de2c437b658b77c220ef2e65d4ef62
mirror/cowyo/Dockerfile
  • schollz/cowyo latest@sha256:0ab02a436fd6a5451ee7b7fe278ee5b471bed90b78c365a7439a431ddafa82cb
mirror/craftopia/Dockerfile
  • ich777/steamcmd craftopia@sha256:e9b451212fe70f49102693dd01406b19f2f1ef03b7acdf8938e8e20ec40cd821
mirror/crafty-3/Dockerfile
  • freddy0/crafty-container latest@sha256:3cda5efe5888afd4473958433667e62d459a9681f35ad938801f4f16388a105d
mirror/crafty-4/Dockerfile
  • registry.gitlab.com/crafty-controller/crafty-4 latest@sha256:410fc70bcccd5c15e99f4625fac1c638b3ecddab7f95351b27b9aa45ec52ff56
mirror/crashplanpro/Dockerfile
  • jlesage/crashplan-pro latest@sha256:72fd7f8a0c475b269aa16a15466fb6c2c32daeeabaf7cde556d1b4c1251ba9d2
mirror/create-above-beyond/Dockerfile
  • ratomas/createa-b latest@sha256:c1adad9436070f0dc727249cbddb3e1fc3e331ff070ce607a3af5d4bed744fac
mirror/createaboveandbeyond/Dockerfile
  • goobaroo/createaboveandbeyond latest@sha256:08ef84000b262eef4b01e7c0c6e5a2148255b6e1570fa97c0df9b21079e5c1fd
mirror/crushftp10/Dockerfile
  • markusmcnugen/crushftp latest@sha256:9f07c7f510e4eec20e14ab8a7bdab64624db76a9ef1d0c9e1c962650304cd895
mirror/crushftp9/Dockerfile
  • mdschaefer/crushftp9 latest@sha256:554163ae2e7267fc6936c5efacd8f145aee73464e161770ce0c8a3e6bd2288fb
mirror/crypto-exchanges-gateway/Dockerfile
  • apendergast/crypto-exchanges-gateway latest@sha256:ae7f8621ef71e9e6e9da867278f4e4ea529ad5c5065cdac678bc273a8d3affcc
mirror/cryptofolio/Dockerfile
  • xtrendence/cryptofolio V.2.2.0@sha256:e6e6612bb94c877b5e31853c639761d09076180fe0a6c4fdb0fb91f73d9f480e
mirror/cryptpad/Dockerfile
  • promasu/cryptpad latest@sha256:70c1e99819816614da12bcb58e79e81f12effd70747511e96b232f1cca79ea42
mirror/csgo/Dockerfile
  • ich777/steamcmd latest@sha256:577649731d312770aaa8c96e0a5fe8a6819fa894b25075af623c521a9a68d640
mirror/csmm-7dtd/Dockerfile
  • ich777/csmm-7dtd latest@sha256:bbf9b65c2124f4484e66dbb2d08f1aa54fb527801f4cbc468543d4c5a7d52499
mirror/cssource/Dockerfile
  • ich777/steamcmd latest@sha256:577649731d312770aaa8c96e0a5fe8a6819fa894b25075af623c521a9a68d640
mirror/cstrike1-6/Dockerfile
  • ich777/steamcmd cstrike1.6@sha256:63f26fa05979bee10eff83e01c281d6acc4ab49f47424e085bda2c171347c8ee
mirror/cstrikeconditionzero/Dockerfile
  • ich777/steamcmd cstrikeczero@sha256:dcb702371d8ce881076af18fb7e558ce1276a6c15fb20eee7effb06a7220f716
mirror/cups-server/Dockerfile
  • ydkn/cups latest@sha256:44db240e737d15c5f3789e1d98a67095bfdfbcc68a366d762cea0773953f7f45
mirror/cura-novnc/Dockerfile
  • mikeah/cura-novnc latest@sha256:3969d92d868c8e27f20878cc3258d5b2933d6f1fbec93fd2076c0a9e1bffcb61
mirror/cyberchef/Dockerfile
  • mpepping/cyberchef v9.46.0@sha256:4a37e20059f98a78cfba7dd620ec35e3aaddf81a37d781c404e21d80b7be5fb5
mirror/czkawka/Dockerfile
  • jlesage/czkawka v1.7.0@sha256:5cf6f690e7a7168f854c7f295d2e5e1866aa6a727024338d709c6f5c62afad51
mirror/dailynotes/Dockerfile
  • m0ngr31/dailynotes latest@sha256:fee45ab299434cbc9d4a380f28a29448eac52284a3adb6b0854bdf38fd9a1b12
mirror/damselfly/Dockerfile
  • webreaper/damselfly latest@sha256:eaf1c20f157fa5638567370193b3978084e28fe51e1e999571b4d6a0105ebbfb
mirror/darktable/Dockerfile
  • ghcr.io/linuxserver/darktable 3.6.1@sha256:eb416a3e49643e13b6968f93bf5c8f84cb9ed4d0495f6478d46a78a9f55d13f2
mirror/dashboard/Dockerfile
  • phntxx/dashboard latest@sha256:32c3dd6a2decd33fb8e728766d455faed74b7df1c114331445e905b12ee68d23
mirror/dashdot/Dockerfile
  • mauricenino/dashdot 4.3.7@sha256:3410f770ac61c708a85a986d08255fa513790665e921e439e66642933d825261
mirror/dashmachine/Dockerfile
  • rmountjoy/dashmachine latest@sha256:497692b79838b042db0cb1d7ca8a28dfb20d0623fc7db705b8a42b055687e5a0
mirror/davos/Dockerfile
  • ghcr.io/linuxserver/davos 2.2.1-ls76@sha256:24ba55aeaa4f86a76dc2664e1bb090f315279ec84e1e603e24713cfe0538d890
mirror/dayofdefeat-classic/Dockerfile
  • ich777/steamcmd dodclassic@sha256:7e677ee05bbcee8942c37cf065dc33f196f81d3ff26a3321f886f30bfe420d77
mirror/dayofdefeatsource/Dockerfile
  • ich777/steamcmd dods@sha256:7be2e3ef615a0d6dab78c77583a2a6ea7c373c50ab6bad0b288bffdbfc84afda
mirror/dayofinfamy/Dockerfile
  • ich777/steamcmd dayofinfamy@sha256:9de64f140c7b3b963257505b85103728191396e4f0365293616c3d78783363b8
mirror/daysofwar/Dockerfile
  • ich777/steamcmd daysofwar@sha256:6fd82c669bdd7bb84970d02c56ad6745755dfe98e7be8121b75ca822506121ed
mirror/dayz/Dockerfile
  • ich777/steamcmd dayz@sha256:06342550d9c4aa83fbd6c84ce355288a3c7774ea8e570befa91e817942e46dad
mirror/ddclient/Dockerfile
  • ghcr.io/linuxserver/ddclient 3.9.1@sha256:9361bccd6accdf08cc8debab85feff656496fc7267cd81e681fa046513eb8566
mirror/ddnet/Dockerfile
  • ich777/ddnetserver latest@sha256:2110c9960c8da6114bb700ca547a41c3681964777c9ff12b34a993e0550334a2
mirror/ddns-go/Dockerfile
  • jeessy/ddns-go v4.0.0@sha256:66b7106be57fcc4cb7f7f6b687c1670feb6dc466b1640f95eb330b7887f00f98
mirror/ddns-route53/Dockerfile
  • crazymax/ddns-route53 latest@sha256:0f1a66588677bdd94c94d34b549941bd45dc9194464f1af7ea595c5df094591e
mirror/ddns-updater/Dockerfile
  • qmcgaw/ddns-updater v2.4.1@sha256:286ebfb9bf43ab99d49890b9f02a29b416d9468210cd4736c3d3829a5a390190
mirror/debian-apt-mirror/Dockerfile
  • ich777/debian-mirror latest@sha256:0d222e999a019d1d4540b026573820c1993e1463390bf0afb9111b38d78f796c
mirror/debian-bullseye/Dockerfile
  • ich777/debian-bullseye latest@sha256:d3b630976fbc68ac9d776e1b9c39a36fa6c428d731e3f22d5106dd1e0ea7b652
mirror/deconz/Dockerfile
  • deconzcommunity/deconz 2.17.01@sha256:b5ed49d5e1031390bc1cf71363cc978c2dddee723469472c99235cc9df7c3b8c
mirror/deemix/Dockerfile
  • registry.gitlab.com/bockiii/deemix-docker latest@sha256:b502d80d7e9c8a97bf1d9c585597e1a54527efa01b1273bc80f05040a5fea12e
mirror/deepstack-cpu/Dockerfile
  • deepquestai/deepstack cpu-2022.01.1@sha256:4320be73987468b3040b2ca63daf2d3935c4d469b53aa40efb6176858488b500
mirror/deepstack-gpu/Dockerfile
  • deepquestai/deepstack cpu-2022.01.1@sha256:4320be73987468b3040b2ca63daf2d3935c4d469b53aa40efb6176858488b500
mirror/deluge/Dockerfile
  • ghcr.io/linuxserver/deluge version-2.0.5-r0@sha256:8ac07579e77b04c9f4b634bc0e5160e9b8924ede517859a91f969cae0afd3b26
mirror/demonsaw-client/Dockerfile
  • bashninja/demonsaw-client latest@sha256:dfc77ef4c8d68387bafbaab0636e0498d1192a16a4f92af81661ce51431e864a
mirror/derbynet-server/Dockerfile
  • mitchellriley/derbynet_server latest@sha256:6be9607be01e9bdac7327e024752fb772a854be0a3ac3247d4182b90bb43dcdc
mirror/diaspora/Dockerfile
  • koehn/diaspora 0.7.18.0@sha256:f5bf9df04e8fe3f6b75ed9ae736b5c02f5c4285eebca9161a3d45810c59649a8
mirror/digikam/Dockerfile
  • ghcr.io/linuxserver/digikam 7.7.0@sha256:3c2c8a6a49a368eea8e7866c500028bc7a76a1ce02508f44ad1e92b483414261
mirror/dillinger/Dockerfile
  • ghcr.io/linuxserver/dillinger 3.39.1@sha256:eef40292fc7be6acbf1c3e68e688d5c4db5557bfaf07aa37a18c61876a24f455
mirror/dim/Dockerfile
  • ghcr.io/dusk-labs/dim dev@sha256:7fa9cc4a9adf20f983d1338701518a3da4e06ecd943c08eb9699c0b3792d5663
mirror/directus/Dockerfile
  • directus/directus latest@sha256:c0f93e7d1aedba28773ea21ffb16f81d8eafcbe3df7ee74702f1d2c401de92d4
mirror/direwolf20/Dockerfile
  • ratomas/direwolf20 latest@sha256:8719c99b8fea44cd246620a957c4f783e4afa4718d0a547174de9526093339e9
mirror/discord-gameservermonitor/Dockerfile
  • joey291/discordgsm latest@sha256:d3facca9eb4a94180d7f7abaa58233bb4437c7564a51362320352f4e52be375d
mirror/discordsoundboard/Dockerfile
  • davefurrer/discordsoundboard latest@sha256:aa6c62dab199c230087af449a329880318b92089cbb3662a568c26722f95419e
mirror/dispatch/Dockerfile
  • khlieng/dispatch latest@sha256:ce0742333e09ff22a4377f741621274010010138e2a33dfb535fe0be2304495d
mirror/dizquetv/Dockerfile
  • vexorian/dizquetv 1.5.0@sha256:546db2911585f4a54ba0d15dbd057ae8fbdbc75bf4b5f844fd79bd5ee1cbc83d
mirror/dmclassic/Dockerfile
  • ich777/steamcmd dmclassic@sha256:eab4c0d8056410745abd5488b0d31ff759a068260fb1c0fccd4db819476d584e
mirror/dns-doh-companion/Dockerfile
  • testdasi/simple-dns-doh latest@sha256:5c39d4bd1b9a5a37fac7f1cfb5ebdc4fb292b573851ffd2bae165be9d0ccb736
mirror/docker-hub-rss/Dockerfile
  • theconnman/docker-hub-rss latest@sha256:e93116160ed24b3a239cdf3b5abf8fb66eb8f9878c14d319ce073665e0a1a087
mirror/docker-in-docker/Dockerfile
  • docker 20.10.17-dind@sha256:c10de736621bc2d4a3a44297346640b62309db58f46822b87679d9419a6b321c
mirror/docker-mailserver/Dockerfile
  • mailserver/docker-mailserver latest@sha256:8fb886dbfd44516e4a1344aa8772634785a5fdc83e7c94a700747f03ea9bf047
mirror/docker-wyze-bridge/Dockerfile
  • mrlt8/wyze-bridge latest@sha256:cde6d235ed32f2bf8a0f6311f67130495b5638b405fb1c80ce1099d16ffd9444
mirror/dockerregistry/Dockerfile
  • registry 2@sha256:c631a581c6152f5a4a141a974b74cf308ab2ee660287a3c749d88e0b536c0c20
mirror/docpht/Dockerfile
  • docpht/docpht latest@sha256:a9f0ee37fb10410135458cf74c2bacb175253fa4714c70f66bfba45cf6c4e7e1
mirror/docs/Dockerfile
  • sismics/docs v1.10@sha256:f4b0ef019cf1b867ed75c2eb36a711278af42655008681e4bdd6554b96c4d526
mirror/documentserver/Dockerfile
  • onlyoffice/documentserver 7.1.1.23@sha256:8a1edcc13f9d9dd61f3e77bcb172b0f32d0788aa2c63bb5a1206a7633e3dd2f8
mirror/doge-node/Dockerfile
  • bigmandave/doge-node latest@sha256:212601e1511c4e0c95fe806ced301f501f6f09c7e102ef4c7d57f93a6f56959f
mirror/dokuwiki/Dockerfile
  • bitnami/dokuwiki 20200729.0.0@sha256:9358bf52b16eb0a6b09aea18a41aa4b715fef7b846fa3228778d765819194490
mirror/domoticz/Dockerfile
  • ghcr.io/linuxserver/domoticz 2022.1.20220714@sha256:51891ac3c2de62dd866a409b50e91675cdc6ca19540e1d3727ddb25c051a2f3b
mirror/dontstarvetogether/Dockerfile
  • ich777/steamcmd dontstarve@sha256:9cabdfe8a422e1ebcb3dee7cf2daa91e77eff202a79ee69c0fde2aaac547d176
mirror/doplarr/Dockerfile
  • ghcr.io/kiranshila/doplarr v3.6.0@sha256:89648d5cd60e8d7fd854d7f4f26439bceedfe35a4ecc5f2730ee58dcecd6383c
mirror/double-take/Dockerfile
  • docker.io/jakowenko/double-take 1.12.1@sha256:1213fb27ba2f1d0af683a4c1c34c8a608e390637dd74bcfb271d61c038a2b7b4
mirror/doublecommander/Dockerfile
  • ghcr.io/linuxserver/doublecommander 0.9.8@sha256:362d5ea2a4b83603235c9184f9efbf59496c1d931662847baacc5f0234883604
mirror/drawio/Dockerfile
  • jgraph/drawio 20.2.1@sha256:7f095f7b22fb67117aeb7dbb085ded4523ec0b9fa60c115a569a3b892d969b48
mirror/drone-runner/Dockerfile
  • drone/drone-runner-docker latest@sha256:a6a53e739a8ded12734d6bd420d8dd6ca06ba66d6f26068bcd3eafa463d59754
mirror/drone/Dockerfile
  • drone/drone latest@sha256:18be60589ca5479b681c7f17a347d28e78090bdd43fd0b93280a099b1b9867f9
mirror/dropbox-by-otherguy/Dockerfile
  • otherguy/dropbox latest@sha256:4bcdaa626ec1ee13bc69469532ab0e58ab28ecd0827cbb75e1e8977236c25b5a
mirror/dsmr-reader/Dockerfile
  • xirixiz/dsmr-reader-docker latest-2021.09.02-amd64@sha256:4858edb1ae63a20639a0ef9c51c7b2cf599686db5c582ead7b37b2a288122935
mirror/duckdns/Dockerfile
  • ghcr.io/linuxserver/duckdns latest@sha256:14082e2940beb3539c3ee164552829cae277d692f592548f9a8410b2e4ce84a3
mirror/dupeguru/Dockerfile
  • jlesage/dupeguru v1.13.0@sha256:f72741f206a028e91caacc8a5edbf24cfeb65d3bd6096cb367a8899d4114fa85
mirror/duplicacy/Dockerfile
  • cr.hotio.dev/hotio/duplicacy latest@sha256:1d2177efe7417a12feff4632c15cb5bf6052f62fb00bae55e2b339f9483aef36
mirror/duplicati/Dockerfile
  • duplicati/duplicati latest@sha256:22f5231c3a36979750d10bc8df7fbbb7b112c9fca76d85288fa8e90afb6c9635
mirror/dvblink/Dockerfile
  • chvb/docker-dvblink latest@sha256:7d6068e9b96630ca51b25b4d67f45497893bb48ac861b9150f97a65a20dcb839
mirror/dvwa-web/Dockerfile
  • vulnerables/web-dvwa latest@sha256:dae203fe11646a86937bf04db0079adef295f426da68a92b40e3b181f337daa7
mirror/eclipse-mosquitto/Dockerfile
  • eclipse-mosquitto 2.0.14@sha256:8ef2af7be0f4541b2687cfffa6c2cae23d9507bc6fc5c495a29b72248c19548a
mirror/eco/Dockerfile
  • ich777/steamcmd eco@sha256:9b960778fde33628fba541e4ffef6a65dc6a4064ef215f9fc7c15c067f678ec0
mirror/ecodms/Dockerfile
  • ecodms/allinone-18.09 latest@sha256:3e5463afb25518d43f062467300658ff435b5d5ed95604dd786d05f28d8413b6
mirror/electrs/Dockerfile
  • ofawx/electrs latest@sha256:2075968a278b45c196c5a857099fd34e35faf268efcc3542dca81b7aa433a859
mirror/electrum/Dockerfile
  • ich777/electrum latest@sha256:762cbab501698f0c2700240eb68e1a53daff5f98ba47b485e22a5603f62bab9d
mirror/electrumx/Dockerfile
  • ofawx/electrumx latest@sha256:87465fa70751bea5c4c4e3e1aff5d3ed96cab89f6bce3bc1efe971918fbc4682
mirror/element-web/Dockerfile
  • vectorim/element-web latest@sha256:8729769d8a810687112e46aeeb45413757e4a44005ac8faeefd3380aec27c4b5
mirror/emby-sync/Dockerfile
  • lastelement21/emby-sync latest@sha256:dcb6be6c27ae7f90d862ab806c7314107a20a831ddcb4e3062bf2bd5f004d887
mirror/emby/Dockerfile
  • ghcr.io/k8s-at-home/emby v4.7.4.0@sha256:ed4258fcae16726914f7ac2a030ebfdf9e43f740b4867fd834fc93a5aa68d04a
mirror/embystat/Dockerfile
  • ghcr.io/linuxserver/embystat 0.2.0@sha256:f42065797f2f4bd66b5b0f6fe363be69fc1e2182b7cb9f8a5d6173be109d04cf
mirror/empyrion/Dockerfile
  • bitr/empyrion-server latest@sha256:7e3c0df12fd9357d07f6609da927a56f2be65933ee1f4ac75b9fab9793816e44
mirror/emulatorjs/Dockerfile
  • ghcr.io/linuxserver/emulatorjs 1.7.2@sha256:66a2181c90d9f75a4ee68a56abcff4020d4486e8e3319e38a3398e0b157c1ce9
mirror/emule/Dockerfile
  • reimashi/emule latest@sha256:af388ff050124e3f4defe851a083c63367decb977f200bee8e29ebd2733e9b42
mirror/endlessh/Dockerfile
  • ghcr.io/linuxserver/endlessh 2021.11.21@sha256:d1f67963c18ccfc995338c96276ec7563ff5661ddd3cd2ecd554b0c8526ea1a9
mirror/enet2mqtt/Dockerfile
  • th0masdb14/enet2mqtt latest@sha256:745370f49b429b2f9403fecf4d5f1639699c9f3d395b3a4eb9d8191fe7492f72
mirror/enigmatica6/Dockerfile
  • goobaroo/enigmatica6 latest@sha256:ac5cf42eaa146a18cfcc91d9f5ff7e4dcaa3d165b7170dff758733d74f4902af
mirror/enpass/Dockerfile
  • ich777/enpass latest@sha256:e12fbf27ae16fcf005286035246079ed7616df92aa9e3baeaa3ec39e014d634b
mirror/epicgames-freegames/Dockerfile
  • charlocharlie/epicgames-freegames latest@sha256:1da6cf36acf2b100b9ea0c6acec2097445b8895261e32f4b773b9b43e4808a55
mirror/eplustv/Dockerfile
  • m0ngr31/eplustv latest@sha256:182abbf30bba6d7a7b2524c974e281081ef3af8ea34657ef9cf6eeea31cabcfb
mirror/esphome/Dockerfile
  • esphome/esphome 2022.6.2@sha256:1fac6334b85e76c7fd936036891b7a7ee761ee73fd119662b2cb564c3faf818f
mirror/etesync/Dockerfile
  • victorrds/etesync 0.9.1@sha256:c7c1af7532803996af2314a0b01475574fc41b5120460b1d5db726dc13576d17
mirror/ethercalc/Dockerfile
  • audreyt/ethercalc latest@sha256:f0568c0649a71e8e291acb5d812d4c71f9bbc06ab9476b3c7f0dc7f4750ebfa9
mirror/etherpad/Dockerfile
  • ghcr.io/nicholaswilde/etherpad version-1.8.14@sha256:26bbd45110d5b4d70246fafe40d4c4a7047b7b4fde409763a125324fa93b2d73
mirror/euterpe/Dockerfile
  • ironsmile/euterpe latest@sha256:d4f6266e75b6fff0cee7bcd7ee1ca6487fc5268019b125ab828880a17e6a4629
mirror/explainshell/Dockerfile
  • spaceinvaderone/explainshell latest@sha256:4087f0864ba72a987e7beb4f2fe2b86a799c7db3ec468029a1086e38974408fa
mirror/external-ip/Dockerfile
  • xavierh/external-ip latest@sha256:48086b74b686868a5e7143bc01dbd42c482dff6602426cfac968b07e6880c8ee
mirror/factorio/Dockerfile
  • factoriotools/factorio stable@sha256:a56ce8657e19b5fc38e5423ea501c68423d77746d9b9d59e91263c9cdca8c8db
mirror/factorioservermanager/Dockerfile
  • ofsm/ofsm latest@sha256:2b031bc1ec51e437a90b24266ce87f82362b4d16670e3804688610b4ac03b608
mirror/facturascripts/Dockerfile
  • unraides/facturascripts latest@sha256:cfbdbc109ce879b3ed9c13abd8f2e6a03e314a8e92666a58a65dd06e452ecf4b
mirror/fancyindex/Dockerfile
  • docker.io/xal3xhx/fancy latest@sha256:536e1d8b2d0d9ef024f3cf6c054aff0350c34331d6d70896081355aa9ad6dc5c
mirror/farmos/Dockerfile
  • farmos/farmos latest@sha256:519ae49e705566e6d1e9cd94f0c7e772c36338ac1dff025a437394ef590552fa
mirror/fastcom-mqtt/Dockerfile
  • simonjenny/fastcom-mqtt latest@sha256:4334dfa353275e15483fead71a9c597a09dc1305641998347e4edcf4009fccad
mirror/fastcom-mysql/Dockerfile
  • simonjenny/fastcom-mysql latest@sha256:987abedadc104745c9cfe55ad8951e1f229775c7f81984a6cf90788c35428264
mirror/feedcrawler/Dockerfile
  • rix1337/docker-feedcrawler latest@sha256:2d7306c82960b9fa695dc2281ea90a333f5d78f0b58294ba0f7c342b92badb5a
mirror/fenrus/Dockerfile
  • revenz/fenrus latest@sha256:e67b527d044ed2a3fdbf142dc4a3c1f79119a3475152f308408df734b2639eca
mirror/ferdi-client/Dockerfile
  • ich777/ferdi-client latest@sha256:b19bcbe0fd86ba710d59e0effef8f4453aaf181a5492de98557c734424d9a948
mirror/ferdi-server/Dockerfile
  • getferdi/ferdi-server 1.3.2@sha256:6e620b85afaa186f883336dc2672cc4a3a7b132eda94d160886d232d20d4335f
mirror/ffmpeg-mkvdts2ac3/Dockerfile
  • snoopy86/ffmpeg latest@sha256:4d2695ffee46787cd39a222dbc7c8a42c5d4a1a2dd976d4e23bea00470ac55c9
mirror/ffmpeg-nvidia/Dockerfile
  • jrottenberg/ffmpeg 5.1-nvidia@sha256:3fff1ed5941eedf006368731d17cdaea3d3f5f0222d8bccf0741f70a0af2b5c9
mirror/filebot/Dockerfile
  • jlesage/filebot v1.14.1@sha256:7e4bfc0ff5a4493a9b2608ff8cb0f3c745f7adb6b7857665d48de712afa7a9e1
mirror/filebrowser/Dockerfile
  • docker.io/filebrowser/filebrowser v2.22.4@sha256:8a30269612a3bc8453ab29641c3e3d7ad141a8d142efc2cd78196281b1035537
mirror/fileflows-node/Dockerfile
  • revenz/fileflows latest@sha256:b4b1d09cabcd2a0998065e7805e2f915261caf366d5ab7fb2fc4ad4881efeaa7
mirror/fileflows/Dockerfile
  • revenz/fileflows 0.9.3@sha256:b4b1d09cabcd2a0998065e7805e2f915261caf366d5ab7fb2fc4ad4881efeaa7
mirror/filegator/Dockerfile
  • maxime1907/filegator latest@sha256:4997a9e44b411a11aa51d28685a8b59166445e18a1c52a667b3cedf7b96da6a9
mirror/filerun/Dockerfile
  • filerun/filerun latest@sha256:53bfd69c7d3ebf26d31ce9cda86f9b1575177c80f176258d74ef347666f28b1b
mirror/fileshelter/Dockerfile
  • epoupon/fileshelter latest@sha256:e0a3cbe88eff8c425b9496ef48d5f78d8eac5c9afe38762ef1e6e410088e49db
mirror/filestash/Dockerfile
  • machines/filestash latest@sha256:a65371a8810569f316ad6c2d5d9371111ce145ce4ec682c42bd155610edd17d8
mirror/filezilla/Dockerfile
  • ghcr.io/linuxserver/filezilla 3.55.1@sha256:969503ec2c84814b08cd8263483c9d0ebef987e82ffc5ebac877fc687460bd07
mirror/fireflyiii-core/Dockerfile
  • fireflyiii/core version-5.7.10@sha256:c9a3ff20e296b56fc12d6b8e6494062b2deda097252c09c57543462a1d61b816
mirror/firefox-desktop-g3/Dockerfile
  • accetto/ubuntu-vnc-xfce-firefox-g3 latest@sha256:19cb3d0f879dbd910633f5a78cc6e0db1cb69932d3189b29fab5f2331ec20ec0
mirror/firefox-syncserver/Dockerfile
  • ghcr.io/crazy-max/firefox-syncserver 1.8.0@sha256:ab1a959d8105c478f0f1523c8c3bbdc53bb8d44f325501b93297bc80cf627da6
mirror/firefox/Dockerfile
  • ghcr.io/linuxserver/firefox 78.15.0@sha256:7ab29f473ff6ef9f4da0ee705a2449d24943619c3c03b5ad82347d2fbb424ec4
mirror/fireshare/Dockerfile
  • shaneisrael/fireshare v1.2.0@sha256:088fcc832248b1d1e872779416532cb38246fb0d3c659e7ff497f47c7111de9b
mirror/fistfuloffrags/Dockerfile
  • ich777/steamcmd fistfuloffrags@sha256:21a0f1f5f30ff184a38809257403606a7f5909fb858feee0afb8eacb40a0b042
mirror/fivem/Dockerfile
  • ich777/fivemserver latest@sha256:ce352c392a3e5e0177a04a8ac79427ccc8bc7748849377c5e941e1d747d66600
mirror/flame/Dockerfile
  • pawelmalak/flame latest@sha256:512798f1bb99dc289210735918c89ba0bb68811a4c122b095e9047a0bae911c3
mirror/flaresolverr/Dockerfile
  • ghcr.io/flaresolverr/flaresolverr v2.2.4@sha256:385eda4072fd3a7352c6e967613ac2c0d4860078bcafb8e8ab6c7c88ef4e16a9
mirror/flarum/Dockerfile
  • crazymax/flarum latest@sha256:cba215ad1727b9d8b347de09c04c8332243a99c85799f5109941062c05843ed2
mirror/flashpaper/Dockerfile
  • andrewpaglusch/flashpaper latest@sha256:920a2e30b9b91180574bafd72fd0783d2bc64d2cf361fe1d7bffed95044c984d
mirror/fleet/Dockerfile
  • ghcr.io/linuxserver/fleet 2.3.2@sha256:9903642a73c990f4b435324bbc658e2afbfc5e84cdd7435ba777dedeba168a57
mirror/flexget/Dockerfile
  • wiserain/flexget 3.3.22@sha256:c92001c2ee91a3f9c7855f325b82fac1e24cdc689fe0a25ca16e0151c56a9848
mirror/flextv/Dockerfile
  • jcreynolds/flextv latest@sha256:5a322ebf61462ab66188cee1fd110b4b8b4bfe845ae51925946a74ddcc802a6d
mirror/flood/Dockerfile
  • jesec/flood 4.7.0@sha256:3d1d0bec117ad360c0f55a0157af5aa186a8733e26e1e9649e07f0cc797d2deb
mirror/fluidd/Dockerfile
  • cadriel/fluidd v1.19.0@sha256:25a90ccbd7e42ffd68843a4b6b4f2da0d8527ad9a50cac13015e5ffa409298ae
mirror/fluttercoin-wallet/Dockerfile
  • ich777/fluttercoin latest@sha256:eda7cf37f592fedc28220d93e672be60e22b721343a38462a86231c588e95cd7
mirror/fmd2-wine/Dockerfile
  • banhcanh/docker-fmd2 latest@sha256:1c0df60a1d57682920ef002b3d3fc197030f9a91f77cc9743559a55ca98d36fa
mirror/focalboard/Dockerfile
  • mattermost/focalboard 7.1.0@sha256:97d68f6b4a0208fb6f980aff5fb0fb06cbe8588639bac092bbd9eba89d7d3476
mirror/fogproject/Dockerfile
  • redvex2460/fogproject latest@sha256:83c52dabc0ab0fe6cde99fd3b677672f2d72bf55dfea99a55756ec3d6ea95d44
mirror/foldingathome/Dockerfile
  • ghcr.io/linuxserver/foldingathome 7.6.21@sha256:6ca2ef32f5cd9ff774f62fec8e7dd0e2bf712e0ac74d8c662262d3589822acac
mirror/fossil/Dockerfile
  • ghcr.io/nicholaswilde/fossil 2.15.1-ls4@sha256:a0a819ed2707e8e829dec371de0e166fbcf0499d3d12005880f603b2b95bf64d
mirror/fotosho/Dockerfile
  • advplyr/fotosho latest@sha256:49dc426c6bdaf99927df571a7084eb6d7f593ea76ab8a99c5c7e1c9fccc77e12
mirror/fr24feed-piaware/Dockerfile
  • thomx/fr24feed-piaware latest@sha256:c4239861d9f4ba51d05de3f45d67fd94abb007094bd2f08d08aec824e8674644
mirror/frak-gvm/Dockerfile
  • securecompliance/gvm 11.0.1-r3@sha256:74d03799e3d1b8f4b6ed9629d571a37d823dc9d1621b94c6240f23f2be7c9358
mirror/freecad-desktop-g3/Dockerfile
  • accetto/ubuntu-vnc-xfce-freecad-g3 latest@sha256:779348c5867dbe01bdf0054459baffab0f51c66162eb62daad7e2a1ae73b6647
mirror/freepbx/Dockerfile
  • tiredofit/freepbx 15-latest@sha256:7c68da94708279290a8408369243d32026a79197132c1d2092c9c8403aa07629
mirror/freescout/Dockerfile
  • tiredofit/freescout latest@sha256:04f9bd63f3e3d150201926770d3a241906445fb7e1262819c2c4c663d2d10c49
mirror/freshrss/Dockerfile
  • ghcr.io/linuxserver/freshrss 1.19.2@sha256:7c378d3ec8db1b2abf489c8fa0c21009e7ab25a3f7063ee44191fb1c6e877688
mirror/friendica/Dockerfile
  • friendica 2022.06@sha256:acc748cd80e2b168c614e8861fdcbf4b700101683ca2761f691889e1ba80b85b
mirror/frigate-nvidia/Dockerfile
  • blakeblackshear/frigate 0.10.1-amd64nvidia@sha256:d91dc45bbc8d80f270430668a2a8983f5b22e203c3994545c68964b7b9f8dc8c
mirror/frigate/Dockerfile
  • blakeblackshear/frigate 0.10.1-amd64@sha256:4549bc221d531ea559bcf050de83344271595cb743bbea2d1666959e2a3a1eb3
mirror/fsm/Dockerfile
  • ofsm/ofsm latest@sha256:2b031bc1ec51e437a90b24266ce87f82362b4d16670e3804688610b4ac03b608
mirror/ftbdirewolf20-118/Dockerfile
  • goobaroo/ftbdirewolf20_118 latest@sha256:ba8dc7828b02661265c6f147c49eddafe5fde55e2e48b4950b039713fabbb79a
mirror/ftboceanblock/Dockerfile
  • goobaroo/ftboceanblock latest@sha256:7b9980ae908c98dc2feac7c29bf214607de69410808304d3c8ad98dace43df76
mirror/funkwhale-all-in-one/Dockerfile
  • funkwhale/all-in-one latest@sha256:9d1758b4d0a9f5922c87519719b5f7cb4ee58d62bcbaeb9bf62ba56bf5c00f7b
mirror/funkwhale/Dockerfile
  • thetarkus/funkwhale latest@sha256:7e44771446cd48c46c0882137d3cdc36aed36a13654898b6d21743e03e892cc1
mirror/gaps/Dockerfile
  • housewrecker/gaps v0.9.12@sha256:a8923a3ad191d7d7ac64575d00ddb94972b13f7a1a18d4f79712d12994959e7a
mirror/garrysmod/Dockerfile
  • ich777/steamcmd garrysmod@sha256:2076f04b2688e5ebbcac0fac9309aa6ad4e826d304e03ab7421b1011fcecb57a
mirror/genea/Dockerfile
  • biggiesize/genea-app latest@sha256:acd12892dfaca16eb7216c1a4112883f3ce7d5aed0078ff2f390970a4a383625
mirror/geoipupdate/Dockerfile
  • `maxmindinc/geoipupdate v4.9@sha256:0b471203ce4c8db00e317

Don't overwrite container labels in order to hide the true authors.

Is your feature request related to a problem?

In many mirrored dockerfiles you're intentionally overwriting the metadata labels for the images with references to yourselves, hiding the true authors of the packaged applications. This is especially troubling as you are simply copying directly from the upstream, replacing all their information with yours, and shoving it into a different repository, often without the consent or knowledge of the authors.

Describe the solution you'd like

Remove these overwrites from the dockerfiles to ensure the actual code and container authors are referenced instead of yourselves.

LABEL org.opencontainers.image.source=https://github.com/truecharts/containers
ARG CONTAINER_NAME
ARG CONTAINER_VER
LABEL org.opencontainers.image.licenses="BSD-3-Clause"
LABEL org.opencontainers.image.title="${CONTAINER_NAME}"
LABEL org.opencontainers.image.url="https://truecharts.org/docs/charts/${CONTAINER_NAME}"
LABEL org.opencontainers.image.version="${CONTAINER_VER}"
LABEL org.opencontainers.image.description="Container for ${CONTAINER_NAME} by TrueCharts"
LABEL org.opencontainers.image.authors="TrueCharts"
LABEL org.opencontainers.image.documentation="https://truecharts.org/docs/charts/${CONTAINER_NAME}"

Describe alternatives you've considered

Do not unnecessary rebuild the images with the FROM layer and instead copy the OCI artefact directly from the upstream repository.

Additional context

No response

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.