Skip to content

Commit

Permalink
adding the first catalog version
Browse files Browse the repository at this point in the history
  • Loading branch information
leoporoli committed Dec 14, 2023
1 parent 835518d commit b0a9f5d
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 0 deletions.
87 changes: 87 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
# IntelliJ
.idea
*.iws
*.iml
*.ipr

# VS Code
*.vscode

# Jenv
.java-version

# Pyenv
.python-version

# Mac spotlight index files
.DS_Store

*.un~
Session.vim
.netrwhist
*~
*.pyc
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*~.nib
local.properties
.classpath
.settings/
.loadpath

# Vim swapfiles
*.swp

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.db

# Archive files
*.tgz
*.zip

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath

# Ignore Vim helptags
doc/tags

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Test binary, built with `go test -c`
*.test


# Output directories
build/
dist/

# Java
.gradle

# Node
node_modules
yarn-error.log

# Bazel
/bazel-*
45 changes: 45 additions & 0 deletions kurtosis-package-catalog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
packages:
- name: "github.com/kurtosis-tech/autogpt-package"
- name: "github.com/galenmarchetti/jupyter-notebook-package"
- name: "github.com/hugobyte/dive"
- name: "github.com/kurtosis-tech/ethereum-package"
- name: "github.com/logos-co/wadoku"
- name: "github.com/awesome-abstraction/arbitrum-stylus-package"
- name: "github.com/bharath-123/db-adminer-package"
- name: "github.com/kurtosis-tech/agentgpt-package"
- name: "github.com/hugobyte/polkadot-kurtosis-package"
- name: "github.com/kurtosis-tech/awesome-kurtosis/quickstart"
- name: "github.com/kurtosis-tech/awesome-kurtosis/data-package"
- name: "github.com/kurtosis-tech/awesome-kurtosis/chainlink-node"
- name: "github.com/kurtosis-tech/awesome-kurtosis/blog-mysql-seed"
- name: "github.com/kurtosis-tech/awesome-kurtosis/redis-voting-app"
- name: "github.com/kurtosis-tech/awesome-kurtosis/readyset-example"
- name: "github.com/kurtosis-tech/awesome-kurtosis/simple-api/kurtosis-package"
- name: "github.com/kurtosis-tech/awesome-kurtosis/flink-kafka-example/kurtosis-package"
- name: "github.com/kurtosis-tech/near-package"
- name: "github.com/kurtosis-tech/hyperlane-package"
- name: "github.com/galenmarchetti/analytics-tooling"
- name: "github.com/kurtosis-tech/postgres-package"
- name: "github.com/kurtosis-tech/avalanche-package"
- name: "github.com/kurtosis-tech/web3-tools"
- name: "github.com/kurtosis-tech/rabbitmq-package"
- name: "github.com/kurtosis-tech/etcd-package"
- name: "github.com/kurtosis-tech/redis-package"
- name: "github.com/kurtosis-tech/novu-import-example"
- name: "github.com/kurtosis-tech/cassandra-package"
- name: "github.com/kurtosis-tech/sei-package"
- name: "github.com/kurtosis-tech/chainlink-node-package"
- name: "github.com/kurtosis-tech/flink-package"
- name: "github.com/kurtosis-tech/aptos-package/testnet-topology"
- name: "github.com/kurtosis-tech/nginx-package"
- name: "github.com/kurtosis-tech/mongodb-package"
- name: "github.com/kurtosis-tech/datastore-army-package"
- name: "github.com/kurtosis-tech/optimism-package"
- name: "github.com/kurtosis-tech/aptos-package/testnet-validator-example"
- name: "github.com/kurtosis-tech/basic-service-package"
- name: "github.com/kurtosis-tech/llm-package"
- name: "github.com/kurtosis-tech/novu-package"
- name: "github.com/kurtosis-tech/prometheus-package"
- name: "github.com/kurtosis-tech/log-load-package"
- name: "github.com/kurtosis-tech/grafana-package"
- name: "github.com/hugobyte/polkadot-kurtosis-package/chopsticks"

0 comments on commit b0a9f5d

Please sign in to comment.