Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • stork stork
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 267
    • Issues 267
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 24
    • Merge requests 24
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • storkstork
  • Merge requests
  • !409

Resolve "deploy_demo deploys old version of stork"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Andrei Pavel requested to merge 686-deploy_demo-deploys-old-version-of-stork into master Feb 02, 2022
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 1

Closes #686 (closed).

The problem was docker-compose up was run with default REGISTRY which you can see in docker-compose.yaml points to the public registry. Prior to the docker-compose up we are pushing the updated images to both the public registry and the private registry, and then we pull only from the private registry because we want the demo integrated with kea-premium. We never pull from the public registry. All recent invocations of deploy_demo were starting docker containers from images tagged with the public registry which might have been pulled manually at some point. This MR starts the right containers.

Edited Feb 02, 2022 by Andrei Pavel
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 686-deploy_demo-deploys-old-version-of-stork