1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-06 03:45:28 +01:00

9 Commits

Author SHA1 Message Date
Giuseppe Scrivano
873f0b6aaf syscontainers: drop pull from a remote ostree
this code was added for pulling directly from an OSTree repository.  It
wasn't never really used and it expects the image to be fully exploded
in an ostree commit without supporting OCI layers.

Dropping this part also avoid confusion with what we do with Skopeo
where "ostree:" is supported both as source and destination.

Closes: https://github.com/projectatomic/atomic/issues/1193

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #1197
Approved by: rhatdan
2018-02-26 13:57:52 +00:00
Giuseppe Scrivano
dfc274d636 syscontainers: add a warning if pulling a not fully qualified image
Not fully qualified images are ambiguous in the ostree reference as
internally e.g. docker.io/busybox and busybox are stored as two
separate references.  Suggest the user to use a fully qualified name
to avoid the ambiguosity.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #1124
Approved by: peterbaouoft
2017-11-20 21:23:11 +00:00
Giuseppe Scrivano
24e1a61e99 pull: support src-creds option
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #1120
Approved by: ashcrow
2017-10-26 16:49:44 +00:00
Giuseppe Scrivano
d2c4ee8197 docs, pull: add documentation for http: prefix
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #1109
Approved by: miabbott
2017-10-13 15:21:38 +00:00
Brent Baude
f60218a679 Atomic/pull.py: Set docker as default backend
Setting docker as the default backend instead of ostree.

Closes: #637
Approved by: rhatdan
2016-09-20 16:07:32 +00:00
Giuseppe Scrivano
d1def191ad pull: drop option --user
Pull to the user repo by default when running as non root user

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #524
Approved by: rhatdan
2016-08-09 17:00:29 +00:00
Mahmoud Tohmaz
6d42041afe Atomic now has --user flag. 2016-07-25 20:48:25 -04:00
Giuseppe Scrivano
b863c9912b docs: improve the documentation for "atomic pull"
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #480
Approved by: rhatdan
2016-07-15 13:44:51 +00:00
Giuseppe Scrivano
3d7691fb97 docs: add man pages for system containers new options
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2016-04-18 20:27:32 +02:00