Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ jobs:
prometheus/snmp-exporter: 'prometheus/snmp-exporter/**'
prometheus/snmp-generator: 'prometheus/snmp-generator/**'
pspace: 'pspace/**'
pulumi/pulumi-base: 'pulumi/pulumi-base/**'
pulumi/pulumi-python: 'pulumi/pulumi-python/**'
redis/7.2/jammy: 'redis/7.2/jammy/**'
ros/humble/ubuntu/jammy: 'ros/humble/ubuntu/jammy/**'
ros/jazzy/ubuntu/noble: 'ros/jazzy/ubuntu/noble/**'
Expand Down Expand Up @@ -171,4 +169,4 @@ jobs:
run-test-stage: ${{ env.run-test-stage }}
test-entrypoint: ${{ env.test-entrypoint }}
dockerhub-username: ${{ secrets.CONTAINER_REGISTRY_USERNAME }}
dockerhub-password: ${{ secrets.CONTAINER_DESCRIPTION_PASSWORD }}
dockerhub-password: ${{ secrets.CONTAINER_DESCRIPTION_PASSWORD }}
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ The images are pubished to https://hub.docker.com/u/polymathrobotics
| [portainer-ce](https://hub.docker.com/r/polymathrobotics/portainer-ce) | ortainer Community Edition GUI-based container management platform. | [portainer-ce](https://github.com/polymathrobotics/oci/tree/main/portainer-ce) |
| [postgres](https://hub.docker.com/r/polymathrobotics/postgres) | The PostgreSQL object-relational database system provides reliability and data integrity | [postgres](https://github.com/polymathrobotics/oci/tree/main/postgres) |
| [prometheus](https://hub.docker.com/r/polymathrobotics/prometheus)<br>[alertmanager](https://hub.docker.com/r/polymathrobotics/alertmanager)<br>[blackbox_exporter](https://hub.docker.com/r/polymathrobotics/blackbox_exporter)<br>[collectd_exporter](https://hub.docker.com/r/polymathrobotics/collectd_exporter)<br>[node_exporter](https://hub.docker.com/r/polymathrobotics/node_exporter) | Prometheus monitoring system and time series database | [prometheus/prometheus](https://github.com/polymathrobotics/oci/tree/main/prometheus/prometheus)<br>[prometheus/alertmanager](https://github.com/polymathrobotics/oci/tree/main/prometheus/alertmanager)<br>[prometheus/blackbox_exporter](https://github.com/polymathrobotics/oci/tree/main/prometheus/blackbox_exporter)<br>[prometheus/collectd_exporter](https://github.com/polymathrobotics/oci/tree/main/prometheus/collectd_exporter)<br>[prometheus/node_exporter](https://github.com/polymathrobotics/oci/tree/main/prometheus/node_exporter) |
| [pulumi-base](https://hub.docker.com/r/polymathrobotics/pulumi-base)<br>[pulumi-python](https://hub.docker.com/r/polymathrobotics/pulumi-python) | Pulumi Infrastructure as Code CLI | [pulumi-base](https://github.com/polymathrobotics/oci/tree/main/pulumi/pulumi-base)<br>[pulumi-python](https://github.com/polymathrobotics/oci/tree/main/pulumi/pulumi-python) |
| [python](https://hub.docker.com/r/polymathrobotics/python) | The Python programming language | [python](https://github.com/polymathrobotics/oci/tree/main/python) |
| [redis](https://hub.docker.com/r/polymathrobotics/redis) | Redis is an open source key-value store that functions as a data structure server. | [redis](https://github.com/polymathrobotics/oci/tree/main/redis) |
| [ros](https://hub.docker.com/r/polymathrobotics/ros) | The Robot Operating System | [humble-jammy](https://github.com/polymathrobotics/oci/tree/main/ros/humble/ubuntu/jammy)<br>[jazzy-noble](https://github.com/polymathrobotics/oci/tree/main/ros/jazzy/ubuntu/noble)<br>[rolling-jammy](https://github.com/polymathrobotics/oci/tree/main/ros/rolling/ubuntu/jammy) |
Expand Down Expand Up @@ -89,14 +88,14 @@ The repo has the following structure:
- Rest of the directories contain all the source code for the images, primarily
Containerfiles/Dockerfiles in BuildKit format. An alphabetical
index is also provided in this README.md.

# Developing

Following container image conventions there is a separate directory for each container image. The container image
tools have a single target directory for source files and by default the image tools scan all files in a directory
for some operations. Thus there is a subdirectory per image, though a single image may be built for multiple
platforms. The source for all the container images is under the `src/` tree in this repo. GitHub Actions pipelines
in `.github/workflows` have been set up to publish these images to the
in `.github/workflows` have been set up to publish these images to the
[polymathrobotics org](https://hub.docker.com/u/polymathrobotics) on DockerHub.

Since container image source code packaging is small, for convenience all the source is together in one big repo.
Expand Down
64 changes: 0 additions & 64 deletions pulumi/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions pulumi/pulumi-base/.dockerignore

This file was deleted.

41 changes: 0 additions & 41 deletions pulumi/pulumi-base/Containerfile

This file was deleted.

41 changes: 0 additions & 41 deletions pulumi/pulumi-base/docker-bake.hcl

This file was deleted.

8 changes: 0 additions & 8 deletions pulumi/pulumi-base/test/controls/pulumi.rb

This file was deleted.

2 changes: 0 additions & 2 deletions pulumi/pulumi-python/.dockerignore

This file was deleted.

55 changes: 0 additions & 55 deletions pulumi/pulumi-python/Containerfile

This file was deleted.

119 changes: 0 additions & 119 deletions pulumi/pulumi-python/docker-bake.hcl

This file was deleted.

16 changes: 0 additions & 16 deletions pulumi/pulumi-python/test/controls/pulumi.rb

This file was deleted.

Loading