• Trends
  • Topics
  • Nodes
Search for keywords, #hashtags, $sites, add a dash to exclude, e.g. -$theonion.com

From depot.dev

What is a tar file?

2 4

What is a "tar" (tape archive) file? A deep dive into the history and inner workings of the tar file format to create better optimized archives.

#tar #gzip

on Thu, 6PM

From depot.dev

Booting containers faster with eStargz

0 0

Optimizing containers to boot ultra-fast by lazily loading files with eStargz. Start your containers up to 76% faster.

on Nov 15

From depot.dev

Developer Experience: Past, Present & Future

0 0

Our thoughts on the origins of DevEx, the current state of affairs, and where DevEx research and practice might be headed.

on Nov 14

From depot.dev

Introducing Developer Experience at Depot

0 0

We're excited to announce our new Developer Experience function, led by our Head of Developer Experience, Kristen Foster-Marks.

on Oct 30

From depot.dev

Building Images: Gzip vs Zstd

0 0

Docker images are downloaded as compressed layers and default to gzip compression. But is there a better option? We compare gzip and zstd compression methods to see which is best for building and pushing images.

on Oct 23

From depot.dev

Introducing Ultra Runners — Up to 3x faster GitHub Actions jobs

0 0

Starting today, all Depot GitHub Actions runners are now Ultra Runners. We're excited to launch these new runners to make your GitHub Actions jobs up to 3x faster.

on Oct 18

From depot.dev

Uncovering Disk I/O Bottlenecks in GitHub Actions

0 0

When your CI pipelines are slow, you can only optimize so much. Bottlenecks in CPU, Network, Memory, and Disk I/O can all contribute to slow CI pipelines. Let's take a look at how disk I/O can be a bottleneck in GitHub Actions.

on Sep 30

From depot.dev

Docker buildx explained

0 0

In this article, we explain what Docker buildx is, how it’s different from docker build, the extra functionality it offers, and when you should use it.

on Sep 27

From depot.dev

Comparing GitHub Actions and Depot runners for 2x faster builds

0 0

We love GitHub Actions, but the default runners are slow and expensive. We benchmarked the performance of GitHub Actions runners against Depot runners and found that Depot runners are 2x faster and half the cost.

on Sep 20

From depot.dev

What are Docker layers anyway?

0 0

To learn what a Docker layer really is, we'll dissect a Docker image and take a look inside. Deep dive into the layers of a Docker image and understand how they work.

on Jul 19

From depot.dev

Making EC2 boot time 8x faster

0 0

It's possible to cut EC2 boot time from 40 seconds to 5 seconds by combining several optimizations like root volume streaming, instance warm pools, and instance resizing.

on May 29

From depot.dev

Building containers from scratch: Layers

0 1

Exploring how OCI images represent layers, how layers can modify and delete files from previous layers, and how container runtimes combine layers into a single filesystem.

on May 6

From depot.dev

BuildKit in depth: Docker's build engine explained

0 0

This article explains how BuildKit works in depth, why it's faster than Docker's previous build engine, and what it looks like under the hood.

on Feb 6

From depot.dev

The complete guide to getting started with building Docker images

0 0

Dive into the world of Docker images, Dockerfiles, docker build, and much more. We'll cover the basics of Docker and how to get started with building Docker images.

on Oct 17, 2023