Sign inSign up

sensedia/openjdk11-base

By sensedia

Updated about 1 month ago

Image
0

5.0K

sensedia/openjdk11-base repository overview

Sensedia Docker Base Images

Images base used in Dockerfiles of products developed by Sensedia.

See CHANGELOG.md file in each directory.

Contributing

  1. Install git and Docker-CE.

Follow the instructions to install Docker-CE:

  1. Clone the repository to your machine with the command below.
git clone [email protected]:sensedia/docker-images-base.git
cd docker-images-base
  1. Create a branch with the command below.

Example:

git checkout -b BRANCH_NAME
  1. Develop the task to update the Docker image.
  2. Update CHANGELOG.md file in each directory.
  3. Build Docker image and test the changes in development environment.
  4. Commit and push changes to the remote repository with the command below.

Example:

git push --set-upstream origin BRANCH_NAME
  1. Create Pull Request (PR) to the master branch, using the notations patterns of the development process.
  2. Update the content with the suggestions of the reviewer (if necessary).
  3. After your pull request is merged, update and clean your local clone.
git checkout master
git branch -d BRANCH_NAME

License

Copyright Sensedia 2021

Tag summary

Content type

Image

Digest

sha256:c9f7746ad

Size

88.8 MB

Last updated

about 1 month ago

docker pull sensedia/openjdk11-base