Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Implement Docker image building and publishing for deployment #463

Open
4 tasks
maltezacharias opened this issue May 2, 2020 · 2 comments
Open
4 tasks
Assignees
Labels

Comments

@maltezacharias
Copy link
Collaborator

Switch deployment process to publishing of ready-built docker containers to e.g. DockerHub or a private registry.

  • Create build scripts to create and push new containers
  • Implement automatic image building and pushing process using a suitable mechanism (Travis? DockerHub automated builds?)
  • Investigate whether we should use docker image signing for this?
  • Design a workflow where pushing to a designated protected branch on github will result in an automatic building and deployment of the branch
@Baschdl
Copy link
Collaborator

Baschdl commented May 6, 2020

  • docker exec backend python3 manage.py migrate and docker exec backend python3 manage.py check have to be executed on the server
  • Ignore the database when building

@Baschdl Baschdl self-assigned this May 6, 2020
@Baschdl
Copy link
Collaborator

Baschdl commented May 6, 2020

Dockerhub repository: https://hub.docker.com/r/match4everyone/match4healthcare/tags
It's important to login on the terminal you try to push from

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants