Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4bd057de98 | |||
| 1c0492caf8 |
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: DockerID
|
||||
password:
|
||||
from_secret: DockerPASS
|
||||
repo: arnike/citrix-workspace-kasm
|
||||
dockerfile: dockerfile-kasm-firefox
|
||||
auto_tag: true
|
||||
@@ -7,6 +7,7 @@ Our Kasm Workspaces team has open-sourced our library of images ([Info](https://
|
||||
|
||||
The web-native rendering is powered by our open-source project: [KasmVNC](https://github.com/kasmtech/KasmVNC).
|
||||
# **About This Image**
|
||||
[](https://drone.arnike.ru/Arnike/citrix-workspace-kasm)
|
||||
|
||||
This image contains a browser-accessible version of Citrix Workspace.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user