Closed scheung38 closed 1 year ago
My guess would be due to the :Z declaration in the volumes. But why do you think this repository is compatible with Okteto and this is a bug?
Assuming the original issue was solved, it will be automatically closed now.
What happened?
a sample Django app should be deployed on okteto cloud when issuing okteto deploy --build --wait
What should've happened instead?
okteto deploy --build --wait x Syntax error volumes should be 'local_path:remote_path' or 'remote_path'
Additional details
I followed a sample Python Flask deploy and works fine https://www.okteto.com/docs/samples/python/
But using cookiecutter-django app
and
okteto deploy --build --wait x Syntax error volumes should be 'local_path:remote_path' or 'remote_path'
okteto.yml
Host system configuration:
Version of cookiecutter CLI (get it with
cookiecutter --version
): Cookiecutter 1.7.3OS name and version: Mac 12.5, Python 3.9.9
On Linux, run
On MacOs, run
On Windows, via CMD, run
Python version, run
python3 -V
: 3.9.9Docker version (if using Docker), run
docker --version
: Docker version 20.10.17, build 100c701docker-compose version (if using Docker), run
docker-compose --version
: Docker Compose version v2.7.0...
cat ${HOME}/.cookiecutter_replay/cookiecutter-django.json
(Please, take care to remove sensitive information)