Skip to content

Commit

Permalink
Add a banner to Dockerfile used for CI testing (#30887)
Browse files Browse the repository at this point in the history
Included a comment at the top of the Dockerfile used for Continuous Integration (CI) to not use it for anything else than CI. We have had multiple incidents of people accidentally breaking the production build by changing this image. Currently none of our production builds are using it, but the history shows that this will probably change soon...
  • Loading branch information
jakule authored Aug 23, 2023
1 parent 2fd8f75 commit d2da780
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.assets/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
###################################################################################
# #
# DO NOT USE FOR PRODUCTION BUILD OR ANYTHING OTHER THAN CI TESTING! #
# #
###################################################################################

# This Dockerfile makes the "build box" the container used to:
# * run test and linters in CI
# * building other Docker images
Expand Down

0 comments on commit d2da780

Please sign in to comment.