Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #85

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docker/prod.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
Loading