Skip to content

Dockerfiles and associated resources used to build the che-sidecar-plantuml container sidecar image.

License

Notifications You must be signed in to change notification settings

gattytto/che-sidecar-plantuml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

che-sidecar-plantuml

Eclipse Che Sidecar container for plantuml

This sidecar image is used to run Che Plug-ins in dedicated containers

Dockerfiles

The master branch contains the Dockerfile that builds the sidecar container for the latest version of the plugin.

Older versions of the Dockerfile for older plugin versions which are still supported will live on their own branch, i.e.: the Dockerfile which builds the sidecar container for the 1.2.0 version of the plugin will live on the 1.2.0 branch.

This repository uses an automatic GitHub Action which will build, tag, and push a container image on every push. In order to specify which version of the container is built, tagged, and pushed, be sure to edit the VERSION file with the correct version.

  • To update the Dockerfile for the latest version, make a PR against master
  • Ensure VERSION contains the correct version you wish to build
  • To update an older version of the sidecar container, open a PR against the branch for the version you wish to update

Platforms

This repository supports multiple architecture builds. To add a platform, edit the PLATFORMS file and add your desired platform. Currently this plugin sidecar supports the following architectures:

  • linux/amd64

About

Dockerfiles and associated resources used to build the che-sidecar-plantuml container sidecar image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 57.1%
  • Shell 42.9%