Skip to content

Commit

Permalink
Build noetic
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Sep 14, 2024
1 parent 089ad7f commit 5c597c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 112 deletions.
110 changes: 0 additions & 110 deletions .github/workflows/ros.yml

This file was deleted.

3 changes: 2 additions & 1 deletion ros/noetic/ubuntu/focal/Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# syntax=docker/dockerfile:1
ARG BASE_IMAGE=docker.io/ubuntu:focal-20240530
# hadolint ignore=DL3006
FROM ${BASE_IMAGE} AS base

FROM base AS download
Expand Down Expand Up @@ -67,7 +68,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \

# bootstrap rosdep
RUN rosdep init && \
rosdep update --rosdistro $ROS_DISTRO
rosdep update --rosdistro "${ROS_DISTRO}"

# install ros packages
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion ros/noetic/ubuntu/focal/docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "TAG_PREFIX" {
default = "docker.io/polymathrobotics/ros"
default = "docker.io/boxcutter/ros"
}

# There's no darwin-based Docker, so if we're running on macOS, change the platform to linux
Expand Down

0 comments on commit 5c597c9

Please sign in to comment.