【Docker】docker pushしたら denied: requested access to the resource is denied となった
qiita.com/mihooo24/items/97791

#qiita #docker #dockerhub

Last updated 1 year ago

ClickHouse CI · @ClickHouseCI
25 followers · 283 posts · Server hostux.social

Hey, , are you OK?

docker manifest create --amend clickhouse/stress-test:54086 clickhouse/stress-test:54086-amd64 clickhouse/stress-test:54086-aarch64
received unexpected HTTP status: 503 Service Unavailable

Looks bad 😒

#dockerhub

Last updated 1 year ago

Docker Blog · @docker
6 followers · 14 posts · Server techhub.social
Docker Blog · @docker
1 followers · 6 posts · Server techhub.social
Docker Blog · @docker
1 followers · 5 posts · Server techhub.social
Docker Blog · @docker
1 followers · 5 posts · Server techhub.social

Why Are There More Than 100 Million Pull Requests for AI/ML Images on Docker Hub?

docker.com/blog/100-million-pu

#docker #products #aiml #dockerhub

Last updated 1 year ago

Bohdan Korablov · @bados
2 followers · 6 posts · Server mb.bados.dev
Marcus Noble · @Marcus
443 followers · 1109 posts · Server k8s.social

Received an email from Azure ACR team yesterday that included this line:

"If you use Docker Hub, you may be affected by Docker rate limiting beginning 30 September 2023."

I can't find any information about changes to rate limiting of Docker Hub coming in September. 😕

Does anyone know what this is refering to?

#azure #docker #dockerhub #containers #acr #microsoft

Last updated 1 year ago

Kristian Purrucker · @kristian
18 followers · 233 posts · Server social.purrucker.de

Erst dachte ich, dass ich einen Fehler im basierten Image auf entdeckt habe. Sieht aber sogar nach einem Fehler im 8.1 und 8.2 Image aus, dass aktuell in allen darauf basierten Images steckt.

Es sind also sehr, sehr, sehr viele Images betroffen!

github.com/docker-library/word

#debian #bookworm #wordpress #dockerhub #php

Last updated 1 year ago

Kristian Purrucker · @kristian
18 followers · 227 posts · Server social.purrucker.de

Das ging wirklich schnell! Das Image auf gibts seit heute Mittag auf Basis von .

Allerdings gab es in den letzten drei Stunden schon drei erneuerte Versionen und beim Start des Image kommt die Warnung „Unable to load dynamic library 'imagick‘“.

Die Maintainer scheinen an der Stabilität also noch ein bisschen zu tunen …

hub.docker.com/_/wordpress

#wordpress #dockerhub #debian12 #bookworm

Last updated 1 year ago

Damien VIDAL · @damienvidal
101 followers · 1124 posts · Server mastodon.zaclys.com

Bien sûr l'image est disponible sur : hub.docker.com/_/debian

#dockerhub #docker

Last updated 2 years ago

Thomas Ganter · @Thomas
10 followers · 349 posts · Server blog.fami.ga

.

github.com/yuzutech/kroki/issu

Nach drei Tagen Herumgefrickel konnte ich (kroki.io) erfolgreich als -Arch-Container bauen. Hehe, jetzt habe ich sogar einen Container auf .

Jetzt habe ich einen eigenen Diagrammserver im Keller.
Warum?
Weil ich es kann!

#Hurra #Kroki #multi #dockerhub #BecauseICan

Last updated 2 years ago

Michael Friedrich 🦊 · @dnsmichi
773 followers · 272 posts · Server crashloop.social

🎯 Release speed-run

CD, docker-compose, tier changes, OpenSearch, Zabbix, Hurl, PyTorch, TypeScript

opsindev.news/archive/2023-03-

#dockerhub #flux

Last updated 2 years ago

Michael Friedrich 🦊 · @dnsmichi
773 followers · 264 posts · Server crashloop.social

New opsindev.news , feat. Polar Signals Let's Profile, learning eBPF and AI/ML cont., @gitpod signing commits, changes, in practice, in use, otel-desktop-viewer

opsindev.news/archive/2023-03-

#OpenTelemetry #Observability #dockerhub #newsletter

Last updated 2 years ago

ClickHouse CI · @ClickHouseCI
20 followers · 85 posts · Server hostux.social

At least for 10 days there's a manual way to remove it.

But I wonder, how managed to avoid cases.

#dockerhub #gdpr

Last updated 2 years ago

ClickHouse CI · @ClickHouseCI
20 followers · 84 posts · Server hostux.social
· @fruitywelsh
13 followers · 227 posts · Server qoto.org

Hello All,

With DockerHub removing its free tier and potential for future shenanigans, people are looking to move away from them for free and personal use.

To me, there seems to be a couple straight forward solutions:

* quay.io: open source but still centralized and ran by single for profit
* Gitlab.com registry: open source but still centralized and ran by single for profit
* GitHub.com registry: Same boat as DockerHub but larger corporation
* Running your own personal registry: Additional work for each party involved, low discovery options.

Now with the boring, straightforward solutions mentioned, and the bar set, I am going to suggest that we take this opportunity to push for a better long term solution.
Push for decentralized storage of OCI images and federated metadata support. The only urgency I see is that, because of the bone headiness of the latest Docker decision, frogs are actually jumping out of the pot, and I fear they might turn down the temp to a slower boil, or people might just jump into a slower cooker like github. Either way, the status quo looks to be a slow boiling away of the common infrastructure we are used today.

Here some decentralized options and strategies I've found so far:

## nerdctl ipfs support

[nerdctl](github.com/containerd/nerdctl/) supports IPFS for both image pulling and pushing, including encrypted images and eStargz lazy pulling. For building, the current method is a locally hosted translator so that the traditional pulls can be converted to work over IPFS. They even have docs on running it on k8s node, though if my reading is correct this isn't exactly a cloud native approach (running systemd services on each node...).

## IPDR: InterPlanetary Docker Registry

[IPDR](github.com/ipdr/ipdr) is a service to allow for images stored on IPFS to be accessible over Docker Registry HTTP API V2 Spec

## ociipfs OCI layer to IPFS content translation

[ociipfs](github.com/mkmik/ocipfs) this is tool to be able to translate to IPFS stored layers as the expected OCI layers and pulls found in the Docker build system.

## My thoughts
If you notice, the same thing I noticed in this list is that most of these are workarounds to support the web2 api on IPFS. There is a pull in draft for [BuildKit](github.com/moby/buildkit/pull/) that may make native IPFS image support better on the image build side. With the work on the nerdctl side being the most direct support for images for pushing and pulling images with IPFS hashes.

The last piece I hope you noticed is that none of these answer the discoverability question, and with none human friendly name spacing on the hashes do not serve well for code readability on either the ops or build side of the house. IPNS could serve to help the latter, but I think that something like an ActivityPub/Fediverse enabled site may better serve as a hosting point for images, allowing for multiple actors to better curate images, tags, Cosign, ipfs links, and other metadata for end users to select from.

Lastly, this is just some last minute research on my part and would love to hear more people's thoughts!

Edit 1 some points made in discussion:

Having a hard requirement on running a full IPFS daemon and node would be barriar to entry for a lot of people, and so if IPFS is used it should more ideally be used in a totally contained way.

[Gitea](nlnet.nl/project/Gitea/) and it's fork [Forgejo](forgejo.org/) both have federation via ForgePub in work and registry support, and thus maybe solid points targets for a federated/decentralized platform.

[Reddit post](reddit.com/r/ipfs/comments/11t)

#kubernetes #decentralized #ipfs #activitypub #opensource #devops #docker #dockerhub #k8s #selfhosted #containers #oci

Last updated 2 years ago

WoodpeckerCI · @WoodpeckerCI
607 followers · 33 posts · Server floss.social

Hey it looks like we are also affected by the latest policy changes at .

So what for our do you suggest?

blog.alexellis.io/docker-is-de

#community #dockerhub #registry #containers #WoodpeckerCI #cicd #OpenSource

Last updated 2 years ago

Damien ACCORSI · @Lebouquetin
5 followers · 7 posts · Server fosstodon.org

Gros débat suite au journal qui aborde le passage payant des offres "team" du publié par @bortzmeyer sur - linuxfr.org/users/bortzmeyer/j

#dockerhub #linuxfr

Last updated 2 years ago

Rodion Borisov · @vintprox
49 followers · 736 posts · Server techhub.social

@to3k @Codeberg

free teams plan is no more

#dockerhub

Last updated 2 years ago