mirror of
https://github.com/chevereto/docker.git
synced 2026-06-23 21:19:56 +02:00
manual instructions first
This commit is contained in:
10
BUILDING.md
10
BUILDING.md
@@ -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.
|
||||
|
||||

|
||||
|
||||
## Manual building
|
||||
|
||||
Refer to the [CONSOLE GUIDE](guides/console/BUILDING.md).
|
||||
|
||||
10
SETUP.md
10
SETUP.md
@@ -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).
|
||||
|
||||
10
UPDATING.md
10
UPDATING.md
@@ -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.
|
||||
|
||||

|
||||
|
||||
## Manual updating
|
||||
|
||||
Refer to the [CONSOLE GUIDE](guides/console/UPDATING.md).
|
||||
|
||||
Reference in New Issue
Block a user