AndreCox / PIBaker

Create Custom Raspberry Pi Images Easily
GNU General Public License v3.0
39 stars 6 forks source link

pull access denied for andrerc1/ansible, repository does not exist or may require 'docker login': denied: ... #6

Closed zieglerjm closed 1 month ago

zieglerjm commented 2 months ago

Is there another public docker image that can be used?

zieglerjm commented 2 months ago

I tried to replace it with alpinelinux/ansible but am getting:

AndreCox commented 2 months ago

This sounds like you don't have docker set up properly as it should build the container anderc1/ansible from the source code

AndreCox commented 2 months ago

os.system('docker build -t andrerc1/ansible ./ansible')

This command builds the image and it is found in the setup.py file

zieglerjm commented 2 months ago

I tried on another PC with Windows 10 vs 11.

+ pip install python-keyczar docker-py boto3 botocore Collecting python-keyczar Could not fetch URL https://pypi.python.org/simple/python-keyczar/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:726) - skipping Could not find a version that satisfies the requirement python-keyczar (from versions: ) No matching distribution found for python-keyczar

Tried updating ansible\Dockerfile

pip install --trusted-host pypi.python.org --upgrade pip && \ pip install --trusted-host pypi.python.org python-keyczar docker-py boto3 botocore && \

AndreCox commented 2 months ago

You should not need to do any of that the setup file literally has 0 dependencies except for os which is included with python

AndreCox commented 1 month ago

I'm closing this issue as this appears to be an issue related to setup/dependencies I will consider reopening if more details can be provided.