forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update containers and CI to use Ubuntu 22.04 LTS (
jammy
)
- Loading branch information
Showing
8 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
image: "ubuntu:focal" | ||
image: "ubuntu:jammy" | ||
|
||
variables: | ||
DOCKER_DRIVER: overlay2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM phusion/baseimage:focal-1.0.0 | ||
FROM phusion/baseimage:jammy-1.0.4 | ||
LABEL maintainer="Dash Developers <[email protected]>" | ||
LABEL description="Dockerised DashCore, built from CI" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# syntax=docker/dockerfile:1.3 | ||
|
||
FROM --platform=$BUILDPLATFORM ubuntu:focal as builder | ||
FROM --platform=$BUILDPLATFORM ubuntu:jammy as builder | ||
RUN apt-get update && \ | ||
apt-get -y install --no-install-recommends \ | ||
automake \ | ||
|
@@ -42,7 +42,7 @@ RUN mkdir built-target && \ | |
"linux/amd64") cp depends/x86_64-pc-linux-gnu/bin/dash* /home/dash/built-target ;; \ | ||
esac | ||
|
||
FROM ubuntu:focal | ||
FROM ubuntu:jammy | ||
LABEL maintainer="Dash Developers <[email protected]>" | ||
LABEL description="Dockerised DashCore" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# syntax = edrevo/dockerfile-plus | ||
|
||
FROM ubuntu:focal | ||
FROM ubuntu:jammy | ||
|
||
INCLUDE+ ci/Dockerfile | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters