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


   <!-- STOP! If this is a CouchDB-specific issue - unrelated to running CouchDB
        in Docker, file your issue here: 
https://github.com/apache/couchdb/issues 
        instead!
   
        This repository is only for CouchDB *Docker* specific issues. -->
   
   <!--- Provide a general summary of the issue in the Title above -->
   
   ## Expected Behavior
   <!--- If you're describing a bug, tell us what should happen -->
   <!--- If you're suggesting a change/improvement, tell us how it should work 
-->
   
   Running `docker pull couchdb:2` on ubuntu 18.04 pulls the tag for 2. 
   
   ## Current Behavior
   <!--- If describing a bug, tell us what happens instead of the expected 
behavior -->
   <!--- If suggesting a change/improvement, explain the difference from 
current behavior -->
   
   Running `docker pull couchdb:2` on ubuntu 18.04 returns 
   
   ```
   Unable to find image 'couchdb:2' locally
   2: Pulling from library/couchdb
   docker: no matching manifest for linux/amd64 in the manifest list entries.
   ```
   
   ## Possible Solution
   <!--- Not obligatory, but suggest a fix/reason for the bug, -->
   <!--- or ideas how to implement the addition or change -->
   
   Using 2.3.1 instead of just 2 works fine. 
   
   ## Steps to Reproduce (for bugs)
   <!--- Provide a link to a live example, or an unambiguous set of steps to -->
   <!--- reproduce this bug. Include code to reproduce, if relevant -->
   1. Clear local images of couchdb `docker image prune`
   2. Pull couchdb2 `docker pull couchdb:2`
   3. Failure occurs
   
   
   ## Context
   <!--- How has this issue affected you? What are you trying to accomplish? -->
   <!--- Providing context helps us come up with a solution that is most useful 
in the real world -->
   
   Breaks the build process we have that runs `docker run -d -p 5984:5984 
--name couch couchdb:2`
   
   ## Your Environment
   <!--- Include as many relevant details about the environment you experienced 
the bug in -->
   * Version used: 2
   * Browser Name and version: chrome
   * Operating System and version (desktop or mobile):  desktop and 
githubactions ci
   * Link to your project: 
   


----------------------------------------------------------------
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.

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


Reply via email to