switch back to bookworm
This commit is contained in:
parent
c1d92590b8
commit
fd655fd68c
@ -81,41 +81,41 @@ jobs:
|
|||||||
context: BigData/pyspark
|
context: BigData/pyspark
|
||||||
tags: eoelab.org:1027/${{ gitea.repository }}:pyspark
|
tags: eoelab.org:1027/${{ gitea.repository }}:pyspark
|
||||||
|
|
||||||
# PYFLINK:
|
PYFLINK:
|
||||||
# runs-on: runner
|
runs-on: runner
|
||||||
# needs: Base
|
needs: Base
|
||||||
# steps:
|
steps:
|
||||||
# - name: checkout code
|
- name: checkout code
|
||||||
# uses: https://eoelab.org:1027/actions/checkout@v4
|
uses: https://eoelab.org:1027/actions/checkout@v4
|
||||||
# - name: pyflink build
|
- name: pyflink build
|
||||||
# uses: https://eoelab.org:1027/actions/build-push-action@v6
|
uses: https://eoelab.org:1027/actions/build-push-action@v6
|
||||||
# with:
|
with:
|
||||||
# context: BigData/pyflink
|
context: BigData/pyflink
|
||||||
# tags: eoelab.org:1027/${{ gitea.repository }}:pyflink
|
tags: eoelab.org:1027/${{ gitea.repository }}:pyflink
|
||||||
|
|
||||||
# AGDA:
|
AGDA:
|
||||||
# runs-on: runner
|
runs-on: runner
|
||||||
# needs: Base
|
needs: Base
|
||||||
# steps:
|
steps:
|
||||||
# - name: checkout code
|
- name: checkout code
|
||||||
# uses: https://eoelab.org:1027/actions/checkout@v4
|
uses: https://eoelab.org:1027/actions/checkout@v4
|
||||||
# - name: agda build
|
- name: agda build
|
||||||
# uses: https://eoelab.org:1027/actions/build-push-action@v6
|
uses: https://eoelab.org:1027/actions/build-push-action@v6
|
||||||
# with:
|
with:
|
||||||
# context: Program/agda
|
context: Program/agda
|
||||||
# tags: eoelab.org:1027/${{ gitea.repository }}:agda
|
tags: eoelab.org:1027/${{ gitea.repository }}:agda
|
||||||
|
|
||||||
# ANSIBLE:
|
ANSIBLE:
|
||||||
# runs-on: runner
|
runs-on: runner
|
||||||
# needs: Base
|
needs: Base
|
||||||
# steps:
|
steps:
|
||||||
# - name: checkout code
|
- name: checkout code
|
||||||
# uses: https://eoelab.org:1027/actions/checkout@v4
|
uses: https://eoelab.org:1027/actions/checkout@v4
|
||||||
# - name: ansible build
|
- name: ansible build
|
||||||
# uses: https://eoelab.org:1027/actions/build-push-action@v6
|
uses: https://eoelab.org:1027/actions/build-push-action@v6
|
||||||
# with:
|
with:
|
||||||
# context: Program/ansible
|
context: Program/ansible
|
||||||
# tags: eoelab.org:1027/${{ gitea.repository }}:ansible
|
tags: eoelab.org:1027/${{ gitea.repository }}:ansible
|
||||||
|
|
||||||
C:
|
C:
|
||||||
runs-on: runner
|
runs-on: runner
|
||||||
@ -129,29 +129,29 @@ jobs:
|
|||||||
context: Program/c
|
context: Program/c
|
||||||
tags: eoelab.org:1027/${{ gitea.repository }}:c
|
tags: eoelab.org:1027/${{ gitea.repository }}:c
|
||||||
|
|
||||||
# CADABRA2:
|
CADABRA2:
|
||||||
# runs-on: runner
|
runs-on: runner
|
||||||
# needs: Base
|
needs: Base
|
||||||
# steps:
|
steps:
|
||||||
# - name: checkout code
|
- name: checkout code
|
||||||
# uses: https://eoelab.org:1027/actions/checkout@v4
|
uses: https://eoelab.org:1027/actions/checkout@v4
|
||||||
# - name: cadabra2 build
|
- name: cadabra2 build
|
||||||
# uses: https://eoelab.org:1027/actions/build-push-action@v6
|
uses: https://eoelab.org:1027/actions/build-push-action@v6
|
||||||
# with:
|
with:
|
||||||
# context: Program/cadabra2
|
context: Program/cadabra2
|
||||||
# tags: eoelab.org:1027/${{ gitea.repository }}:cadabra2
|
tags: eoelab.org:1027/${{ gitea.repository }}:cadabra2
|
||||||
|
|
||||||
# CHAPEL:
|
CHAPEL:
|
||||||
# runs-on: runner
|
runs-on: runner
|
||||||
# needs: Base
|
needs: Base
|
||||||
# steps:
|
steps:
|
||||||
# - name: checkout code
|
- name: checkout code
|
||||||
# uses: https://eoelab.org:1027/actions/checkout@v4
|
uses: https://eoelab.org:1027/actions/checkout@v4
|
||||||
# - name: chapel build
|
- name: chapel build
|
||||||
# uses: https://eoelab.org:1027/actions/build-push-action@v6
|
uses: https://eoelab.org:1027/actions/build-push-action@v6
|
||||||
# with:
|
with:
|
||||||
# context: Program/chapel
|
context: Program/chapel
|
||||||
# tags: eoelab.org:1027/${{ gitea.repository }}:chapel
|
tags: eoelab.org:1027/${{ gitea.repository }}:chapel
|
||||||
|
|
||||||
CPP:
|
CPP:
|
||||||
runs-on: runner
|
runs-on: runner
|
||||||
@ -225,17 +225,17 @@ jobs:
|
|||||||
context: Program/java
|
context: Program/java
|
||||||
tags: eoelab.org:1027/${{ gitea.repository }}:java
|
tags: eoelab.org:1027/${{ gitea.repository }}:java
|
||||||
|
|
||||||
# JS:
|
JS:
|
||||||
# runs-on: runner
|
runs-on: runner
|
||||||
# needs: Base
|
needs: Base
|
||||||
# steps:
|
steps:
|
||||||
# - name: checkout code
|
- name: checkout code
|
||||||
# uses: https://eoelab.org:1027/actions/checkout@v4
|
uses: https://eoelab.org:1027/actions/checkout@v4
|
||||||
# - name: js build
|
- name: js build
|
||||||
# uses: https://eoelab.org:1027/actions/build-push-action@v6
|
uses: https://eoelab.org:1027/actions/build-push-action@v6
|
||||||
# with:
|
with:
|
||||||
# context: Program/js
|
context: Program/js
|
||||||
# tags: eoelab.org:1027/${{ gitea.repository }}:js
|
tags: eoelab.org:1027/${{ gitea.repository }}:js
|
||||||
|
|
||||||
JULIA:
|
JULIA:
|
||||||
runs-on: runner
|
runs-on: runner
|
||||||
@ -324,17 +324,17 @@ jobs:
|
|||||||
context: Math/octave
|
context: Math/octave
|
||||||
tags: eoelab.org:1027/${{ gitea.repository }}:octave
|
tags: eoelab.org:1027/${{ gitea.repository }}:octave
|
||||||
|
|
||||||
# SAGEMATH:
|
SAGEMATH:
|
||||||
# runs-on: runner
|
runs-on: runner
|
||||||
# needs: Base
|
needs: Base
|
||||||
# steps:
|
steps:
|
||||||
# - name: checkout code
|
- name: checkout code
|
||||||
# uses: https://eoelab.org:1027/actions/checkout@v4
|
uses: https://eoelab.org:1027/actions/checkout@v4
|
||||||
# - name: sagemath build
|
- name: sagemath build
|
||||||
# uses: https://eoelab.org:1027/actions/build-push-action@v6
|
uses: https://eoelab.org:1027/actions/build-push-action@v6
|
||||||
# with:
|
with:
|
||||||
# context: Math/sagemath
|
context: Math/sagemath
|
||||||
# tags: eoelab.org:1027/${{ gitea.repository }}:sage
|
tags: eoelab.org:1027/${{ gitea.repository }}:sage
|
||||||
|
|
||||||
SCILAB:
|
SCILAB:
|
||||||
runs-on: runner
|
runs-on: runner
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM debian:trixie-slim
|
FROM debian:bookworm-slim
|
||||||
|
|
||||||
ARG PYPI_MIRROR
|
ARG PYPI_MIRROR
|
||||||
ARG DEBIAN_MIRROR
|
ARG DEBIAN_MIRROR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user