Page MenuHomeDevCentral

DockerImage::loadFromSlashNotation
ClosedPublic

Authored by dereckson on Aug 28 2016, 14:05.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 12, 20:30
Unknown Object (File)
Sun, Nov 3, 23:59
Unknown Object (File)
Fri, Nov 1, 08:02
Unknown Object (File)
Fri, Oct 25, 10:09
Unknown Object (File)
Thu, Oct 24, 10:15
Unknown Object (File)
Oct 21 2024, 07:21
Unknown Object (File)
Oct 20 2024, 17:17
Unknown Object (File)
Oct 15 2024, 20:56
Subscribers
None

Details

Summary

API users aren't expected to split themselves their acme/foo image
notation in "acme" and "foo", it's more convenient to provide a static
constructor to do it directly in DockerImage abstract class.

Test Plan

New unit tests in DockerHubImage, which implements DockerImage.

Diff Detail

Repository
rKDOCKERHUB Keruald Docker Hub
Lint
Lint Passed
Unit
Tests Passed
Branch
master
Build Status
Buildable 962
Build 1149: arc lint + arc unit

Event Timeline

dereckson retitled this revision from to DockerImage::loadFromSlashNotation.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.
dereckson added inline comments.
src/DockerImage.php
49

document @throws

This revision is now accepted and ready to land.Aug 28 2016, 14:06
dereckson marked an inline comment as done.
dereckson edited edge metadata.

+@throws

This revision was automatically updated to reflect the committed changes.