Skip to content

Source files required used to build the official openSUSE containers for Docker

License

Notifications You must be signed in to change notification settings

openSUSE/docker-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

This repository contains the source files used to build derived images from the official openSUSE images for Docker.

Repository layout

The source code of the derived openSUSE images is organized inside of dedicated directories kept in derived_images under the root of the repository.

Requirements

  • The docker package.

Each directory contains a Dockerfile. To build the image use the following commands:

cd <directory containing the Dockerfile>
docker build -t <name of the image> .

It's also recommended to associate these images to an automated build on Docker Hub.

In order to do that you must be a member of the openSUSE organization on Docker Hub.

About

Source files required used to build the official openSUSE containers for Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published