Skip to content

studentenportal/docker-studentenportal-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

studentenportal-base docker image

This repository contains the studentenportal/base docker image, which contains all system dependencies.

The reason for this to be an own repository is mainly speed.

New Release

To create a new release, create a git tag with the new version according to section Versioning.

It is automatically built on Docker Cloud.

Local Build

# VERSION should be set according to the section *Versioning* of this document.
docker build --tag="studentenportal/base:VERSION" --tag="studentenportal/base:latest" .

Versioning

{PYTHON_VERSION}-{CONTAINER_VERSION}
  • PYTHON_VERSION is the python version used in the base image.
  • CONTAINER_VERSION is a release counter of this repository.

Example: 2.7-0

About

⚙️ The `studentenportal/base` docker image, with all system dependencies.

Resources

Stars

Watchers

Forks

Packages

No packages published