Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
spbro
OpenXG-RAN
Commits
cb0a8885
Commit
cb0a8885
authored
Aug 02, 2024
by
Jaroslava Fiedlerova
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/docker-env-tini' into integration_2024_w31
parents
8094952f
965b7f63
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
docker/Dockerfile.base.rhel9
docker/Dockerfile.base.rhel9
+1
-1
docker/Dockerfile.base.rocky
docker/Dockerfile.base.rocky
+1
-1
docker/Dockerfile.base.ubuntu22
docker/Dockerfile.base.ubuntu22
+1
-1
docker/Dockerfile.base.ubuntu22.cross-arm64
docker/Dockerfile.base.ubuntu22.cross-arm64
+1
-1
No files found.
docker/Dockerfile.base.rhel9
View file @
cb0a8885
...
...
@@ -67,7 +67,7 @@ RUN rm -f /etc/rhsm-host && \
# Add "Tini - A tiny but valid init for containers", https://github.com/krallin/tini
# it will be copied into target containers, to print exit numbers and handle signals properly
ENV TINI_VERSION
v0.19.0
ENV TINI_VERSION
=
v0.19.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
...
...
docker/Dockerfile.base.rocky
View file @
cb0a8885
...
...
@@ -48,7 +48,7 @@ RUN dnf install 'dnf-command(config-manager)' -y && \
# Add "Tini - A tiny but valid init for containers", https://github.com/krallin/tini
# it will be copied into target containers, to print exit numbers and handle signals properly
ENV TINI_VERSION
v0.19.0
ENV TINI_VERSION
=
v0.19.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
...
...
docker/Dockerfile.base.ubuntu22
View file @
cb0a8885
...
...
@@ -57,7 +57,7 @@ RUN apt-get update && \
# Add "Tini - A tiny but valid init for containers", https://github.com/krallin/tini
# it will be copied into target containers, to print exit numbers and handle signals properly
ENV TINI_VERSION
v0.19.0
ENV TINI_VERSION
=
v0.19.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
...
...
docker/Dockerfile.base.ubuntu22.cross-arm64
View file @
cb0a8885
...
...
@@ -74,7 +74,7 @@ RUN apt-get update && \
# Add "Tini - A tiny but valid init for containers", https://github.com/krallin/tini
# it will be copied into target containers, to print exit numbers and handle signals properly
ENV TINI_VERSION
v0.19.0
ENV TINI_VERSION
=
v0.19.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment