Introduce a discourse/base:slim image (#588)
authorDavid Taylor <david@taylorhq.com>
Mon, 13 Dec 2021 21:03:00 +0000 (21:03 +0000)
committerGitHub <noreply@github.com>
Mon, 13 Dec 2021 21:03:00 +0000 (21:03 +0000)
commit3ef754f4ca305298bf46f31fdf917fb82c14902b
tree46febe9ac20f50d15c6470ccac573ce89e728ba9
parentab881fd3169ef7026bf3772a3a3671d95dc7c80b
Introduce a discourse/base:slim image (#588)

The base-slim image doesn't run `yarn install` or `bundle install`, so it is much more lightweight. This is intended for use by systems which do their own dependency caching (e.g. GitHub Actions)

The image will be released under the `:slim` tag, and also `:v2.0.{timestamp}-slim`
.github/workflows/build.yml
image/auto_build.rb
image/base/release.Dockerfile [new file with mode: 0644]
image/base/slim.Dockerfile [moved from image/base/Dockerfile with 94% similarity]