Skip to content

Tools and scripts for building Docker images for Fedora Repository

Notifications You must be signed in to change notification settings

samvera-labs/docker-fcrepo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fcrepo4 Docker Builds

What

Tools and scripts for building Docker images for all releases of Fedora version 4 and up.

Why

Testing, simple deployment

How

Prerequisites

  • Docker
  • jq
  • Some basic understanding of Docker helps

Build a version

bin/build VERSION

Example:

bin/build 5.1.0 # Produces an image tagged ghcr.io/samvera/fcrepo4:5.1.0

If you'd like to use something other than the default target repository (ghcr.io/samvera/fcrepo4), set the DOCKER_REPO variable:

DOCKER_REPO=foo/bar bin/build 5.1.0 # Produces an image tagged foo/bar:5.1.0

Build all versions

To create an image for every fcrepo4 release, run

bin/build-all

The build-all script respects the DOCKER_REPO variable the same way build does.

About

Tools and scripts for building Docker images for Fedora Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 81.2%
  • Dockerfile 18.8%