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:
parent
150b7d4f25
commit
b61c9083df
2 changed files with 2 additions and 4 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue