Best way to set up a PostgreSQL dev database in Azure DevOps pipeline without Docker(-in-Docker) · ariga atlas · Discussion #3435 · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m working on an Azure DevOps pipeline where the agent is running inside an Azure Container Instance. As far as I know, Docker-in-Docker isn't an option given this setup.
My goal is to:
Set up a PostgreSQL development database during the pipeline execution,
use atlas to manage migrations,
tear down the database afterward.
Since Docker isn’t available, I’m looking for the best solution to achieve this setup. Any suggestions or best practices?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji
3D17
reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I’m working on an Azure DevOps pipeline where the agent is running inside an Azure Container Instance. As far as I know, Docker-in-Docker isn't an option given this setup.
My goal is to:
atlas
to manage migrations,Since Docker isn’t available, I’m looking for the best solution to achieve this setup. Any suggestions or best practices?
Thanks in advance!
EDIT: formatting
Beta Was this translation helpful? Give feedback.
All reactions