Skip to content

Commit c6a781b

Browse files
committed
build: Allow Renovate to discover changelog of Selenium Docker images
Fixes #2406 Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
1 parent f70108d commit c6a781b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Base/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
FROM ubuntu:noble-20240827.1
2-
LABEL authors="Selenium <selenium-developers@googlegroups.com>"
2+
ARG AUTHORS=SeleniumHQ
3+
LABEL authors="${AUTHORS} <selenium-developers@googlegroups.com>"
4+
LABEL org.opencontainers.image.source="https://github.com/${AUTHORS}/docker-selenium"
35

46
# Arguments to define the version of dependencies to download
57
ARG VERSION
68
ARG RELEASE=selenium-${VERSION}
7-
ARG AUTHORS=SeleniumHQ
89
# Default value should be aligned with upstream Selenium (https://github.com/SeleniumHQ/selenium/blob/trunk/MODULE.bazel)
910
ARG OPENTELEMETRY_VERSION=1.42.1
1011
ARG GRPC_VERSION=1.66.0

Video/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
ARG NAMESPACE=linuxserver
22
ARG BASED_TAG=latest
33
FROM $NAMESPACE/ffmpeg:$BASED_TAG
4-
LABEL authors="Selenium <selenium-developers@googlegroups.com>"
4+
ARG AUTHORS=SeleniumHQ
5+
LABEL authors="${AUTHORS} <selenium-developers@googlegroups.com>"
6+
LABEL org.opencontainers.image.source="https://github.com/${AUTHORS}/docker-selenium"
57

68
ARG RCLONE_VERSION=current
79
#Arguments to define the user running the container

0 commit comments

Comments
 (0)