Skip to content

Commit

Permalink
Release v1.1.0 (#6)
Browse files Browse the repository at this point in the history
* update base image (#5)

* update base image

* update tag for docker hub

* update description

* update readme
  • Loading branch information
JoaquinGimenez1 authored Oct 3, 2021
1 parent 0b6dd8d commit cc1d603
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
DOCKER_HUB_REPO_NAME: noetic-rosbridge
DOCKER_TAGGED_VERSION: "1.0.4"
DOCKER_TAGGED_VERSION: "1.1.0"

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
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 /

Expand Down
2 changes: 1 addition & 1 deletion README.md
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)

0 comments on commit cc1d603

Please sign in to comment.