File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- FROM swift:5.7-amazonlinux2
1
+ FROM amazonlinux:2
2
2
3
3
RUN yum install shadow-utils -y
4
4
5
- RUN groupadd -g 1000 build-user && \
5
+ RUN groupadd -g 998 build-user && \
6
6
useradd -m -r -u 42 -g build-user build-user
7
7
8
8
# The build needs a package from the EPEL repo so that needs to be enabled.
Original file line number Diff line number Diff line change 1
- FROM swift:5.7-centos7
1
+ FROM centos:7
2
2
3
3
RUN yum install shadow-utils.x86_64 -y
4
4
5
- RUN groupadd -g 1000 build-user && \
5
+ RUN groupadd -g 998 build-user && \
6
6
useradd -m -r -u 42 -g build-user build-user
7
7
8
8
RUN yum install -y epel-release centos-release-scl
Original file line number Diff line number Diff line change 1
- FROM swift:5.7-bionic
1
+ FROM ubuntu:18.04
2
2
3
3
RUN groupadd -g 998 build-user && \
4
4
useradd -m -r -u 998 -g build-user build-user
Original file line number Diff line number Diff line change 1
- FROM swift:5.7-focal
1
+ FROM ubuntu:20.04
2
2
3
3
RUN groupadd -g 998 build-user && \
4
4
useradd -m -r -u 998 -g build-user build-user
Original file line number Diff line number Diff line change 1
- FROM swift:5.7-jammy
1
+ FROM ubuntu:22.04
2
2
3
3
RUN groupadd -g 998 build-user && \
4
4
useradd -m -r -u 998 -g build-user build-user
You can’t perform that action at this time.
0 commit comments