Bumps [github.com/moby/moby](https://github.com/moby/moby) from 28.0.0+incompatible to 28.1.1+incompatible. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/moby/moby/releases">github.com/moby/moby's releases</a>.</em></p> <blockquote> <h2>v28.1.1</h2> <h2>28.1.1</h2> <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p> <ul> <li><a href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.1.1">docker/cli, 28.1.1 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.1.1">moby/moby, 28.1.1 milestone</a></li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>Fix <code>dockerd-rootless-setuptool.sh</code> incorrectly reporting missing <code>iptables</code>. <a href="https://redirect.github.com/moby/moby/pull/49833">moby/moby#49833</a></li> <li>containerd image store: Fix a potential daemon crash when using <code>docker load</code> with archives containing zero-size tar headers. <a href="https://redirect.github.com/moby/moby/pull/49837">moby/moby#49837</a></li> </ul> <h3>Packaging updates</h3> <ul> <li>Update Buildx to <a href="https://github.com/docker/buildx/releases/tag/v0.23.0">v0.23.0</a>. <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/1185">docker/docker-ce-packaging#1185</a></li> <li>Update Compose to <a href="https://github.com/docker/compose/releases/tag/v2.35.1">v2.35.1</a>. <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/1188">docker/docker-ce-packaging#1188</a></li> </ul> <h3>Networking</h3> <ul> <li>Add a warning to a container's <code>/etc/resolv.conf</code> when no upstream DNS servers were found. <a href="https://redirect.github.com/moby/moby/pull/49827">moby/moby#49827</a></li> </ul> <h2>v28.1.0</h2> <h2>28.1.0</h2> <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p> <ul> <li><a href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.1.0">docker/cli, 28.1.0 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.1.0">moby/moby, 28.1.0 milestone</a></li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v28.1.0/docs/api/version-history.md">API version history</a>.</li> </ul> <h3>New</h3> <ul> <li>Add <code>docker bake</code> sub-command as alias for <code>docker buildx bake</code>. <a href="https://redirect.github.com/docker/cli/pull/5947">docker/cli#5947</a></li> <li>Experimental: add a new <code>--use-api-socket</code> flag on <code>docker run</code> and <code>docker create</code> to enable access to Docker socket from inside a container and to share credentials from the host with the container. <a href="https://redirect.github.com/docker/cli/pull/5858">docker/cli#5858</a></li> <li><code>docker image inspect</code> now supports a <code>--platform</code> flag to inspect a specific platform of a multi-platform image. <a href="https://redirect.github.com/docker/cli/pull/5934">docker/cli#5934</a></li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>Add CLI shell-completion for context names. <a href="https://redirect.github.com/docker/cli/pull/6016">docker/cli#6016</a></li> <li>Fix <code>docker images --tree</code> not including non-container images content size in the total image content size. <a href="https://redirect.github.com/docker/cli/pull/6000">docker/cli#6000</a></li> <li>Fix <code>docker load</code> not preserving replaced images. <a href="https://redirect.github.com/moby/moby/pull/49650">moby/moby#49650</a></li> <li>Fix <code>docker login</code> hints when logging in to a custom registry. <a href="https://redirect.github.com/docker/cli/pull/6015">docker/cli#6015</a></li> <li>Fix <code>docker stats</code> not working properly on machines with high CPU core count. <a href="https://redirect.github.com/moby/moby/pull/49734">moby/moby#49734</a></li> <li>Fix a regression causing <code>docker pull/push</code> to fail when interacting with a private repository. <a href="https://redirect.github.com/docker/cli/pull/5964">docker/cli#5964</a></li> <li>Fix an issue preventing rootless Docker setup on a host with no <code>ip_tables</code> kernel module. <a href="https://redirect.github.com/moby/moby/pull/49727">moby/moby#49727</a></li> <li>Fix an issue that could lead to unwanted iptables rules being restored and never deleted following a firewalld reload. <a href="https://redirect.github.com/moby/moby/pull/49728">moby/moby#49728</a></li> <li>Improve CLI completion of <code>docker service scale</code>. <a href="https://redirect.github.com/docker/cli/pull/5968">docker/cli#5968</a></li> <li><code>docker images --tree</code> now hides both untagged and dangling images by default. <a href="https://redirect.github.com/docker/cli/pull/5924">docker/cli#5924</a></li> <li><code>docker system info</code> will provide an exit code if a connection cannot be established to the Docker daemon. <a href="https://redirect.github.com/docker/cli/pull/5918">docker/cli#5918</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/moby/commit/01f442b84d6a669c1e335b800d4670997cd5aa93"><code>01f442b</code></a> Merge pull request <a href="https://redirect.github.com/moby/moby/issues/49588">#49588</a> from thaJeztah/bump_go_build_tags</li> <li><a href="https://github.com/moby/moby/commit/e03c0f03e7178cb4b9e927ffaeea73f228a7ad45"><code>e03c0f0</code></a> Merge pull request <a href="https://redirect.github.com/moby/moby/issues/49834">#49834</a> from thaJeztah/cleanup_ignore</li> <li><a href="https://github.com/moby/moby/commit/8dde918e774b73971544b1e43586870e8e4acfeb"><code>8dde918</code></a> Merge pull request <a href="https://redirect.github.com/moby/moby/issues/49837">#49837</a> from thaJeztah/bump_containerd_2.0.5</li> <li><a href="https://github.com/moby/moby/commit/e70ce7a35b94b0915dae5ba356a69d07ded2fd46"><code>e70ce7a</code></a> Merge pull request <a href="https://redirect.github.com/moby/moby/issues/49833">#49833</a> from vvoland/rootless-iptables-check</li> <li><a href="https://github.com/moby/moby/commit/fc8361c0784a8a29347633d0b8f2280e57068078"><code>fc8361c</code></a> vendor: github.com/containerd/containerd v2.0.5</li> <li><a href="https://github.com/moby/moby/commit/62f51e43670ffd1aa18672909cfa9e4300a2ab13"><code>62f51e4</code></a> vendor: golang.org/x/oauth2 v0.29.0</li> <li><a href="https://github.com/moby/moby/commit/bbbb0036df25d56766bc5ce869080bdf0265e511"><code>bbbb003</code></a> cleanup ignore files</li> <li><a href="https://github.com/moby/moby/commit/ead379a46457986eadf07273fedec378e87e515f"><code>ead379a</code></a> contrib/rootless-setuptool: Fix iptables detection</li> <li><a href="https://github.com/moby/moby/commit/7c52c4d92e4fe584e2d25209a54c7d07c24baee1"><code>7c52c4d</code></a> update go:build tags to go1.23 to align with vendor.mod</li> <li><a href="https://github.com/moby/moby/commit/6573a13e4adf5d9d3b2e0ab4e44ade244dd3c798"><code>6573a13</code></a> Merge pull request <a href="https://redirect.github.com/moby/moby/issues/49827">#49827</a> from robmry/warn_no_ext_nameservers</li> <li>Additional commits viewable in <a href="https://github.com/moby/moby/compare/v28.0.0...v28.1.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Coder enables organizations to set up development environments in their public or private cloud infrastructure. Cloud development environments are defined with Terraform, connected through a secure high-speed Wireguard® tunnel, and automatically shut down when not used to save on costs. Coder gives engineering teams the flexibility to use the cloud for workloads most beneficial to them.
- Define cloud development environments in Terraform
- EC2 VMs, Kubernetes Pods, Docker Containers, etc.
- Automatically shutdown idle resources to save on costs
- Onboard developers in seconds instead of days
Quickstart
The most convenient way to try Coder is to install it on your local machine and experiment with provisioning cloud development environments using Docker (works on Linux, macOS, and Windows).
# First, install Coder
curl -L https://coder.com/install.sh | sh
# Start the Coder server (caches data in ~/.cache/coder)
coder server
# Navigate to http://localhost:3000 to create your initial user,
# create a Docker template and provision a workspace
Install
The easiest way to install Coder is to use our
install script for Linux
and macOS. For Windows, use the latest ..._installer.exe file from GitHub
Releases.
curl -L https://coder.com/install.sh | sh
You can run the install script with --dry-run to see the commands that will be used to install without executing them. Run the install script with --help for additional flags.
See install for additional methods.
Once installed, you can start a production deployment with a single command:
# Automatically sets up an external access URL on *.try.coder.app
coder server
# Requires a PostgreSQL instance (version 13 or higher) and external access URL
coder server --postgres-url <url> --access-url <url>
Use coder --help to get a list of flags and environment variables. Use our install guides for a complete walkthrough.
Documentation
Browse our docs here or visit a specific section below:
- Templates: Templates are written in Terraform and describe the infrastructure for workspaces
- Workspaces: Workspaces contain the IDEs, dependencies, and configuration information needed for software development
- IDEs: Connect your existing editor to a workspace
- Administration: Learn how to operate Coder
- Premium: Learn about our paid features built for large teams
Support
Feel free to open an issue if you have questions, run into bugs, or have a feature request.
Join our Discord to provide feedback on in-progress features and chat with the community using Coder!
Integrations
We are always working on new integrations. Please feel free to open an issue and ask for an integration. Contributions are welcome in any official or community repositories.
Official
- VS Code Extension: Open any Coder workspace in VS Code with a single click
- JetBrains Gateway Extension: Open any Coder workspace in JetBrains Gateway with a single click
- Dev Container Builder: Build development environments using
devcontainer.jsonon Docker, Kubernetes, and OpenShift - Module Registry: Extend development environments with common use-cases
- Kubernetes Log Stream: Stream Kubernetes Pod events to the Coder startup logs
- Self-Hosted VS Code Extension Marketplace: A private extension marketplace that works in restricted or airgapped networks integrating with code-server.
- Setup Coder: An action to setup coder CLI in GitHub workflows.
Community
- Provision Coder with Terraform: Provision Coder on Google GKE, Azure AKS, AWS EKS, DigitalOcean DOKS, IBMCloud K8s, OVHCloud K8s, and Scaleway K8s Kapsule with Terraform
- Coder Template GitHub Action: A GitHub Action that updates Coder templates
Contributing
We are always happy to see new contributors to Coder. If you are new to the Coder codebase, we have a guide on how to get started. We'd love to see your contributions!
Hiring
Apply here if you're interested in joining our team.
