-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update base image (#5) * update base image * update tag for docker hub * update description * update readme
- Loading branch information
1 parent
0b6dd8d
commit cc1d603
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FROM osrf/ros:noetic-desktop-full-focal | ||
FROM ros:noetic-ros-core-focal | ||
LABEL maintaner="Joaquin Gimenez <[email protected]>" | ||
|
||
LABEL org.opencontainers.image.title: "noetic-rosbridge" | ||
LABEL org.opencontainers.image.description: "Docker image with ros-noetic-desktop-full and ros-bridge-suite running rosbridge server on launch" | ||
LABEL org.opencontainers.image.description: "Docker image with ros:noetic-ros-core-focal and ros-bridge-suite running rosbridge server on launch" | ||
LABEL org.opencontainers.image.url: "https://hub.docker.com/repository/docker/joaquingimenez1/noetic-rosbridge" | ||
LABEL org.opencontainers.image.source: "https://github.com/JoaquinGimenez1/docker-noetic-rosbridge" | ||
LABEL org.opencontainers.image.version: "1.0.4" | ||
LABEL org.opencontainers.image.version: "1.1.0" | ||
|
||
WORKDIR / | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# ROS Noetic Rosbridge Docker image | ||
Docker image with ros-noetic-desktop-full and ros-bridge-suite running rosbridge server on launch | ||
Docker image with ros:noetic-ros-core-focal and ros-bridge-suite running rosbridge server on launch | ||
|
||
## Docker Hub repo | ||
- [noetic-rosbridge](https://hub.docker.com/repository/docker/joaquingimenez1/noetic-rosbridge) |