Giter VIP home page Giter VIP logo

Comments (5)

taichun avatar taichun commented on August 16, 2024 2

I contacted Alfresco support and they just resolved the permission issue on our quay.io credential. We can successfully pull the search-services image now. Thanks for the help and please consider this issue closed.

from acs-deployment.

gionn avatar gionn commented on August 16, 2024

are you trying to install the enterprise or the community version with the latest helm charts? The best would be if you provide the full helm install command.

General rule is that for the enterprise version it's correct that it is use quay.io for which you should have credentials for if you are a paid customer/partner, while for the community version it should rely on the docker hub hosted images.

from acs-deployment.

taichun avatar taichun commented on August 16, 2024

We are installing the enterprise version and indeed we have an enterprise license as well as the quay.io credential to pull all the other related images from the repository. Only the alfresco-search-services image failed to pull. For the reference below is the helm command we use to install ACS:

helm repo add alfresco https://kubernetes-charts.alfresco.com/stable
helm repo update
helm upgrade acs --install \
    --namespace $NAMESPACE --create-namespace \
    alfresco/alfresco-content-services \
    --set externalProtocol="http" --set externalHost="$EXTERNAL_FQDN" --set externalPort="80" \
    -f acs_custom.yaml

from acs-deployment.

gionn avatar gionn commented on August 16, 2024

that's quite interesting because that tag indeed exists and I can pull it locally:

docker pull quay.io/alfresco/search-services:2.0.6
2.0.6: Pulling from alfresco/search-services
Digest: sha256:b2edbe716d438b2c8d3263add5653b68369d69a37830a59b2bbd13dd45da4b10
Status: Image is up to date for quay.io/alfresco/search-services:2.0.6
quay.io/alfresco/search-services:2.0.6

maybe you can take a look at the exact pull failure you are getting with describe pod?

another issue I see only now is that it looks like we missed bumping the version in that chart (latest GA version should be 2.0.7 and not 2.0.6)

from acs-deployment.

taichun avatar taichun commented on August 16, 2024

I guess our quay.io credential doesn't allow me to pull from this particular image? I can pull all the other ACS Enterprise related images like digital workspace, shared-file-store, etc. Only failed this particular one:

$ docker pull quay.io/alfresco/search-services:2.0.6
Error response from daemon: unauthorized: access to the requested resource is not authorized

from acs-deployment.

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.