Skip to content
Draft
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
6 changes: 3 additions & 3 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
with:
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push FlowForge Application container
- name: Build and push FlowFuse Application container
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
context: docker-compose/flowforge-docker
file: docker-compose/flowforge-docker/Dockerfile
context: docker-compose/flowfuse-docker
file: docker-compose/flowfuse-docker/Dockerfile
platforms: linux/amd64, linux/arm64, linux/arm/v7
tags: ${{ steps.meta.outputs.tags }}
push: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To build the required containers simply run `./build-containers.sh`.

This will build and tag `flowfuse/forge-docker` and `flowfuse/node-red` and `flowfuse/file-server`.

#### flowfuse/flowforge-docker
#### flowfuse/forge-docker

This container holds the FlowFuse App and the Docker Driver.

Expand Down
2 changes: 1 addition & 1 deletion build-containers.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

docker build flowforge-docker -t flowfuse/forge-docker
docker build flowfuse-docker -t flowfuse/forge-docker
docker build node-red-container -t flowfuse/node-red
docker build file-server -t flowfuse/file-server
2 changes: 1 addition & 1 deletion file-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL org.label-schema.name="FlowFuse File Storage" \
org.label-schema.url="https://flowfuse.com" \
org.label-schema.vcs-type="Git" \
org.label-schema.vcs-url="https://github.com/FlowFuse/file-server" \
org.label-schema.docker.dockerfile="flowforge-container/Dockerfile" \
org.label-schema.docker.dockerfile="flowfuse-docker/Dockerfile" \
org.schema-label.description="Collaborative, low code integration and automation environment" \
authors="FlowFuse Inc."

Expand Down
File renamed without changes.
File renamed without changes.