diff --git a/.docker/prod.Dockerfile b/.docker/prod.Dockerfile index 01660cc..0063847 100644 --- a/.docker/prod.Dockerfile +++ b/.docker/prod.Dockerfile @@ -1,6 +1,6 @@ ARG GVM_LIBS_VERSION=oldstable -FROM greenbone/gvm-libs:${GVM_LIBS_VERSION} as builder +FROM greenbone/gvm-libs:${GVM_LIBS_VERSION} AS builder # This will make apt-get install without question ARG DEBIAN_FRONTEND=noninteractive diff --git a/README.md b/README.md index 21ee8cf..dbdbb9e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ ![Greenbone Logo](https://www.greenbone.net/wp-content/uploads/gb_new-logo_horizontal_rgb_small.png) -# Greenbone Library for ical functions +# Greenbone Library for PostgreSQL utility functions -This library contains functionality for ical object manipulation. +This library contains PostgreSQL utility functions. For example to compute host +and ical information within SQL statements. # Build and Installation @@ -32,6 +33,7 @@ This extension can be configured, built and installed with the following command cmake . make && make install ``` + ## Use the extension To use the extension in a database create the extension using