Skip to content

Commit 94796fb

Browse files
authored
Merge branch 'master' into dependabot/bundler/nokogiri-1.18.3
2 parents 16f4137 + 6dd9d5d commit 94796fb

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
FROM alpine:3.20 AS alpine
22

3-
FROM ubuntu:20.04 AS bbb-playback
3+
FROM ubuntu:22.04 AS bbb-playback
44
ENV DEBIAN_FRONTEND=noninteractive
55
RUN apt-get update \
66
&& apt-get install -y language-pack-en \
77
&& update-locale LANG=en_US.UTF-8
88
ENV LANG=en_US.UTF-8
99
RUN apt-get update \
1010
&& apt-get install -y software-properties-common curl net-tools nginx
11-
RUN add-apt-repository -y ppa:bigbluebutton/support
12-
13-
RUN apt-get update \
11+
RUN add-apt-repository -y ppa:rmescandon/yq \
12+
&& apt-get update \
1413
&& apt-get install -y yq
1514
RUN curl -sL https://ubuntu.bigbluebutton.org/repo/bigbluebutton.asc | apt-key add - \
16-
&& echo "deb https://ubuntu.bigbluebutton.org/focal-260 bigbluebutton-focal main" >/etc/apt/sources.list.d/bigbluebutton.list
15+
&& echo "deb https://ubuntu.bigbluebutton.org/jammy-300 bigbluebutton-jammy main" >/etc/apt/sources.list.d/bigbluebutton.list
1716
RUN useradd --system --user-group --home-dir /var/bigbluebutton bigbluebutton
1817
RUN touch /.dockerenv
1918
RUN apt-get update \
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
FROM alpine:3.20 AS alpine
22

3-
FROM ubuntu:20.04 AS bbb-playback
3+
FROM ubuntu:22.04 AS bbb-playback
44
ENV DEBIAN_FRONTEND=noninteractive
55
RUN apt-get update \
66
&& apt-get install -y language-pack-en \
77
&& update-locale LANG=en_US.UTF-8
88
ENV LANG=en_US.UTF-8
99
RUN apt-get update \
1010
&& apt-get install -y software-properties-common curl net-tools nginx
11-
RUN add-apt-repository -y ppa:bigbluebutton/support
12-
13-
RUN apt-get update \
11+
RUN add-apt-repository -y ppa:rmescandon/yq \
12+
&& apt-get update \
1413
&& apt-get install -y yq
1514
RUN curl -sL https://ubuntu.bigbluebutton.org/repo/bigbluebutton.asc | apt-key add - \
16-
&& echo "deb https://ubuntu.bigbluebutton.org/focal-260 bigbluebutton-focal main" >/etc/apt/sources.list.d/bigbluebutton.list
15+
&& echo "deb https://ubuntu.bigbluebutton.org/jammy-300 bigbluebutton-jammy main" >/etc/apt/sources.list.d/bigbluebutton.list
1716
RUN useradd --system --user-group --home-dir /var/bigbluebutton bigbluebutton
1817
RUN touch /.dockerenv
1918
RUN apt-get update \
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
FROM amazonlinux:2.0.20240620.0 AS amazonlinux
22
SHELL ["/bin/bash", "-c"]
33

4-
FROM ubuntu:20.04 AS bbb-playback
4+
FROM ubuntu:22.04 AS bbb-playback
55
ENV DEBIAN_FRONTEND=noninteractive
66
RUN apt-get update \
77
&& apt-get install -y language-pack-en \
88
&& update-locale LANG=en_US.UTF-8
99
ENV LANG=en_US.UTF-8
1010
RUN apt-get update \
1111
&& apt-get install -y software-properties-common curl net-tools nginx
12-
RUN add-apt-repository -y ppa:bigbluebutton/support
13-
14-
RUN apt-get update \
12+
RUN add-apt-repository -y ppa:rmescandon/yq \
13+
&& apt-get update \
1514
&& apt-get install -y yq
1615
RUN curl -sL https://ubuntu.bigbluebutton.org/repo/bigbluebutton.asc | apt-key add - \
17-
&& echo "deb https://ubuntu.bigbluebutton.org/focal-260 bigbluebutton-focal main" >/etc/apt/sources.list.d/bigbluebutton.list
16+
&& echo "deb https://ubuntu.bigbluebutton.org/jammy-300 bigbluebutton-jammy main" >/etc/apt/sources.list.d/bigbluebutton.list
1817
RUN useradd --system --user-group --home-dir /var/bigbluebutton bigbluebutton
1918
RUN touch /.dockerenv
2019
RUN apt-get update \

0 commit comments

Comments
 (0)