Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C CSE453 Cloud project
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • 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
  • syslab
  • CSE453 Cloud project
  • Merge requests
  • !4

Update Dockerfile

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Tenzin Low requested to merge tenzinhl/cse453-cloud-project:tenzinhl-main-patch-43251 into main Oct 30, 2022
  • Overview 0
  • Commits 4
  • Pipelines 0
  • Changes 1

A few changes:

  1. apt-get command updated to follow Docker best practices
  2. Move the copying of source files to later layers of the Dockerfile since they are more likely to change more often (and thus avoid rerunning of apt-get commands)
  3. Add comments to clarify how to modify the file from the student POV
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: tenzinhl-main-patch-43251