Skip to content
Open
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
4 changes: 2 additions & 2 deletions Containerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
FROM base AS build

# renovate: datasource=custom.voxpupuli-artifacts depName=openvoxdb
ARG OPENVOXDB_VERSION=8.15.0
ARG OPENVOXDB_VERSION=8.16.0

ADD https://artifacts.voxpupuli.org/openvoxdb/${OPENVOXDB_VERSION}/openvoxdb-${OPENVOXDB_VERSION}.tar.gz /

Expand All @@ -24,7 +24,7 @@
FROM base AS final

# renovate: datasource=custom.voxpupuli-artifacts depName=openvoxdb
ARG OPENVOXDB_VERSION=8.15.0
ARG OPENVOXDB_VERSION=8.16.0
ENV OPENVOXDB_VERSION=${OPENVOXDB_VERSION}

LABEL org.label-schema.dockerfile="/Containerfile" \
Expand All @@ -43,7 +43,7 @@
ARG SSLDIR
ENV SSLDIR=${SSLDIR:-/opt/puppetlabs/server/data/puppetdb/certs}

ENV CERTNAME="openvoxdb" \

Check warning on line 46 in Containerfile.alpine

View workflow job for this annotation

GitHub Actions / Build alpine / amd64 CI container

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "OPENVOXDB_POSTGRES_PASSWORD") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 46 in Containerfile.alpine

View workflow job for this annotation

GitHub Actions / Build alpine / arm64 CI container

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "OPENVOXDB_POSTGRES_PASSWORD") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 46 in Containerfile.alpine

View workflow job for this annotation

GitHub Actions / Scan alpine / amd64 container

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "OPENVOXDB_POSTGRES_PASSWORD") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 46 in Containerfile.alpine

View workflow job for this annotation

GitHub Actions / Scan alpine / arm64 container

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "OPENVOXDB_POSTGRES_PASSWORD") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
DEBIAN_FRONTEND=noninteractive \
DNS_ALT_NAMES="" \
OPENVOXDB_CERTIFICATE_ALLOWLIST="" \
Expand Down
4 changes: 2 additions & 2 deletions Containerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
FROM base AS build

# renovate: datasource=custom.voxpupuli-artifacts depName=openvoxdb
ARG OPENVOXDB_VERSION=8.15.0
ARG OPENVOXDB_VERSION=8.16.0

ADD https://artifacts.voxpupuli.org/openvoxdb/${OPENVOXDB_VERSION}/openvoxdb-${OPENVOXDB_VERSION}.tar.gz /

Expand All @@ -33,7 +33,7 @@
FROM base AS final

# renovate: datasource=custom.voxpupuli-artifacts depName=openvoxdb
ARG OPENVOXDB_VERSION=8.15.0
ARG OPENVOXDB_VERSION=8.16.0
ENV OPENVOXDB_VERSION=${OPENVOXDB_VERSION}

LABEL org.label-schema.dockerfile="/Containerfile" \
Expand All @@ -52,7 +52,7 @@
ARG SSLDIR
ENV SSLDIR=${SSLDIR:-/opt/puppetlabs/server/data/puppetdb/certs}

ENV CERTNAME="openvoxdb" \

Check warning on line 55 in Containerfile.ubuntu

View workflow job for this annotation

GitHub Actions / Build ubuntu / arm64 CI container

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "OPENVOXDB_POSTGRES_PASSWORD") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 55 in Containerfile.ubuntu

View workflow job for this annotation

GitHub Actions / Build ubuntu / amd64 CI container

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "OPENVOXDB_POSTGRES_PASSWORD") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 55 in Containerfile.ubuntu

View workflow job for this annotation

GitHub Actions / Scan ubuntu / amd64 container

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "OPENVOXDB_POSTGRES_PASSWORD") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 55 in Containerfile.ubuntu

View workflow job for this annotation

GitHub Actions / Scan ubuntu / arm64 container

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "OPENVOXDB_POSTGRES_PASSWORD") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
DEBIAN_FRONTEND=noninteractive \
DNS_ALT_NAMES="" \
OPENVOXDB_CERTIFICATE_ALLOWLIST="" \
Expand Down
2 changes: 1 addition & 1 deletion build_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
include:
- release: "8"
# renovate: datasource=custom.voxpupuli-artifacts depName=openvoxdb
db_version: "8.15.0"
db_version: "8.16.0"
jdk_version: "21"
pql_version: "17"
Loading