Giter VIP home page Giter VIP logo

drupal-container's Introduction

Drupal Application Container

These Dockerfiles define the massgov/drupal-container images. These images are automatically built by Docker Hub.

Docker Pulls Docker Stars

Variants

The variants of this image are: ci - An image appropriate for use in continuous integration environments. Closely mirrors Acquia's application servers, except that mail is disabled. dev - An image appropriate for use in development environments. Adds Xdebug, Blackfire, ...

Environment variables

  1. XDEBUG_ENABLE: Adds xdebug extension which is configured to autostart (assumes Docker for Mac).
  2. MEMORY_LIMIT: Set the PHP memory limit that is used.

Making changes

  1. Make changes to the Dockerfile for the desired variant.
  2. Test changes by building the image locally using docker-compose build
  3. Note changes in CHANGELOG.txt.
  4. Commit and push changes to this repository:
    git commit -m "My message"
    git push origin master
    
  5. Optionally, tag a new release:
    git tag 1.0.0
    git push origin 1.0.0
    When you tag a release, you should also update your code to use the new version as soon as it's available. You can check on the availability on the build details page.

Changes that are pushed to the master branch are built automatically by Docker hub. For example, a change pushed to master affecting the ci variant would update massgov/drupal-container:ci. Tags are also built automatically and create a new tagged version of the image. For example, a new tag 4.1.0 would create new versions of all variants, which would be available using massgov/drupal-container:4.1.0-ci etc.

drupal-container's People

Contributors

rbayliss avatar slashrsm avatar weitzman avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.