Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 691 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 691 Bytes

Stoq Dockerfiles

This repository contains all of STOQ's Dockerfiles.

When creating a new Dockerfile

  • Name it Dockerfile.

  • Upload it to Gitlab's Dockerfiles repository

  • On the stoq-dockerfile repository ond Dockerhub:

      - go to the 'Builds' tab
    
      - click the 'Configure Automated Builds' button
    
      - click the 'Build Rules +' button
    
      - set the configs to: branch, 'master', <tag to the build>,
        <name of Dockerfile>, '/'. Autobuild and Build Caching should
        be enabled.
    
      - click the 'Save and Build' button.
    

As soon as the build finishes, the builds will be available and their names will be defined by the defined on the rules.