dariuszparys opened a new issue #218:
URL: https://github.com/apache/couchdb-docker/issues/218


   <!--- Provide a general summary of the issue in the Title above -->
   
   I'm trying to apt update inside of the couchdb image from docker hub. I 
pulled the image with the following tag `couchdb:3.1.2`. I start the image with 
   
   `docker run -d --name my-couchdb -e COUCHDB_USER=admin -e 
COUCHDB_PASSWORD=password couchdb:3.1.2`
   
   When exec into the image
   
   `docker exec -it my-couchdb /bin/bash`
   
   I try to apt update inside the container and this is the error I retrieve
   
   ```bash
   root@de71515af560:/# apt update
   Hit:1 http://security.debian.org/debian-security buster/updates InRelease
   Hit:2 http://deb.debian.org/debian buster InRelease
   Hit:3 http://deb.debian.org/debian buster-updates InRelease
   Err:4 https://apache.jfrog.io/artifactory/couchdb-deb buster InRelease
     403  Forbidden [IP: 108.138.17.42 443]
   Reading package lists... Done
   E: Failed to fetch 
https://apache.jfrog.io/artifactory/couchdb-deb/dists/buster/InRelease  403  
Forbidden [IP: 108.138.17.42 443]
   E: The repository 'https://apache.jfrog.io/artifactory/couchdb-deb buster 
InRelease' is not signed.
   N: Updating from such a repository can't be done securely, and is therefore 
disabled by default.
   N: See apt-secure(8) manpage for repository creation and user configuration 
details.
   ```
   
   ## Expected Behavior
   
   Should just update the apt repositories inside the container
   
   ## Current Behavior
   
   Fails with 403 on 
`https://apache.jfrog.io/artifactory/couchdb-deb/dists/buster/InRelease`
   
   ## Possible Solution
   
   Check artifactory settings if there have been some changes?
   
   ## Steps to Reproduce (for bugs)
   1. `docker run -d --name my-couchdb -e COUCHDB_USER=admin -e 
COUCHDB_PASSWORD=password couchdb:3.1.2`
   2. `docker exec -it my-couchdb /bin/bash`
   3. inside the container `apt update`
   
   ## Context
   
   It first came up in our CI/CD pipelines
   
   ## Your Environment
   * Version used: Ubuntu 20.04
   * Operating System and version (desktop or mobile): server
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to