Skip to content

GitLab Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
D
docker-machine
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 8
    • Merge Requests 8
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GitLab.org
  • CI-CD
  • docker-machine
  • Merge Requests
  • !9

Merged
Opened Dec 07, 2018 by Tomasz Maczukin@tmaczukinOwner

Add --google-min-cpu-platform option for machine creation

  • Overview 4
  • Commits 1
  • Pipelines 1
  • Changes 2

Adds --google-min-cpu-platform option for machine creation command.

Example usage:

$ docker-machine create \
                 --driver google \
                 --google-project [PROJECT ID] \
                 --google-min-cpu-platform 'Intel Skylake' \
                 test-machine-name

Binary compiled for Linux amd64 can be found at https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/jobs/131350952/artifacts/file/bin/docker-machine.

Pleas read gitlab-org/release/framework#43 for more details about why it's needed and why we've decided to go this way.

Closes #3 (closed)

Edited Dec 07, 2018 by Tomasz Maczukin
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: gitlab-org/ci-cd/docker-machine!9
Source branch: add-google-min-cpu-platform-option