Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • V valve-infra
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 55
    • Issues 55
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Martin Roukala
  • valve-infra
  • Merge requests
  • !456

Draft: vivian: default to using the latest valve-infra-container

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Martin Roukala requested to merge vivian_use_upstream_image into master Dec 20, 2022
  • Overview 3
  • Commits 2
  • Pipelines 8
  • Changes 4

Up until now, we have been asking people to create their own valve-infra-container images, which can then easily get outdated.

Rather than requiring running vivian from a local registry, let's just depend by default on the "upstream" container, then provision it with the latest changes using ansible.

It remains possible to use a local container by setting the IMAGE_NAME to localhost:8088/valve-infra/valve-infra-container:latest. This remains documented, but won't be the default.

TODO:

  • Update the documentation to be clearer as to what the workflow should be
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: vivian_use_upstream_image