feature/new-oci-deployment (#2)
Co-authored-by: Márcio Fernandes <marcio.fernandes@outlook.pt> Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
@@ -18,7 +18,7 @@ server:
|
||||
## Podman
|
||||
|
||||
``` bash
|
||||
podman pull git.limbosolutions.com/kb/ssh-server:latest
|
||||
podman pull oci.limbosolutions.com/public/ssh-server:latest
|
||||
|
||||
podman container run \
|
||||
-p 2222:22 \
|
||||
@@ -26,14 +26,14 @@ podman container run \
|
||||
-v ./local/config:/etc/app/config \
|
||||
-v ./local/server-certs:/etc/ssh/certs \
|
||||
-v ./local/home:/home \
|
||||
git.limbosolutions.com/kb/ssh-server:latest
|
||||
oci.limbosolutions.com/public/ssh-server:latest
|
||||
|
||||
```
|
||||
|
||||
## docker
|
||||
|
||||
``` bash
|
||||
docker pull git.limbosolutions.com/kb/ssh-server:latest
|
||||
docker pull oci.limbosolutions.com/public/ssh-server:latest
|
||||
|
||||
docker container run \
|
||||
-p 2222:22 \
|
||||
@@ -41,7 +41,7 @@ docker container run \
|
||||
-v ./local/config:/etc/app/config \
|
||||
-v ./local/server-certs:/etc/ssh/certs \
|
||||
-v ./local/home:/home \
|
||||
git.limbosolutions.com/kb/ssh-server:latest
|
||||
oci.limbosolutions.com/public/ssh-server:latest
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
BUILD_ENV_IMAGE_TAG="git.limbosolutions.com/kb/ssh-server:latest"
|
||||
BUILD_ENV_IMAGE_TAG="oci.limbosolutions.com/public/ssh-server:latest"
|
||||
BUILD_CLI="docker"
|
||||
Reference in New Issue
Block a user