Skip to content

Commit

Permalink
Update base image to ubuntu:24.04 for toolbox Linux image (#43)
Browse files Browse the repository at this point in the history
Version is bumped to 1.5

Signed-off-by: Antonin Bas <[email protected]>
  • Loading branch information
antoninbas authored Oct 22, 2024
1 parent b65b988 commit de82932
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/toolbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM ubuntu:22.04@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97
FROM ubuntu:24.04@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5

LABEL maintainer="Antrea <[email protected]>"
LABEL description="A Docker image with useful tools (for networking) based on Ubuntu"
Expand Down
1 change: 1 addition & 0 deletions images/toolbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ Here is a changelog for the different versions of this image:
| 1.2 | Add netperf to image. |
| 1.3 | Add Windows support. |
| 1.4 | Add kmod to image. |
| 1.5 | Update Linux base image to ubuntu:24.04. |
2 changes: 1 addition & 1 deletion images/toolbox/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4
1.5

0 comments on commit de82932

Please sign in to comment.