Giter VIP home page Giter VIP logo

zanata-docker-files's Introduction

Zanata Docker Files

This repository includes files that are necessary to build docker images for Zanata.

For people who are in charge of publishing Zanata docker images, or interested in customizing Zanata docker images, read on.

Build Zanata Docker Images

Firstly, clone this repository and cd into the checked out directory.

Then, use image-make to build the image.

For usage:

./image-make -h

To build the version 4.3.0 and tag it as latest:

./image-make -t latest -t 4.3.0 zanata-server

Zanata Docker Image Releasing

Zanata docker image release are made by Zanata team members.

Login to docker hub Account

If you do not have a Docker Hub account, register at https://hub.docker.com/ then ask other Zanata team members to add you.

You also need to login from the command line at your workstation, so you can push the image to Docker Hub.

Run the following command and enter the docker registry username and password:

docker login docker.io

Update Dockerfile

If you only need to change the version, no need to change the Dockerfile manually, image-make takes care of this.

If you do need to change more than version, remember in next step, you need to append sequence number '-1' after the version. For example, if you change Dockerfile after version 4.3.0, then you need to tag the image as 4.3.0-1.

If you need to change the Dockerfile again, then bump the sequence number to -2, and so on.

Release Image to DockerHub

Script image-make with option -r releases image to DockerHub. For example, to release zanata-server 4.3.0-1, run:

./image-make -r 4.3.0-1 zanata-server

See the in-line help for the actual behavior of ./image-make -r by running:

./image-make -h

Note: These images are provided on a best-effort basis. Pull requests are most welcome

Please report any issues in Zanata's bug tracker: https://zanata.atlassian.net/

zanata-docker-files's People

Contributors

carlosmunoz avatar daspawnw avatar definite avatar djansen-redhat avatar pjt33 avatar seanf avatar slavikz avatar

Watchers

 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.