Skip to content

Commit ae4cce2

Browse files
committed
SYS-677 wip
1 parent 075adac commit ae4cce2

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

.image-gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variables:
44
IMAGE: {{ IMAGE }}
55
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
66
REGISTRY: $REGISTRY_URI/$CI_PROJECT_PATH
7-
TRIVY_VERSION: 0.68.2
7+
TRIVY_VERSION: 0.70.0
88

99
stages:
1010
- Static Code Analysis
@@ -13,7 +13,7 @@ stages:
1313
- Security Scan
1414
- Promote Image
1515

16-
image: docker:29.1.5
16+
image: docker:29.5.2
1717

1818
.registry_template: &registry_login
1919
before_script:

images/dhcpd-dns-pxe/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
77
org.label-schema.name=dhcpd-dns-pxe \
88
org.label-schema.vcs-ref=$VCS_REF \
99
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools
10-
ARG KEA_VERSION=3.0.2-r0
11-
ARG DNSMASQ_VERSION=2.91-r0
10+
ARG KEA_VERSION=3.0.3-r0
11+
ARG DNSMASQ_VERSION=2.91-r1
1212

1313
ENV DB_HOST=db00 \
1414
DB_NAME=kea \

images/nut-upsd/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ RUN echo '@edge http://dl-cdn.alpinelinux.org/alpine/edge/main' \
3838
>>/etc/apk/repositories && \
3939
apk add --no-cache dash && \
4040
apk add --update --no-cache nut=$NUT_VERSION \
41-
busybox curl linux-pam \
42-
libcrypto3 libssl3 \
41+
busybox curl@edge linux-pam \
42+
libcrypto3 libexpat@edge libssl3 \
4343
libusb musl@edge net-snmp-libs util-linux \
4444
musl-utils@edge nghttp2-libs@edge
4545

images/openldap/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
88
org.label-schema.vcs-ref=$VCS_REF \
99
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools
1010

11-
ARG OPENLDAP_VERSION=2.6.10-r0
11+
ARG OPENLDAP_VERSION=2.6.13-r0
1212
ENV SLAPD_DN_ATTR=uid \
1313
SLAPD_FQDN=example.com \
1414
SLAPD_LOG_LEVEL=Config,Stats \

images/openldap/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sources:
66
- https://github.com/instantlinux/docker-tools
77
- https://git.openldap.org/openldap/openldap
88
type: application
9-
version: 0.1.8
10-
appVersion: "2.6.10-r0"
9+
version: 0.1.9
10+
appVersion: "2.6.13-r0"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.8

images/proftpd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
88
org.label-schema.vcs-ref=$VCS_REF \
99
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools
1010

11-
ARG PROFTPD_VERSION=1.3.9-r1
11+
ARG PROFTPD_VERSION=1.3.9a-r1
1212

1313
ENV ALLOW_OVERWRITE=on \
1414
ANONYMOUS_DISABLE=off \

images/proftpd/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sources:
66
- https://github.com/instantlinux/docker-tools
77
- https://github.com/proftpd/proftpd
88
type: application
9-
version: 0.1.12
10-
appVersion: "1.3.9-r1"
9+
version: 0.1.13
10+
appVersion: "1.3.9a-r1"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.8

0 commit comments

Comments
 (0)