Skip to content

nicosistemas/postgres-codespaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REPO UTILIZADO PARA PROBAR CODESPACES Y ISSUES

  • PRUEBAS DE ISSUES:

#1

  • DRAFT PULL REQUEST

#12

  • CODESPACES:

algunas maquinas que se pueden usar para codespaces

agregas un json en .devcontainer/maquina.json con datos de la máquina Ó podes agregar más maquinas para poder elegir según las features que tengan esos codespaces:

.devcontainer/EQUIPO-1/devcontainer.json
.devcontainer/EQUIPO-2/devcontainer.json

ejemplo kubectl

{
    "id": "kubectl-asdf",
    "version": "2.0.14",
    "name": "Kubectl (via asdf)",
    "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/kubectl-asdf",
    "description": "Installs Kubectl",
    "options": {
        "version": {
            "default": "latest",
            "description": "Select the version to install.",
            "proposals": [
                "latest"
            ],
            "type": "string"
        }
    },
    "installsAfter": [
        "ghcr.io/devcontainers-contrib/features/asdf-package"
    ]
}

ejemplo psql cli

{
    "id": "postgres-asdf",
    "version": "1.0.2",
    "name": "PostgreSQL (via asdf)",
    "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/postgres-asdf",
    "description": "PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.",
    "options": {
        "version": {
            "default": "latest",
            "description": "Select the version to install.",
            "proposals": [
                "latest"
            ],
            "type": "string"
        }
    },
    "installsAfter": [
        "ghcr.io/devcontainers-contrib/features/asdf-package"
    ]
}

ejemplo curl

{
    "id": "curl-apt-get",
    "version": "1.0.16",
    "name": "cURL (via apt-get)",
    "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/curl-apt-get",
    "description": "cURL is a computer software project providing a library and command-line tool for transferring data using various network protocols.",
    "options": {},
    "installsAfter": [
        "ghcr.io/devcontainers-contrib/features/apt-get-packages"
    ]
}

se puede activar con https://codespaces.new eligiendo el repo correspondiente

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published