Skip to content

Stevedore is a tool for building Docker images at scale, and it is not intended to replace Dockerfile or Buildkit. Instead, Stevedore can be used in conjunction with these tools to help streamline the process of building and promoting multiple Docker images.

Notifications You must be signed in to change notification settings

gostevedore/gostevedore.github.io

Repository files navigation

gostevedore.github.io

Website publish status

This repository holds the Stevedore site's source code. To visit the site click here

The website is built using Hugo, as a static website generator, and Docsy theme.

Deployment process

This repository provides a Github action named Publish which manages the deployment. When a new site's release is ready to be deployed on your development environment you must follow the steps below to perform the deployment:

  1. Create a pull request to the main branch
  2. Merge the pull request, and then the Publish action is triggered.
  3. Once the Publish action is completed properly, the site will be available at https://gostevedore.github.io/

The Publish action pushes the code generated by Hugo to gh-pages repository's branch.

About

Stevedore is a tool for building Docker images at scale, and it is not intended to replace Dockerfile or Buildkit. Instead, Stevedore can be used in conjunction with these tools to help streamline the process of building and promoting multiple Docker images.

Topics

Resources

Stars

Watchers

Forks