my public docker collection
Available settings variables and their standard settings:
PLUGIN_VERBOSE=1
PLUGIN_BASE_DIR="/printserver/data"
PLUGIN_STORAGE="cache"
PLUGIN_OUTPUT="_build"
PLUGIN_DESTINATION="processed.pdf"
PLUGIN_FILE_POOL=SnapScanLossless
PLUGIN_FILE_FORMAT=tiff
PLUGIN_SCAN_LANG=deu
Remove PLUGIN_ prefix when configuring the .drone.yml plugin.
Example plugin:
kind: pipeline
name: default
clone:
depth: 1
steps:
- name: postprocess
image: ukos/printserver-postprocess
settings:
BASE_DIR: .
STORAGE: cache
DESTINATION: processed.pdf
FILE_POOL: SnapScanLossless
FILE_FORMAT: tiff
SCAN_LANG: deu
VERBOSE: 1
when:
branch:
exclude:
- master
trigger:
branch:
- scan/*
event:
- push
This Package builds the current debian package of freerdp
The only difference is that the deb files are built with the cflag WITH_GFX_H264=on. This enables h264 support.
The build is done from current freerdp master with ad docker file for the build
environment. The build can be easily done by calling the make file in the
source dir. The *.deb files are then placed unter the deb/ sub directory:
git clone [email protected]:ukos-git/docker-freerdp.git
cd docker-freerdp
make
sudo dpkg -i deb/*.deb
Content type
Image
Digest
Size
49.2 MB
Last updated
over 7 years ago
docker pull ukos/gitea