Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerizes meesign-server, adds release to Dockerhub. #5

Merged
merged 5 commits into from
Aug 16, 2022

Conversation

KristianMika
Copy link
Collaborator

@KristianMika KristianMika commented Jul 20, 2022

Release types

Stable release

The release is triggered upon a tag creation. The component is built and pushed into Dockerhub with the specified tag and latest tags.

Nightly release

This release is triggered every midnight only in the upstream repository (not forks). The component is built and pushed into Dockerhub with the nightly tag.

Note: As we are using the GitHub actions scheduling feature, it can happen that some nightly releases will be delayed or skipped.

Usage notes

As the MeesignHelper is not configurable and requires the jar archive (copied at the build time) and the private key + certificate (mapped at runtime) in the current folder, the usage requires mapping both files (key and cert) separately, i.e. --volume pwd/server-key.pem:/meesign/server-key.pem --volume pwd/server-cert.pem:/meesign/server-cert.pem. One of the options is to instruct MeesignHelper to search for the files in a specified directory, e.g., ./certs/.

Before merging TODO

  • Set the DOCKERHUB_TOKEN repository secret
  • check the account (crocs-muni) and project name (meesign) match the created Dockerhub names
  • consider setting up a log level in Dockerfile

@dufkan dufkan merged commit 4fa561b into crocs-muni:master Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants