Skip to content

GitLab Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gitlab-runner
gitlab-runner
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1,989
    • Issues 1,989
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 214
    • Merge Requests 214
  • 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
  • gitlab-runnergitlab-runner
  • Merge Requests
  • !456

Merged
Opened Jan 24, 2017 by Jonathon Reinhart@JonathonReinhartContributor0 of 4 tasks completed0/4 tasks

Reduce size of gitlab-runner-helper images

  • Overview 23
  • Commits 1
  • Pipelines 2
  • Changes 2

What does this MR do?

This MR reduces the size of the gitlab-runner-helper images by:

  • Using miniperl instead of perl (required for git-submodule)
  • Using apk --no-cache when installing Alpine packages
REPOSITORY                    TAG                 IMAGE ID            CREATED             SIZE
gitlab/gitlab-runner-helper   arm-7f95086         a6c261cb3c57        5 days ago          135.7 MB
gitlab/gitlab-runner-helper   x86_64-7f95086      150caa5f8496        5 days ago          81.79 MB
gitlab/gitlab-runner-helper   arm-d18f38e         5c70f6e2a381        29 minutes ago      101.7 MB
gitlab/gitlab-runner-helper   x86_64-d18f38e      539912ee8c70        30 minutes ago      40.38 MB
  • The arm image size is reduced by 34MB (25.0%)
  • The x86_64 image size is reduced by 41.4MB (50.6%)

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

See https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/443/diffs#ad79990b3e834afa27f538ac9b0bf4e57f84f7c3_4_3

cc @ayufan @tmaczukin

Assignee
Assign to
Reviewer
Request review from
v1.10
Milestone
v1.10 (Past due)
Assign milestone
Time tracking
Reference: gitlab-org/gitlab-runner!456
Source branch: docker-image-size-reduction

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.