-
- Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
A-PackagingPackaging, signing, releasingPackaging, signing, releasingP2T-EnhancementT-TaskTasks for the team like planningTasks for the team like planning
Description
We now have a Docker image autobuilding for releases and master, but don't have one for develop. There's a couple ways we can build this:
- Fix our release process to ensure that
matrix-react-sdkandmatrix-js-sdkget added to thepackage.json(and yarn lockfile) asdevelop, then enable autobuilds in Docker Hub. - Set up a Buildkite job to build/publish the image for us, using build args.
- Use multiple Dockerfiles which change the build arguments, resulting in double the maintenance effort.
Ideally we'd just use build arguments in Docker Hub, however that is not supported: docker/hub-feedback#508
Metadata
Metadata
Assignees
Labels
A-PackagingPackaging, signing, releasingPackaging, signing, releasingP2T-EnhancementT-TaskTasks for the team like planningTasks for the team like planning