Commit be9cdcd 1 parent 408f798 commit be9cdcd Copy full SHA for be9cdcd
File tree 4 files changed +10
-14
lines changed
4 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 6
6
workflow_dispatch :
7
7
8
8
env :
9
- CURRENT_VERSION : 27.5.1
10
- BUILD_NUMBER : 1
9
+ CURRENT_VERSION : 28.0.0
10
+ BUILD_NUMBER : 0
11
11
LATEST_UBUNTU_VERSION : " 24.04"
12
12
13
13
jobs :
28
28
29
29
- name : Set up QEMU
30
30
uses : docker/setup-qemu-action@v3
31
- # Temporary workaround for ARM builds
32
- # https://github.com/docker/setup-qemu-action/issues/198
33
- with :
34
- image : tonistiigi/binfmt:qemu-v7.0.0-28
35
31
36
32
- name : Set up Docker Buildx
37
33
uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ FROM ubuntu:${UBUNTU_VERSION}
3
3
4
4
ARG UBUNTU_VERSION
5
5
ENV DOCKER_CHANNEL=stable \
6
- DOCKER_VERSION=27.5.1 \
7
- DOCKER_COMPOSE_VERSION=v2.32.4 \
8
- BUILDX_VERSION=v0.20.1 \
6
+ DOCKER_VERSION=28.0.0 \
7
+ DOCKER_COMPOSE_VERSION=v2.33.1 \
8
+ BUILDX_VERSION=v0.21.0 \
9
9
DEBUG=false
10
10
11
11
# Install common dependencies
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ ARG UBUNTU_VERSION="24.04"
4
4
FROM ubuntu:${UBUNTU_VERSION}
5
5
6
6
ARG UBUNTU_VERSION
7
- ENV DOCKER_VERSION=27.5.1 \
8
- DOCKER_COMPOSE_VERSION=v2.32.4 \
9
- BUILDX_VERSION=v0.20.1
7
+ ENV DOCKER_VERSION=28.0.0 \
8
+ DOCKER_COMPOSE_VERSION=v2.33.1 \
9
+ BUILDX_VERSION=v0.21.0
10
10
11
11
#
12
12
# Systemd installation
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -e
3
3
4
- DOCKER_VERSION=" 27.5.1 "
5
- BUILD_NUMBER=" 1 "
4
+ DOCKER_VERSION=" 28.0.0 "
5
+ BUILD_NUMBER=" 0 "
6
6
LATEST_UBUNTU_VERSION=" 24.04"
7
7
8
8
declare -A ubuntu_versions=(
You can’t perform that action at this time.
0 commit comments