Skip to content

Commit

Permalink
#53: Disable Docker Buildkit for Lagoon.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Oct 12, 2023
1 parent c39a6ca commit 6e5158e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const LagoonApi = require('./lib/api');
// Only do this on lagoon recipes
module.exports = (app, lando) => {
if (_.get(app, 'config.recipe') === 'lagoon') {
process.env.DOCKER_BUILDKIT=0;
// Indicate awareness
app.log.verbose('identified a lagoon app');

Expand Down

0 comments on commit 6e5158e

Please sign in to comment.