Skip to content

Commit

Permalink
refactor: merge dev-tools into wordpress
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Dec 18, 2024
1 parent 0c237c2 commit 32e5597
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 111 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: 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 32e5597

Please sign in to comment.