#1 Add the FGC (f28) to the container name.
Merged 5 years ago by gscrivano. Opened 5 years ago by cverna.
container/ cverna/docker bump_release  into  f28

file modified
+2 -2
@@ -1,8 +1,8 @@ 

  FROM registry.fedoraproject.org/fedora:28

  

- 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" \

We need to have the FGC defined in the name. From the guidelines

$FGC is defined as Fedora Generational Core by the Fedora Modularity effort as a part of the Base Runtime and will serve as our registry namespace. 

https://fedoraproject.org/wiki/Container:Guidelines#Containers_.28Dockerfile.29

Signed-off-by: Clement Verna cverna@tutanota.com

1 new commit added

  • Container name should have the FGC(fxx) variable defined
5 years ago

2 new commits added

  • Container name should have the FGC(fxx) variable defined
  • Bump Release so we can rebuild the image in OSBS
5 years ago

Pull-Request has been merged by gscrivano

5 years ago
Metadata