Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

cnt should verify pushed dependencies when pushing #67

Closed
prfalken opened this issue Nov 12, 2015 · 1 comment
Closed

cnt should verify pushed dependencies when pushing #67

prfalken opened this issue Nov 12, 2015 · 1 comment

Comments

@prfalken
Copy link

Possibly a good idea to warn the users that they are pushing a version from which dependencies versions are not pushed yet.

example :

  • build base:42
  • (forget to push base:42)
  • build myAci:2 with a dependency on base:42
  • push myAci:2
  • cnt WARNs : myAci:2 depends on base:42 which does not appear on image repository.

It could be a simple warn or even refuse to push. That way nobody can run an image with missing deps.

@n0rad
Copy link
Member

n0rad commented Mar 11, 2016

fixed in v57 since build require all dependencies

@n0rad n0rad closed this as completed Mar 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants