1RHEL-PUSH-PLUGIN(8)               MARCH 2016               RHEL-PUSH-PLUGIN(8)
2
3
4

NAME

6       rhel-push-plugin - Block Red Hat Enterprise Linux content being pushed
7       to default registry
8
9
10

SYNOPSIS

12       rhel-push-plugin [--cert-path=[=""]]
13       [--host=[=unix:///var/run/docker.sock]] [--tls-verify=[=false]]
14
15
16

DESCRIPTION

18       Red Hat subscription agreement prevents users from posting of Red Hat
19       based content to public registries.  This plugin looks at the base
20       image of any container image that is being pushed to the default
21       registry, docker.io, and blocks the push, if the content uses a RHEL
22       base image. Users can push RHEL content to their own private
23       registries.  You can modify the docker service to support private
24       registies by using the --add-registry docker daemon flag.  You can add
25       this to the docker daemon command or by adding it to the OPTIONS
26       configuation in /etc/sysconfig/docker
27
28
29

OPTIONS

31       --cert-path=""
32         Certificates path to connect to Docker (cert.pem, key.pem)
33       --host="unix:///var/run/docker.sock"
34         Specifies the host where to contact the docker daemon.
35       --tls-verify="false"
36         Whether to verify certificates or not
37
38
39

AUTHORS

41       Antonio Murdaca ⟨runcom@redhat.com⟩
42
43
44
45Antonio Murdaca                                            RHEL-PUSH-PLUGIN(8)
Impressum