OpenBankProject / OpenBankProject/OBP-API

Write Dockerfile for OBP-API

Open
#2,106 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Scala
Stars
1.7k
Forks
482
Avg merge
1d 12h
Merged PRs (30d)
15

Description

Is your feature request related to a problem? Please describe.

There is presently no in-repo Dockerfile (aka Containerfile) for OBP-API.

Describe the solution you'd like
As a developer I can build & run a container for OBP-API from within this repo.

Describe alternatives you've considered
It is best practice to keep container files within the same repo as their code where reasonable.

With this completed, the OBP-Docker repo should/must be deleted as redundant.

Additional context

See:

Be aware that layer caching is now a thing, the current attempts of the container file take a long time to re-build since there's no caching- this may be addressed with layer caching at build time.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the referenced Dockerfiles in the OBP-API and OBP-Kubernetes repositories, then inspect this repository's Scala build and runtime entry points. Create a root Dockerfile that builds and runs OBP-API with effective layer caching. Done means the image can be built and the API run from this repository, making the separate OBP-Docker repository redundant.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, scala
Domain
devops
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.