1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-06 12:45:57 +01:00
Files
atomic/docs/atomic-push.1.md
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

1.9 KiB

% ATOMIC(1) Atomic Man Pages % Dan Walsh % September 2015

NAME

atomic-push - push Image to repository

SYNOPSIS

atomic push [-a][--activation_key[=ACTIVATION_KEY]] [--debug] [-h|--help] [--pulp] [-p][--password[=PASSWORD]] [-r][--repository_id[=REPOSITORY_ID]] [--satellite] [--sign-by] [--t][--type] [-u][--username[=USERNAME]] [-U][--url[=URL]] [--verify_ssl[=VERIFY_SSL]]

DESCRIPTION

atomic push will push the image to the repository. Defaults to docker repository; can also upload to satellite or pulp repository.

OPTIONS:

-a ACTIVATION_KEY --activation_key ACTIVATION_KEY Activation Key

--debug Debug mode

-h --help Print usage statement

-p PASSWORD --password PASSWORD Password for remote registry

--pulp Push using the pulp protocol, defaults to using docker push

--r REPO_ID --repository_id REPO_ID Repository ID

--satellite Upload using the satellite protocol; defaults to using docker push

--sign-by Override the default signing identity defined in /etc/atomic.conf. Atomic push will always sign if there is a default identity or you pass an indentity here. If there is a default identity, you can pass None to --sign-by and signing will be disabled.

-t REGISTRY_TYPE --type REGISTRY_TYPE Change the registry type. Currently only atomic is the only other supported registry type.

-u USERNAME --username USERNAME Username for remote registry

-U URL --url URL URL for remote registry

--verify_ssl Flag to verify ssl of registry

HISTORY

April 2015, Originally compiled by Daniel Walsh (dwalsh at redhat dot com)

July 2015, Edited by Jenny Ramseyer (jramseye at redhat dot com)

September 2015, Edited by Daniel Walsh (dwalsh at redhat dot com)

September 2016, Updated by Brent Baude (bbaude at redhat dot com)