Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker compose howto no longer works #535

Open
pvalena opened this issue Aug 21, 2018 · 1 comment
Open

docker compose howto no longer works #535

pvalena opened this issue Aug 21, 2018 · 1 comment
Labels

Comments

@pvalena
Copy link
Contributor

pvalena commented Aug 21, 2018

#272

The howto about Docker seems to can't find the package python-django.

$ sudo docker build --tag=fedora-django Fedora-Dockerfiles/Django

Sending build context to Docker daemon 22.02 kB
Step 1/9 : FROM fedora
---> cc510acfcd70
Step 2/9 : MAINTAINER http://fedoraproject.org/wiki/Cloud
---> Using cache
---> 54697ce19c5c
Step 3/9 : RUN dnf -y update && dnf clean all
---> Using cache
---> 06567264da2e
Step 4/9 : RUN dnf -y install python-pip python-django git sqlite python-psycopg2 && dnf clean all
---> Running in 975be71bcae6
Fedora 28 - x86_64 - Updates 819 kB/s | 20 MB 00:25
Fedora 28 - x86_64 1.2 MB/s | 60 MB 00:50
Last metadata expiration check: 0:00:23 ago on Fri Jul 27 04:58:11 2018.
No match for argument: python-django
Error: Unable to find a match
The command '/bin/sh -c dnf -y install python-pip python-django git sqlite python-psycopg2 && dnf clean all' returned a non-zero code: 1

And i can't find the package manually using $ sudo dnf search python-django\*

======================================================================================================== Name Matched: python-django* ========================================================================================================
python-django-tastypie-doc.noarch : Documentation for python-django-tastypie
python-django-haystack-docs.noarch : Documentation for Django Haystack pluggable search
python-django-bash-completion.noarch : bash completion files for Django
python-django-classy-tags-doc.noarch : Documentation for django-classy-tags
python-django-registration-doc.noarch : A user-registration application for Django - documentation

But the package should be exist.

@jackorp
Copy link
Contributor

jackorp commented Mar 28, 2024

Hmm, that fedora-cloud repo was archived. This at this point looks more like /content issue than /website.

@jackorp jackorp transferred this issue from developer-portal/website Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants