Skip to content

Commit

Permalink
Add a new devspaces-java21-node20-python311 image
Browse files Browse the repository at this point in the history
  • Loading branch information
etsauer committed Jul 30, 2024
1 parent 6b60bdd commit 714e7c4
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [ 'cekit-builder', 'devspaces-base', 'devspaces-openjdk-17', 'devspaces-nodejs-18', 'devspaces-nodejs-20', 'devspaces-java-node-combined', 'devspaces-nested-podman', 'devspaces-python-311' ]
image: [ 'cekit-builder', 'devspaces-base', 'devspaces-openjdk-17', 'devspaces-nodejs-18', 'devspaces-nodejs-20', 'devspaces-java-node-combined', 'devspaces-nested-podman', 'devspaces-python-311', 'devspaces-java21-node20-python311' ]
uses: ./.github/workflows/cekit-build.yaml
with:
tag: quay.io/redhat-cop/${{ matrix.image }}:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [ 'cekit-builder', 'devspaces-base', 'devspaces-openjdk-17', 'devspaces-nodejs-18', 'devspaces-nodejs-20', 'devspaces-java-node-combined', 'devspaces-nested-podman', 'devspaces-python-311' ]
image: [ 'cekit-builder', 'devspaces-base', 'devspaces-openjdk-17', 'devspaces-nodejs-18', 'devspaces-nodejs-20', 'devspaces-java-node-combined', 'devspaces-nested-podman', 'devspaces-python-311', 'devspaces-java21-node20-python311' ]
uses: ./.github/workflows/cekit-build.yaml
with:
tag: quay.io/redhat-cop/${{ matrix.image }}:pr-${{ github.sha }}
Expand Down
15 changes: 15 additions & 0 deletions images/devspaces-java21-node20-python311.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: devspaces-java21-node20-python311.yaml
from: registry.access.redhat.com/ubi9/openjdk-21:1.18-4
version: &version 1.0
packages:
manager: microdnf
manager_flags: "--disableplugin=subscription-manager --setopt=tsflags=nodocs --setopt=install_weak_deps=0"
envs:
- name: TOOLS_DIR
value: /usr/local/tools
modules:
install:
- name: node20
- name: angular
- name: quarkus
- name: python3.11
8 changes: 8 additions & 0 deletions modules/python3.11/module.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
schema_version: 1
name: python3.11
version: v1.0
description: "Installs Python 3.11"
packages:
install:
- python3.11-pip
- python3.11-devel

0 comments on commit 714e7c4

Please sign in to comment.