Giter Club home page Giter Club logo

Comments (4)

milosgajdos avatar milosgajdos commented on June 22, 2024

I would really appreciate if you formatted your logs using markdown code formatting. It's really hard to parse the context from your message.

from distribution.

maka86 avatar maka86 commented on June 22, 2024

Hi @milosgajdos sorry about that, I have updated the log block. Thanks

from distribution.

maka86 avatar maka86 commented on June 22, 2024

@milosgajdos, I just did a small test to prove the container can access s3 bucket

run the following sdk to access s3 in container,

 import boto3

s3 = boto3.resource('s3')
bucket = s3.Bucket('docker-image-repo')

for obj in bucket.objects.all():
    print(obj.key)

result:

docker/registry/v2/blobs/sha256/08/084c1da10d39c6b7dc2bb41ba84771e6c0a60611ca17e493b5ad258cae7b7eb5/data
docker/registry/v2/blobs/sha256/08/084c81f08dd1abd2e5530390610303de2165ee5e4b49c4718d5168921bca76b9/data
docker/registry/v2/blobs/sha256/08/084cae691009e79856b8948aa70d437d649a39ecd1376b3ffa521b123f168aca/data
docker/registry/v2/blobs/sha256/08/084cb812b096e26793403a078ca871e6f3eec2f6f6bfe8e62d54b3f35fc84e4e/data
docker/registry/v2/blobs/sha256/08/084d0db3995e0a48bff875f01d4322a1d215bd31c84102faaec6f85bf20a9311/data
docker/registry/v2/blobs/sha256/08/084d379991bd2eaa55e2dd1143dcc9e5a1e8b5ca2a7837e5b906b402f04bc8d5/data
......
......

Container can access the s3 bucket. does this mean the issue is from s3aws storage driver ?

from distribution.

milosgajdos avatar milosgajdos commented on June 22, 2024

I have a feeling this is related to #3275.

Note that v2.8.3 is essentially in a maintenance mode and won't be receiving any updates besides high security patches. When stable v3 release is out v2.x will be marked as deprecated completely.

from distribution.

Related Issues (20)

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.