File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- FAABRIC_VERSION = 0.20 .0
2- FAABRIC_CLI_IMAGE = ghcr.io/faasm/faabric:0.20 .0
1+ FAABRIC_VERSION = 0.21 .0
2+ FAABRIC_CLI_IMAGE = ghcr.io/faasm/faabric:0.21 .0
33COMPOSE_PROJECT_NAME = faabric-dev
44CONAN_CACHE_MOUNT_SOURCE = ./conan-cache/
Original file line number Diff line number Diff line change 2020 if : github.event.pull_request.draft == false
2121 runs-on : ubuntu-latest
2222 container :
23- image : ghcr.io/faasm/faabric:0.20 .0
23+ image : ghcr.io/faasm/faabric:0.21 .0
2424 env :
2525 DEPLOYMENT_TYPE : gha-ci
2626 steps :
3434 if : github.event.pull_request.draft == false
3535 runs-on : ubuntu-latest
3636 container :
37- image : ghcr.io/faasm/faabric:0.20 .0
37+ image : ghcr.io/faasm/faabric:0.21 .0
3838 steps :
3939 - name : " Check out code"
4040 uses : actions/checkout@v4
4545 if : github.event.pull_request.draft == false
4646 runs-on : ubuntu-latest
4747 container :
48- image : ghcr.io/faasm/faabric:0.20 .0
48+ image : ghcr.io/faasm/faabric:0.21 .0
4949 steps :
5050 - name : " Check out code"
5151 uses : actions/checkout@v4
6565 REDIS_QUEUE_HOST : redis
6666 REDIS_STATE_HOST : redis
6767 container :
68- image : ghcr.io/faasm/faabric:0.20 .0
68+ image : ghcr.io/faasm/faabric:0.21 .0
6969 options : --privileged
7070 services :
7171 redis :
@@ -104,7 +104,7 @@ jobs:
104104 REDIS_QUEUE_HOST : redis
105105 REDIS_STATE_HOST : redis
106106 container :
107- image : ghcr.io/faasm/faabric:0.20 .0
107+ image : ghcr.io/faasm/faabric:0.21 .0
108108 options : --privileged
109109 services :
110110 redis :
@@ -156,7 +156,7 @@ jobs:
156156 REDIS_QUEUE_HOST : redis
157157 REDIS_STATE_HOST : redis
158158 container :
159- image : ghcr.io/faasm/faabric:0.20 .0
159+ image : ghcr.io/faasm/faabric:0.21 .0
160160 services :
161161 redis :
162162 image : redis
Original file line number Diff line number Diff line change 1- 0.20 .0
1+ 0.21 .0
Original file line number Diff line number Diff line change 1- FROM ubuntu:22 .04
1+ FROM ubuntu:24 .04
22
33# Configure APT repositories
44ARG LLVM_VERSION_MAJOR
Original file line number Diff line number Diff line change 1- FROM ghcr.io/faasm/faabric-base:0.15 .0
1+ FROM ghcr.io/faasm/faabric-base:0.21 .0
22ARG FAABRIC_VERSION
33
44# faabic-base image is not re-built often, so tag may be behind
You can’t perform that action at this time.
0 commit comments