Skip to content

Travis CI - Docker Image - We need latest and stable images #893

@franck-boullier

Description

@franck-boullier

Context:

  • We are relying on a docker image to deploy the frontend.
  • When deploying the services, we are using the latest of these docker image regardless of the environment we are in.

The problem:

  • If we make some change to that docker image that are breaking something, these changes will be introduced in the latest version of the docker image.
  • If we have to redeploy PROD or DEMO, these will use the latest image too,

Solution:

We need:

  • another docker image stable that will have been thouroughly tested.
  • a procedure to update that stable image
  • edit the deployment script so that the Docker image that are used for deployments are:
    • latest for the DEV environment
    • stable for the DEMO and PROD environment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions