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

5 Commits

Author SHA1 Message Date
Brent Baude
9525bfefa0 Allow anonymous push
Added an --anonymous switch to the push command to allow users
to push anonymously without having to be prompted for a username
and password.

Closes: #964
Approved by: rhatdan
2017-04-13 16:13:07 +00:00
Brent Baude
2b744bfdbb Honor proxy usage
If HTTP[S]_PROXY is defined, honor it in python requests usage
as well as pass it on to skopeo.

If http[s]_proxy is defined in atomic.conf, use it; however, environment
variables will override these if defined.

Added --insecure to Atomic push so the user can override the logic
(or lack thereof) around deducing if a registry is insecure.  Also
needed for integration tests.

Closes: #964
Approved by: rhatdan
2017-04-13 16:13:07 +00:00
Aaron Weitekamp
a34814a25d Document supported push registry types
Closes: #699
Approved by: rhatdan
2016-10-12 16:20:12 +00:00
Brent Baude
384643a93e Atomic/push.py: Implement push with signing
Enabling signing and pushing at the same time.  At the time of
this writing, we cannot verify that the atomic targets are
working but the code is there.  THis is enabled with the
--type atomic switch. Otherwise, signatures are written locally
and the image is pushed.

Closes: #631
Approved by: rhatdan
2016-09-20 08:56:36 +00:00
Dan Walsh
d242bc6513 Change upload to push
Leave aliase of upload
2015-09-01 08:11:34 -04:00