Skip to content

Commit

Permalink
first round of bumping containers to ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed Jun 14, 2020
1 parent 932494c commit 7523256
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backup-scripts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM restic/restic:latest as restic-installer

FROM ubuntu:18.04
FROM ubuntu:20.04

RUN apt-get update -q \
&& apt-get install -qy \
Expand Down
2 changes: 1 addition & 1 deletion go-carbon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:20.04

ENV GO_CARBON_PKG_URL https://github.com/lomik/go-carbon/releases/download/v0.9.1/go-carbon_0.9.1_amd64.deb

Expand Down
2 changes: 1 addition & 1 deletion mergerfs-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:20.04

RUN apt-get update -q \
&& apt-get install -qy \
Expand Down
2 changes: 1 addition & 1 deletion sabnzbd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:20.04

ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
Expand Down
2 changes: 2 additions & 0 deletions snapraid/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM ubuntu:18.04

# TODO: upgrade to 20.04, but the PPA hasn't been updated to support focal yet

RUN apt-get update -q \
&& apt-get install -qy software-properties-common \
&& add-apt-repository -y ppa:tikhonov/snapraid \
Expand Down
2 changes: 1 addition & 1 deletion sonarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:20.04

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -q update \
Expand Down

0 comments on commit 7523256

Please sign in to comment.