Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cbe66fc

Browse files
committedOct 30, 2020
Fixing builds
1 parent 7fb1cd6 commit cbe66fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎ci/jenkins/Dockerfile.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN echo "root:password" | chpasswd
66

77
# We need to create a valid user on the same uid that jenkins use on the host machine.
88
# Else, we run into failing commands because the current user cannot be resolved.
9-
RUN useradd -u 111 -m -d /home/jenkins -s /bin/bash jenkins
9+
RUN useradd -u 106 -m -d /home/jenkins -s /bin/bash jenkins
1010
RUN echo "jenkins:jenkins" | chpasswd
1111

1212
RUN yum -y update &&\

‎ci/jenkins/Dockerfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:29
1+
FROM fedora:33
22

33
MAINTAINER Jarle Aase <jgaa@jgaa.com>
44

0 commit comments

Comments
 (0)
Please sign in to comment.