Skip to content

Commit

Permalink
DEV: Remove unused docker images (#915)
Browse files Browse the repository at this point in the history
1. `monitor` uses a 9 year old base image
2. `discourse_fast_switch` uses a 6 year old base image and references ruby 2.4 and 2.5
3. `discourse_bench` uses an 8 year old base image and references postgres 9.5
  • Loading branch information
CvX authored Jan 15, 2025
1 parent aeb28ff commit 6c5e2d1
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 222 deletions.
10 changes: 0 additions & 10 deletions image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,3 @@ Note that the discourse user is granted "sudo" permission without asking for a p
### discourse_test ([discourse/discourse_test](https://hub.docker.com/r/discourse/discourse_test/))

Builds on the discourse image and adds testing tools and a default testing entrypoint.


### discourse_bench ([discourse/discourse_bench](https://hub.docker.com/r/discourse/discourse_bench/))

Builds on the discourse_test image and adds benchmark testing.


### discourse_fast_switch ([discourse/discourse_fast_switch](https://hub.docker.com/r/discourse/discourse_fast_switch/))

Builds on the discourse image and adds the ability to easily switch versions of Ruby.
34 changes: 0 additions & 34 deletions image/discourse_bench/Dockerfile

This file was deleted.

19 changes: 0 additions & 19 deletions image/discourse_bench/run_bench.sh

This file was deleted.

23 changes: 0 additions & 23 deletions image/discourse_fast_switch/Dockerfile

This file was deleted.

25 changes: 0 additions & 25 deletions image/discourse_fast_switch/create_switch.rb

This file was deleted.

13 changes: 0 additions & 13 deletions image/monitor/Dockerfile

This file was deleted.

98 changes: 0 additions & 98 deletions image/monitor/src/monitor.rb

This file was deleted.

0 comments on commit 6c5e2d1

Please sign in to comment.