sha256:3c38b39feabdb55673adb1be4280f0c0233a7a9f11766f562e606e295fc543e3
OS/ARCH
Compressed size
320.78 MB
Last pushed
about 2 months by selbot
Type
Image
Manifest digest
sha256:3ca598ce822b1d82904792c8f7c4f986071e990f1128a78c5e88817409f7e8d8
Image Layers
1
ARG RELEASE
0 B
2
ARG LAUNCHPAD_BUILD_ARCH
0 B
3
LABEL org.opencontainers.image.ref.name=ubuntu
0 B
4
LABEL org.opencontainers.image.version=24.04
0 B
5
ADD file ... in /
28.37 MB
6
CMD ["/bin/bash"]
0 B
7
ARG AUTHORS=SeleniumHQ
0 B
8
LABEL authors=SeleniumHQ <selenium-developers@googlegroups.com>
0 B
9
LABEL org.opencontainers.image.source=https://github.com/SeleniumHQ/docker-selenium
0 B
10
ARG VERSION=4.27.0
0 B
11
ARG RELEASE=selenium-4.27.0
0 B
12
ARG OPENTELEMETRY_VERSION=1.44.1
0 B
13
ARG GRPC_VERSION=1.68.1
0 B
14
ARG NETTY_VERSION=4.1.115.Final
0 B
15
ARG CS_VERSION=2.1.18
0 B
16
ARG POSTGRESQL_VERSION=42.7.4
0 B
17
ARG MVN_SELENIUM_VERSION=4.27.0
0 B
18
ARG SEL_USER=seluser
0 B
19
ARG SEL_GROUP=seluser
0 B
20
ARG HOME=/home/seluser
0 B
21
ARG UID=1200
0 B
22
ARG GID=1201
0 B
23
ARG TZ=UTC
0 B
24
ARG JRE_VERSION=17
0 B
25
ARG TARGETARCH=amd64
0 B
26
ARG TARGETVARIANT=
0 B
27
USER root
0 B
28
ENV DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true SEL_USER=seluser SEL_UID=1200
0 B
29
RUN |18 AUTHORS=SeleniumHQ VERSION=4.27.0 RELEASE=selenium-4.27.0
157.91 MB
30
RUN |18 AUTHORS=SeleniumHQ VERSION=4.27.0 RELEASE=selenium-4.27.0
134.14 MB
31
COPY --chown=1200:1201 check-grid.sh entry_point.sh configs/node/nodeGridUrl.sh
3.02 KB
32
COPY --chown=1200:1201 mask /usr/local/bin/ #
390 B
33
RUN |18 AUTHORS=SeleniumHQ VERSION=4.27.0 RELEASE=selenium-4.27.0
2.27 KB
34
COPY supervisord.conf /etc # buildkit
834 B
35
ARG CERT_TRUST_ATTR=TCu,Cu,Tu
0 B
36
COPY --chown=1200:1201 certs/add-cert-helper.sh certs/add-jks-helper.sh /opt/bin/
1.94 KB
37
COPY --chown=1200:1201 certs/tls.crt certs/tls.key certs/server.jks
5.63 KB
38
USER 1200:1201
0 B
39
RUN |19 AUTHORS=SeleniumHQ VERSION=4.27.0 RELEASE=selenium-4.27.0
351.91 KB
40
ENV SE_BIND_HOST=false SE_SERVER_PROTOCOL=http CONFIG_FILE=/opt/selenium/config.toml SE_REJECT_UNSUPPORTED_CAPS=false
0 B
41
CMD ["/opt/bin/entry_point.sh"]
0 B
42
ARG AUTHORS=SeleniumHQ
0 B
43
LABEL authors=SeleniumHQ
0 B
44
USER root
0 B
45
COPY --chown=1200:1201 start-selenium-grid-sessions.sh generate_config /opt/bin/
2.13 KB
46
RUN |1 AUTHORS=SeleniumHQ /bin/sh -c
32 B
47
COPY selenium-grid-sessions.conf /etc/supervisor/conf.d/ # buildkit
492 B
48
USER 1200
0 B
49
EXPOSE map[5556/tcp:{}]
0 B
50
ENV SE_OTEL_SERVICE_NAME=selenium-session-map CONFIG_FILE=/opt/selenium/config.toml GENERATE_CONFIG=true SE_SESSIONS_MAP_EXTERNAL_DATASTORE=false
0 B
Command
ARG RELEASE