VirusTotalNet
VirusTotalNet copied to clipboard
A full implementation of the VirusTotal 2.0 API
The current multi-stage build Dockerfile executes a simple `gradle build` without ways of injecting variables to the test task. Tests that depend on environment variables will fail. A particular use...
Update on node js, c# and golang templates to allow running containers with random uid. This makes them compatible with OpenShift. ## Context This issue was noted with Python templates...
We should try to fetch the watchdog binary via a multi-stage build instead of curl.
Unable to use external dependencies with the java8 template. https://github.com/openfaas/templates/tree/master/template/java8#external-dependencies ## Expected Behaviour The build should succeed. ## Current Behaviour The command `faas-cli build -f jdbc.yml` fails. ``` > Task...
Gradle needs proxy options to be specified explicitly, ignores http_proxy, https_proxy and no_proxy environment variables. ## Expected Behaviour Grable run the build successfully ``` Step 9/24 : RUN gradle build...
## Expected Behaviour When dependencies/requirements are not changed, these build steps should be cached. Pros: - build time is reduced - reduce Github rate-limit issues (when not providing a Github...
Raised on slack. Resources, located in `funcName/src/main/resources`, are not available in the image after build. ## Expected Behaviour All resources should be available in the image. ## Possible Solution Follow...
We would like to stick to a minor build for all templates, but also allow the use of gcc/make/git/musl (Glibc for Alpine), which is currently not supported. One of the...
## Expected Behaviour We should not be using `--no-cache` with `apk del`. ## Current Behaviour Most alpine based template `Dockerfile`s have `--no-cache` set which results in the APK index being...
## Expected Behaviour Alpine 3.8 should be used instead of 3.7 since it is a newer release ## Current Behaviour We use 3.7. ## Possible Solution Check for breaking updates...