File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
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"
3
5
4
6
# Arguments to define the version of dependencies to download
5
7
ARG VERSION
6
8
ARG RELEASE=selenium-${VERSION}
7
- ARG AUTHORS=SeleniumHQ
8
9
# Default value should be aligned with upstream Selenium (https://github.com/SeleniumHQ/selenium/blob/trunk/MODULE.bazel)
9
10
ARG OPENTELEMETRY_VERSION=1.42.1
10
11
ARG GRPC_VERSION=1.66.0
Original file line number Diff line number Diff line change 1
1
ARG NAMESPACE=linuxserver
2
2
ARG BASED_TAG=latest
3
3
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"
5
7
6
8
ARG RCLONE_VERSION=current
7
9
# Arguments to define the user running the container
You can’t perform that action at this time.
0 commit comments