Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gostevedore/gostevedore.github.io
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.
https://github.com/gostevedore/gostevedore.github.io
containers docker docker-containers docker-image gostevedore homepage stevedore
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/gostevedore/gostevedore.github.io
- Owner: gostevedore
- Created: 2021-01-07T10:45:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T21:29:05.000Z (10 months ago)
- Last Synced: 2024-03-26T22:33:27.834Z (10 months ago)
- Topics: containers, docker, docker-containers, docker-image, gostevedore, homepage, stevedore
- Language: HTML
- Homepage: https://gostevedore.github.io
- Size: 15.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gostevedore.github.io
![Website publish status](https://github.com/gostevedore/gostevedore.github.io/actions/workflows/publish.yml/badge.svg)
This repository holds the Stevedore site's source code. To visit the site click [here](https://gostevedore.github.io/)
The website is built using [Hugo](https://gohugo.io/), as a static website generator, and [Docsy](https://www.docsy.dev/) 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.