Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Django Template Django Template
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • IzeniIzeni
  • Django TemplateDjango Template
  • Merge requests
  • !14

Feature/dockerized usage

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Joshua Gardner requested to merge feature/dockerized-usage into master Jun 07, 2017
  • Overview 2
  • Commits 2
  • Pipelines 2
  • Changes 19

Two things here really.

Copied (with modifications) test changes from Seek to speed them up significantly. Had to fiddle with the docker image to get it to work and one thing led to another:

  • Uses alpine now.
  • Django 1.11
  • Pushes a Docker image to hub as part of CI build.
  • Story to actually run the template is docker run ... izeni/django-template. Nice and clean.
  • Uses artifacts to allow running the django-admin startproject command yourself nicely too.
  • Lots of fiddling with CI to get it working correctly.
  • There's more detailed history in branch jgardner, this history is squashed to show the two steps.
    • (There was a little squashing happened before the main squash, mostly cause I was playing with the emacs git rebase interactive interface).
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/dockerized-usage