docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 177 forks source link

[wip] Push whole application package #679

Closed eunomie closed 4 years ago

eunomie commented 5 years ago

- What I did

Rewrote docker app push to push the application package with all that is needed:

The whole application needs to be built before, using docker app build.

The new push command doesn't take any flag, so:

- How I did it

Most of the command has been rewritten to get ride of all unused flags and behaviors.

- How to verify it

- Description for the changelog

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@90d8144). Click here to learn what that means. The diff coverage is 70.53%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #679   +/-   ##
=========================================
  Coverage          ?   72.25%           
=========================================
  Files             ?       56           
  Lines             ?     2808           
  Branches          ?        0           
=========================================
  Hits              ?     2029           
  Misses            ?      521           
  Partials          ?      258
Impacted Files Coverage Δ
internal/commands/image/tag.go 87.5% <100%> (ø)
internal/commands/push.go 68.54% <69.44%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 90d8144...76b713f. Read the comment docs.