Skip to content

Commit

Permalink
Merge pull request #1030 from Automattic/merge-devtools
Browse files Browse the repository at this point in the history
refactor: merge `dev-tools` into `wordpress`
  • Loading branch information
sjinks authored Dec 18, 2024
2 parents 0c237c2 + 60ebede commit 25009f9
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 112 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ updates:
schedule:
interval: "weekly"

- package-ecosystem: "docker"
directory: "dev-tools/"
schedule:
interval: "weekly"

- package-ecosystem: "docker"
directory: "helpers/"
schedule:
Expand Down
50 changes: 0 additions & 50 deletions .github/workflows/dev-tools.yml

This file was deleted.

9 changes: 0 additions & 9 deletions dev-tools/Dockerfile

This file was deleted.

47 changes: 0 additions & 47 deletions dev-tools/add-site.sh

This file was deleted.

3 changes: 2 additions & 1 deletion wordpress/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*
!entrypoint.sh
!dev-tools
!extra
!scripts
3 changes: 3 additions & 0 deletions wordpress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ COPY extra/ /wp/
FROM ghcr.io/automattic/vip-container-images/helpers:v1@sha256:bc2beca042ce7c47e2b737920c77248f4a6c25cc7e137bf9de6944af8a68701c AS helpers
FROM busybox:stable-musl@sha256:b4771ab006a5344931341972e1e4b1ff14db2c327eeab0053416aa2277213b1d
COPY --from=build --link /wp /wp
COPY --link dev-tools /dev-tools
COPY --link dev-tools /dev-tools-orig
COPY --link scripts /scripts
COPY --from=helpers /rsync /usr/bin/rsync
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 25009f9

Please sign in to comment.