mafintosh / mafintosh/docker-parse-image

Add new key for namespace + repository (maybe 'name')

Open
#1 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
22
Forks
5
PR merge metrics
No merged PRs in 30d

Description

```
console.log(parse('registry.com/ubuntu:14.04'))
// --> {registry:'registry.com', namespace:null, tag:'14.04', name:'ubuntu', repository:'ubuntu'}
```

```
console.log(parse('registry.com/staging/ubuntu:14.04'))
// --> {registry:'registry.com', namespace:'staging', tag:'14.04', name:'staging/ubuntu', repository:'ubuntu'}
```

Contributor guide

No contributing guide indexed for this repository

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 with the parser entry point used by parse(...), and inspect how registry, namespace, tag, name, and repository are derived. Update the output so both examples include name as shown, then verify parsing for images with and without a namespace.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, javascript
Domain
devtools
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.