Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • schedules schedules
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SRCT
  • schedulesschedules
  • Merge requests
  • !14

Merged
Created Aug 30, 2018 by Nicholas J Anderson@nander13Owner

Docker build in CI, use nginx for 'web' image

  • Overview 0
  • Commits 7
  • Pipelines 5
  • Changes 4

The current web image is using webpack to serve the static files. This can be made more efficient by using a multi-stage build to have webpack build the static files, and then use nginx to serve the artifacts.

Additionally, I would like to try building the docker images within GitLab CI and upload them to the GitLab registry for easy distribution.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: docker-build