Closed haarchri closed 3 years ago
when i leave the following steps:
#RUN pulp-manager makemigrations pulp_app
#RUN pulp-manager makemigrations pulp_ansible
then i see a error message
Step 14/19 : RUN rm /opt/app-root/sqlite3.db
---> Running in e3b1b2f819f7
rm: cannot remove ‘/opt/app-root/sqlite3.db’: No such file or directory
without the 3 lines - the build finished - i will check tomorrow if the rest is working .. on OpenShift with DeploymentConfigs
#RUN pulp-manager makemigrations pulp_app
#RUN pulp-manager makemigrations pulp_ansible
#RUN rm /opt/app-root/sqlite3.db
Hello,
also a local build failed with make build in the pulp_ansible directory
i think the following 2 line - needs a postgres database - so it looks like the sqlite3.db is not used during the build ... can someone have a deeper look in it ?