-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade k8s v1.29 and kubeedge v1.19. (#56)
Signed-off-by: Tomoya Fujita <[email protected]>
- Loading branch information
1 parent
5a54daa
commit 296212e
Showing
9 changed files
with
114 additions
and
180 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 |
---|---|---|
|
@@ -5,7 +5,9 @@ | |
# docker pull <user_name>/ros-noetic | ||
|
||
FROM ros:noetic | ||
|
||
ENV ROS_DISTRO=noetic | ||
|
||
LABEL maintainer="Tomoya Fujita <[email protected]>" | ||
LABEL version="1.0" | ||
LABEL description="ROS noetic docker full image build" | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,9 @@ | |
# docker pull <user_name>/ros-rolling | ||
|
||
FROM ros:rolling | ||
|
||
ENV ROS_DISTRO=rolling | ||
|
||
LABEL maintainer="Tomoya Fujita <[email protected]>" | ||
LABEL version="1.0" | ||
LABEL description="ROS rolling docker full image build" | ||
|
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
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
Oops, something went wrong.