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
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
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/**'
ros/ready/ubuntu: 'ros/ready/ubuntu/**'
ruby/3.2/jammy: 'ruby/3.2/jammy/**'
ruby/3.2/noble: 'ruby/3.2/noble/**'
ruby/3.2/slim-jammy: 'ruby/3.2/slim-jammy/**'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The images are pubished to https://hub.docker.com/u/polymathrobotics
| [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>[iron-jammy](https://github.com/polymathrobotics/oci/tree/main/ros/iron/ubuntu/jammy)<br>[jazzy-noble](https://github.com/polymathrobotics/oci/tree/main/ros/jazzy/ubuntu/noble)<br>[noetic-focal](https://github.com/polymathrobotics/oci/tree/main/ros/noetic/ubuntu/focal)<br>[rolling-jammy](https://github.com/polymathrobotics/oci/tree/main/ros/rolling/ubuntu/jammy) |
| [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) |
| [ruby](https://hub.docker.com/r/polymathrobotics/ruby) | Ruby is a dynamic, reflective, object-oriented, general-purpose, open-source programming language | [ruby](https://github.com/polymathrobotics/oci/tree/main/ruby) |
| [shellcheck](https://hub.docker.com/r/polymathrobotics/shellcheck) | Static analysis tool for shell scripts | [shellcheck](https://github.com/polymathrobotics/oci/tree/main/shellcheck) |
| [smokeping](https://hub.docker.com/r/polymathrobotics/smokeping) | Smokeping network latency grapher | [smokeping](https://github.com/polymathrobotics/oci/tree/main/smokeping) |
Expand Down
2 changes: 1 addition & 1 deletion ros/humble/ubuntu/jammy/Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG BASE_IMAGE=docker.io/ubuntu:jammy-20250415.1
ARG BASE_IMAGE=docker.io/ubuntu:jammy-20260217
# hadolint ignore=DL3006
FROM ${BASE_IMAGE} AS base

Expand Down
118 changes: 0 additions & 118 deletions ros/iron/ubuntu/jammy/Containerfile

This file was deleted.

55 changes: 0 additions & 55 deletions ros/iron/ubuntu/jammy/docker-bake.hcl

This file was deleted.

6 changes: 0 additions & 6 deletions ros/iron/ubuntu/jammy/ros_entrypoint.sh

This file was deleted.

100 changes: 0 additions & 100 deletions ros/iron/ubuntu/jammy/test/controls/ros_iron.rb

This file was deleted.

2 changes: 1 addition & 1 deletion ros/jazzy/ubuntu/noble/Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG BASE_IMAGE=docker.io/ubuntu:noble-20250415.1
ARG BASE_IMAGE=docker.io/ubuntu:noble-20260217
# hadolint ignore=DL3006
FROM ${BASE_IMAGE} AS base

Expand Down
Loading
Loading