Skip to content

Commit

Permalink
Merge branch 'main' into fix/remove-udev-restart
Browse files Browse the repository at this point in the history
  • Loading branch information
maseabunikie committed Nov 28, 2024
2 parents a6859d9 + c5d092a commit 2857c93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 77 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/tii-depthai-ctrl-coverity.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/tiiuae/fog-ros-sdk:v3.1.0-${TARGETARCH:-amd64} AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/tiiuae/fog-ros-sdk:v3.3.0-${TARGETARCH:-amd64} AS builder

ARG TARGETARCH

Expand Down Expand Up @@ -31,7 +31,7 @@ RUN /packaging/build_colcon_sdk.sh ${TARGETARCH:-amd64}
# ▲ runtime ──┐
# └── build ▼

FROM ghcr.io/tiiuae/fog-ros-baseimage:v3.1.0
FROM ghcr.io/tiiuae/fog-ros-baseimage:v3.3.0

RUN apt update \
&& apt install -y --no-install-recommends \
Expand Down
22 changes: 0 additions & 22 deletions Dockerfile.coverity

This file was deleted.

0 comments on commit 2857c93

Please sign in to comment.