Skip to content

Commit

Permalink
Revert "feat: build-images as earthly. (#6194)"
Browse files Browse the repository at this point in the history
This reverts commit 67fedf1.
  • Loading branch information
ludamad authored May 9, 2024
1 parent dba835d commit 67fd2bd
Show file tree
Hide file tree
Showing 15 changed files with 458 additions and 1,870 deletions.
20 changes: 16 additions & 4 deletions .devcontainer/dev/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
{
"name": "Development",
"image": "aztecprotocol/devbox:1.0",
"features": {
// Use custom fork with noble added to list of supported distros.
"./docker-in-docker": {}
"build": {
"dockerfile": "../../build-images/Dockerfile",
"context": "../../build-images",
"target": "devbox"
},
"containerUser": "aztec-dev",
// ubuntu:noble is currently not supported.
// Can possibly workaround cherry-picking from here:
// https://github.com/devcontainers/features/blob/main/src/docker-in-docker/install.sh
//
// "image": "aztecprotocol/codespace",
// "features": {
// "docker-in-docker": {
// "version": "latest",
// "moby": true,
// "dockerDashComposeVersion": "v1"
// }
// },
"mounts": ["source=devbox-home,target=/home/aztec-dev,type=volume"]
}
16 changes: 0 additions & 16 deletions .devcontainer/dev/docker-in-docker/NOTES.md

This file was deleted.

53 changes: 0 additions & 53 deletions .devcontainer/dev/docker-in-docker/README.md

This file was deleted.

70 changes: 0 additions & 70 deletions .devcontainer/dev/docker-in-docker/devcontainer-feature.json

This file was deleted.

Loading

0 comments on commit 67fd2bd

Please sign in to comment.