Skip to content

Commit c8ab705

Browse files
committed
revert: update containers and CI to use Ubuntu 24.04 LTS (noble)
partial revert 9b4c95e
1 parent 2bcc90a commit c8ab705

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release_docker_hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
release:
99
name: Release to Docker Hub
10-
runs-on: ubuntu-24.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v3

contrib/containers/deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM phusion/baseimage:noble-1.0.0
1+
FROM phusion/baseimage:jammy-1.0.4
22
LABEL maintainer="Dash Developers <dev@dash.org>"
33
LABEL description="Dockerised DashCore, built from CI"
44

contrib/containers/deploy/Dockerfile.GitHubActions.Dispatch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.3
22

3-
FROM --platform=$BUILDPLATFORM ubuntu:noble as builder
3+
FROM --platform=$BUILDPLATFORM ubuntu:jammy as builder
44
RUN apt-get update && \
55
apt-get -y install --no-install-recommends \
66
automake \
@@ -42,7 +42,7 @@ RUN mkdir built-target && \
4242
"linux/amd64") cp depends/x86_64-pc-linux-gnu/bin/dash* /home/dash/built-target ;; \
4343
esac
4444

45-
FROM ubuntu:noble
45+
FROM ubuntu:jammy
4646
LABEL maintainer="Dash Developers <dev@dash.org>"
4747
LABEL description="Dockerised DashCore"
4848

contrib/containers/deploy/Dockerfile.GitHubActions.Release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:noble
1+
FROM ubuntu:jammy
22
LABEL maintainer="Dash Developers <dev@dash.org>"
33
LABEL description="Dockerised DashCore"
44

0 commit comments

Comments
 (0)