manual instructions first

This commit is contained in:
Rodolfo Berrios
2021-08-03 12:41:26 -04:00
parent af1191c8a3
commit d6b0702adf
3 changed files with 17 additions and 13 deletions

View File

@@ -2,6 +2,12 @@
The build process consist in build the container image that you will use to deploy your container instances.
## Manual building
Refer to the [CONSOLE GUIDE](guides/console/BUILDING.md).
## GitHub workflow-based building
1. Go to **Actions**
2. Select the target **Build** under **Workflows**
3. Click on **Run Workflow** and confirm
@@ -11,7 +17,3 @@ The build process consist in build the container image that you will use to depl
✅ When done **the build will be available** at your target container registry.
![Build log](src/build-log.png)
## Manual building
Refer to the [CONSOLE GUIDE](guides/console/BUILDING.md).

View File

@@ -1,5 +1,11 @@
# Setup
## Manual setup
Refer to the [CONSOLE GUIDE](guides/console/SETUP.md).
## GitHub repo setup
* Click the [Use this template](https://github.com/chevereto/docker-builder/generate) button
A prompt like this will appear, we recommend using a private repo.
@@ -30,7 +36,3 @@ By default this repository uses your Chevereto license to download the latest Ch
| REPO_APP_ACCESS_TOKEN | Personal Access Token for the repo above |
You can also put the contents of your custom Chevereto based application in the `/chevereto` folder before building the image.
## Manual setup
Refer to the [CONSOLE GUIDE](guides/console/SETUP.md).

View File

@@ -2,7 +2,11 @@
The update process consist in that you pull our `chevereto/container-builder` repo changes for updating the Dockerfile. From there you can re-build the image, with the updated changes.
## One-click updating
## Manual updating
Refer to the [CONSOLE GUIDE](guides/console/UPDATING.md).
## GitHub one-click updating
1. Go to **Actions**
2. Select **Update** under **Workflows**
@@ -13,7 +17,3 @@ The update process consist in that you pull our `chevereto/container-builder` re
🤖 When done **a bot will create a pull request** in your repo so you can review and confirm the changes.
![Update template](src/update-merge.png)
## Manual updating
Refer to the [CONSOLE GUIDE](guides/console/UPDATING.md).