Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.core beat.core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • beatbeat
  • beat.corebeat.core
  • Issues
  • #55

[docker] Scanning for images that contain name "beat" on docker images is not restrictive enough

Currently, this package tests for all docker images with the string beat on its name. This potentially includes anything produced inside the beat gitlab group. Currently, we have an image that is produced to serve as the basis for compiling another project and 5 version of it are installed on the docker daemon. This results in probing a bunch of useless images and waste time on the CI. As a consequence, many tests are failing.

I propose we just restrict these to images containing the substring beat.env. instead.

Edited May 04, 2018 by André Anjos
Assignee
Assign to
Time tracking