Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use buildKit and buildCache in radix #680

Merged
merged 2 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/pr-680-2005667888.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

---
"fusion-project-portal": patch
---
Updating radixconfig with useBuildKit and useBuildCache
2 changes: 1 addition & 1 deletion clientBackend.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 1: Generate the client javascript bundle
# ----------------------------------------------------

FROM node:current-alpine as build-client
FROM registry.hub.docker.com/library/node:20.0.0-slim AS build-client

RUN ls

Expand Down
5 changes: 4 additions & 1 deletion radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: RadixApplication
metadata:
name: fusion-project-portal
spec:
build:
useBuildKit: true
useBuildCache: true
environments:
- name: feature
build:
Expand Down Expand Up @@ -155,7 +158,7 @@ spec:
publicPort: http
environmentConfig:
- environment: feature
identity:
identity:
azure:
clientId: 2440e826-7642-4862-be77-2ce311780ac6
secretRefs:
Expand Down