Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GitLab CNG
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
projects.thm.de
GitLab CNG
Commits
238bcd22
Commit
238bcd22
authored
4 years ago
by
DJ Mountney
Browse files
Options
Downloads
Patches
Plain Diff
Fix nodocs syntax
parent
0f648608
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gitaly/Dockerfile.ubi8
+1
-1
1 addition, 1 deletion
gitaly/Dockerfile.ubi8
gitlab-exporter/Dockerfile.ubi8
+2
-2
2 additions, 2 deletions
gitlab-exporter/Dockerfile.ubi8
with
3 additions
and
3 deletions
gitaly/Dockerfile.ubi8
+
1
−
1
View file @
238bcd22
...
...
@@ -24,7 +24,7 @@ COPY gitconfig /usr/local/etc/gitconfig
RUN dnf clean all \
&& rm -r /var/cache/dnf \
&& dnf ${DNF_OPTS} install -by --disablerepo="*" --enablerepo="*ubi-8*" --no
-
docs procps net-tools libicu openssh-clients \
&& dnf ${DNF_OPTS} install -by --disablerepo="*" --enablerepo="*ubi-8*" --nodocs procps net-tools libicu openssh-clients \
&& rm -f /usr/local/tmp/openssh-server-*.rpm /usr/libexec/openssh/ssh-keysign \
&& adduser -m ${GITLAB_USER} \
&& mkdir -p /etc/gitaly /var/log/gitaly /home/${GITLAB_USER}/repositories \
...
...
This diff is collapsed.
Click to expand it.
gitlab-exporter/Dockerfile.ubi8
+
2
−
2
View file @
238bcd22
...
...
@@ -4,7 +4,7 @@ FROM ${RUBY_IMAGE}
ARG GITLAB_EXPORTER_VERSION
ARG GITLAB_USER=git
ARG DNF_OPTS
=
ARG DNF_OPTS
LABEL source="https://gitlab.com/gitlab-org/gitlab-exporter" \
name="GitLab Exporter" \
...
...
@@ -25,7 +25,7 @@ COPY scripts/ /scripts/
RUN dnf clean all \
&& rm -r /var/cache/dnf \
&& dnf ${DNF_OPTS} install -by --disablerepo="*" --enablerepo="*ubi-8*" --no
-
docs procps uuid \
&& dnf ${DNF_OPTS} install -by --disablerepo="*" --enablerepo="*ubi-8*" --nodocs procps uuid \
&& adduser -m ${GITLAB_USER} \
&& mkdir -p /var/log/gitlab ${CONFIG_DIRECTORY} \
&& chown -R ${GITLAB_USER}:${GITLAB_USER} /var/log/gitlab ${CONFIG_DIRECTORY}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment