Go 1.23 is released

  • Post author:
  • Post category:Web Runtime

The Go Blog Go 1.23 is released Dmitri Shuralyov, on behalf of the Go team 13 August 2024 Today the Go team is happy to release Go 1.23, which you can get by visiting the download page. If you already have Go 1.22 or Go 1.21 installed on your machine,…

Continue ReadingGo 1.23 is released

Adding the ESLint Tool to an AI Assistant: Improving Recommendations for JS/TS Projects

  • Post author:
  • Post category:Web Runtime

This ongoing Docker Labs GenAI series will explore the exciting space of AI developer tools. At Docker, we believe there is a vast scope to explore, openly and without the hype. We will share our explorations and collaborate with the developer community in real-time. Although developers have adopted autocomplete tooling like GitHub…

Continue ReadingAdding the ESLint Tool to an AI Assistant: Improving Recommendations for JS/TS Projects

Docker Best Practices: Understanding the Differences Between ADD and COPY Instructions in Dockerfiles

  • Post author:
  • Post category:Web Runtime

COPY vs. ADD tl;dr: When you search for “Dockerfile best practices,” one of the suggestions you will find is that you always use the COPY instruction instead of the ADD instruction when adding files into your Docker image. This blog post will explore why this suggestion exists by providing additional…

Continue ReadingDocker Best Practices: Understanding the Differences Between ADD and COPY Instructions in Dockerfiles

Thank You to the Stack Overflow Community for Ranking Docker the Most Used, Desired, and Admired Developer Tool 

  • Post author:
  • Post category:Web Runtime

As you might have seen, Stack Overflow recently unveiled the 2024 Developer Survey results. This always serves for me as a time to reflect on what Docker has accomplished each year in between. Since our inclusion in the survey five years ago, the Stack Overflow community has consistently ranked Docker…

Continue ReadingThank You to the Stack Overflow Community for Ranking Docker the Most Used, Desired, and Admired Developer Tool 

CVE-2024-41123: DoS vulnerabilities in REXML

  • Post author:
  • Post category:Web Runtime

There are some DoS vulnerabilities in REXML gem. These vulnerabilities have been assigned the CVE identifier CVE-2024-41123. We strongly recommend upgrading the REXML gem. Details When parsing an XML document that has many specific characters such as whitespace character, >] and ]>, REXML gem may take long time. Please update…

Continue ReadingCVE-2024-41123: DoS vulnerabilities in REXML

Docker Scout Health Scores: Security Grading for Container Images in Your Docker Hub Repo

  • Post author:
  • Post category:Web Runtime

We are thrilled to introduce Docker Scout health scores, our latest feature designed to make software security simpler and more effective for developers.  Developer-friendly software security Docker Scout health scores rate the security and compliance status of container images within Docker Hub, providing a single, quantifiable metric to represent the…

Continue ReadingDocker Scout Health Scores: Security Grading for Container Images in Your Docker Hub Repo

Introducing Docker Build Checks: Optimize Dockerfiles with Best Practices

  • Post author:
  • Post category:Web Runtime

Today, we’re excited to announce the release of Docker Build checks with Docker Desktop 4.33. Docker Build checks help your team learn and follow best practices for building container images. When you run a Docker Build, you will get a list of warnings for any check violations detected in your…

Continue ReadingIntroducing Docker Build Checks: Optimize Dockerfiles with Best Practices

Ruby 3.2.5 Released

  • Post author:
  • Post category:Web Runtime

Ruby 3.2.5 has been released. This release include many bug-fixes. And we updated the version of bundled gem rexml to include the following security fix. CVE-2024-39908 : DoS in REXML. Please see the GitHub releases for further details. Download https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.5.tar.gz SIZE: 20619047 SHA1: e5166c947a4d9057b1310710a2a963df12264ac9 SHA256: ef0610b498f60fb5cfd77b51adb3c10f4ca8ed9a17cb87c61e5bea314ac34a16 SHA512: d86c0151fabf21b418b007465e3f5b3fd0b2de0a9652057fd465b1f7e91b01d00f83a737e972ea994a5d9231e8cb27e64e576852390fe6c2ad502f0d099fe5f4 https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.5.tar.xz SIZE:…

Continue ReadingRuby 3.2.5 Released