1
1
VERSION 0.6
2
- ARG UBUNTU_RELEASE= focal
2
+ ARG UBUNTU_RELEASE= jammy
3
3
FROM mcr.microsoft.com/vscode/devcontainers/base:0-$UBUNTU_RELEASE
4
4
ARG DEVCONTAINER_IMAGE_NAME_DEFAULT= haxe/haxelib_devcontainer_workspace
5
5
ARG HAXELIB_SERVER_IMAGE_NAME_DEFAULT= haxe/lib.haxe.org
34
34
35
35
haxe :
36
36
ARG FILENAME= haxe.tar.gz
37
- RUN curl -fsSL "https://github.com/HaxeFoundation/haxe/releases/download/4.3.4 /haxe-4.3.4 -linux64.tar.gz" -o "$FILENAME"
37
+ RUN curl -fsSL "https://github.com/HaxeFoundation/haxe/releases/download/4.3.6 /haxe-4.3.6 -linux64.tar.gz" -o "$FILENAME"
38
38
RUN mkdir -p haxe
39
39
RUN tar --strip-components = 1 -xf "$FILENAME" -C haxe
40
40
SAVE ARTIFACT haxe/*
@@ -412,7 +412,7 @@ tora:
412
412
SAVE ARTIFACT /workspace/haxelib_global/tora/*/run.n
413
413
414
414
haxelib-server :
415
- FROM phusion/baseimage:focal -1.1.0
415
+ FROM phusion/baseimage:jammy -1.0.4
416
416
417
417
RUN apt-get update && DEBIAN_FRONTEND= noninteractive apt-get install -y software-properties-common \
418
418
&& add-apt-repository ppa:haxe/releases -y \
@@ -422,6 +422,7 @@ haxelib-server:
422
422
apache2 \
423
423
neko \
424
424
libapache2-mod-neko \
425
+ && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32 \
425
426
&& echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list \
426
427
&& apt-get update \
427
428
&& DEBIAN_FRONTEND= noninteractive apt-get install -y \
@@ -559,7 +560,7 @@ ci-images:
559
560
--GIT_SHA = "$GIT_SHA"
560
561
561
562
s3fs-image :
562
- FROM ubuntu:focal
563
+ FROM ubuntu:jammy
563
564
RUN apt-get update \
564
565
&& DEBIAN_FRONTEND= noninteractive apt-get install -y \
565
566
s3fs \
@@ -575,7 +576,7 @@ gh-ost-deb:
575
576
SAVE ARTIFACT gh-ost.deb
576
577
577
578
gh-ost-image :
578
- FROM ubuntu:focal
579
+ FROM ubuntu:jammy
579
580
ARG GHOST_VERSION= 1.1.2
580
581
COPY (+gh-ost-deb/gh-ost.deb --GHOST_VERSION = "$GHOST_VERSION" ) .
581
582
RUN apt-get install ./gh-ost.deb \
@@ -589,7 +590,7 @@ curl-file:
589
590
SAVE ARTIFACT "$FILENAME"
590
591
591
592
ghostferry-copydb-image :
592
- FROM ubuntu:focal
593
+ FROM ubuntu:jammy
593
594
ARG GHOSTFERRY_COMMIT= "ce94688"
594
595
ARG GHOSTFERRY_BUILD= "1.1.0+20220112142231+ce94688"
595
596
COPY (+curl-file/* --URL = "https://github.com/Shopify/ghostferry/releases/download/release-${GHOSTFERRY_COMMIT}/ghostferry-copydb_${GHOSTFERRY_BUILD}.deb" --FILENAME = ghostferry-copydb.deb) .
0 commit comments