Minor fixes for f25

Change "name" label to be the correct format, and remove a rhel
plugin.

Signed-off-by: Yu Qi Zhang <jzehrarnyg@gmail.com>
This commit is contained in:
yuqi-zhang 2017-07-10 10:58:04 -04:00
commit b61c9083df
2 changed files with 2 additions and 4 deletions

View file

@ -1,8 +1,8 @@
FROM registry.fedoraproject.org/fedora:25
ENV VERSION=0 RELEASE=4 ARCH=x86_64
ENV VERSION=0 RELEASE=5 ARCH=x86_64
LABEL com.redhat.component="docker" \
name="docker" \
name="$FGC/docker" \
version="$VERSION" \
release="$RELEASE.$DISTTAG" \
architecture="$ARCH" \

View file

@ -1,6 +1,4 @@
{
"authorization-plugins": ["rhel-push-plugin"],
"default-runtime": "oci",
"containerd": "/run/containerd.sock",
"userland-proxy-path": "/usr/libexec/docker/docker-proxy-current",