7 Commits

Author SHA1 Message Date
matt
536974ce54 add whitespace 2025-05-19 14:57:49 -06:00
willtome
fb5c82ea61 Update .devfile.yaml 2025-05-19 14:49:36 -04:00
willtome
0ae6b9bd1f Update .devfile.yaml 2025-05-19 13:32:59 -04:00
willtome
e4aff11c7b Update devspaces.yml 2025-05-19 11:41:53 -04:00
willtome
206769e319 Update .devfile.yaml 2025-05-19 11:35:11 -04:00
willtome
0721b1d9be Update .devfile.yaml 2025-05-19 11:24:33 -04:00
willtome
7082e6dd4c Update .devfile.yaml 2025-05-19 11:21:19 -04:00
7 changed files with 8 additions and 93 deletions

View File

@@ -1,25 +0,0 @@
{
"name": "ansible-dev-container-codespaces",
"image": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8:latest",
"containerUser": "root",
"runArgs": [
"--security-opt",
"seccomp=unconfined",
"--security-opt",
"label=disable",
"--cap-add=SYS_ADMIN",
"--cap-add=SYS_RESOURCE",
"--device",
"/dev/fuse",
"--security-opt",
"apparmor=unconfined",
"--hostname=ansible-dev-container"
],
"updateRemoteUserUID": true,
"customizations": {
"vscode": {
"extensions": ["redhat.ansible","redhat.vscode-redhat-account"]
}
},
"postCreateCommand": "sh .devcontainers/postCreateCommand.sh"
}

View File

@@ -1,24 +0,0 @@
{
"name": "ansible-dev-container-docker",
"image": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8:latest",
"containerUser": "root",
"runArgs": [
"--security-opt",
"seccomp=unconfined",
"--security-opt",
"label=disable",
"--cap-add=SYS_ADMIN",
"--cap-add=SYS_RESOURCE",
"--device",
"/dev/fuse",
"--security-opt",
"apparmor=unconfined",
"--hostname=ansible-dev-container"
],
"updateRemoteUserUID": true,
"customizations": {
"vscode": {
"extensions": ["redhat.ansible","redhat.vscode-redhat-account"]
}
}
}

View File

@@ -1,28 +0,0 @@
{
"name": "ansible-dev-container-podman",
"image": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8:latest",
"containerUser": "root",
"runArgs": [
"--cap-add=CAP_MKNOD",
"--cap-add=NET_ADMIN",
"--cap-add=SYS_ADMIN",
"--cap-add=SYS_RESOURCE",
"--device",
"/dev/fuse",
"--security-opt",
"seccomp=unconfined",
"--security-opt",
"label=disable",
"--security-opt",
"apparmor=unconfined",
"--security-opt",
"unmask=/sys/fs/cgroup",
"--userns=host",
"--hostname=ansible-dev-container"
],
"customizations": {
"vscode": {
"extensions": ["redhat.ansible","redhat.vscode-redhat-account"]
}
}
}

View File

@@ -1,3 +0,0 @@
#!/bin/sh
microdnf -y install git-lfs
pip3 install pre-commit

View File

@@ -1,13 +1,16 @@
---
schemaVersion: 2.2.0
schemaVersion: 2.2.2
metadata:
name: product-demos
components:
- name: product-demos-ee
- name: tooling-container
container:
image: quay.io/mloriedo/ansible-creator-ee:latest # workaround for https://github.com/eclipse/che/issues/21778
image: quay.io/ansible-product-demos/apd-ee-25 # ghcr.io/ansible/ansible-devspaces:latest
memoryRequest: 256M
memoryLimit: 5Gi
cpuRequest: 250m
cpuLimit: 2000m
args: ['tail', '-f', '/dev/null']
args:
- 'tail'
- '-f'
- '/dev/null'

View File

@@ -1,4 +1,3 @@
{
"editor.renderWhitespace": "all",
"files.insertFinalNewline": true
"editor.renderWhitespace": "all"
}

View File

@@ -90,13 +90,6 @@
containerBuildConfiguration:
openShiftSecurityContextConstraint: container-build
disableContainerBuildCapabilities: true
defaultEditor: che-incubator/che-code/insiders
defaultComponents:
- container:
image: >-
registry.redhat.io/devspaces/udi-rhel8@sha256:aa39ede33bcbda6aa2723d271c79ab8d8fd388c7dfcbc3d4ece745b7e9c84193
sourceMapping: /projects
name: universal-developer-image
defaultNamespace:
autoProvision: true
template: <username>-devspaces