Skip to content

Docker build for ARM (Raspberry Pi)#2436

Merged
Alkarex merged 7 commits intoFreshRSS:devfrom
Alkarex:Docker-ARM
Jul 6, 2019
Merged

Docker build for ARM (Raspberry Pi)#2436
Alkarex merged 7 commits intoFreshRSS:devfrom
Alkarex:Docker-ARM

Conversation

@Alkarex
Copy link
Member

@Alkarex Alkarex commented Jul 6, 2019

Using QEMU for building the image on Docker Hub, then native execution.
Inspired by https://github.com/stas-demydiuk/domoticz-docker

@Alkarex Alkarex added this to the 1.15.0 milestone Jul 6, 2019
@Alkarex Alkarex merged commit dcb090d into FreshRSS:dev Jul 6, 2019
@Alkarex
Copy link
Member Author

Alkarex commented Jul 6, 2019

Merging in /dev to test the full pipeline

@Alkarex Alkarex deleted the Docker-ARM branch July 6, 2019 22:15
@Alkarex
Copy link
Member Author

Alkarex commented Jul 6, 2019

Seems to work fine :-)
https://hub.docker.com/r/freshrss/freshrss/tags

@Alkarex
Copy link
Member Author

Alkarex commented Jul 7, 2019

The tag freshrss/freshrss:dev-arm is already available for testing

This was referenced Jul 7, 2019
@Alkarex Alkarex modified the milestones: 1.15.0, 1.14.3 Jul 13, 2019
@Alkarex Alkarex mentioned this pull request Jul 21, 2019
#!/bin/bash

if [[ "$DOCKERFILE_PATH" == *-ARM ]];
then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpicky: you usually write this on the same line with if and you don't need to quote vars when using test.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Alkarex PR on my end incoming soon.

Frenzie added a commit to Frenzie/FreshRSS that referenced this pull request Jul 22, 2019
Alkarex pushed a commit that referenced this pull request Jul 22, 2019
* [CI] Run shellcheck and shfmt

Cf. #2436 (comment)

* rename

* no need for disable anymore

* also remove leftover indentation flags even if it makes no difference to syntax checking

* define colors and reset before exit for local use
@Alkarex Alkarex added the Docker 🐋 Everything related to Docker label Jan 22, 2021
mdemoss pushed a commit to mdemoss/FreshRSS that referenced this pull request Mar 25, 2021
* Docker build for ARM (Raspberry Pi)

Inspired by https://github.com/stas-demydiuk/domoticz-docker

* Execution rights

* Readme typo

* Move QEMU higher up

* Change tar command

* Try to fix COPY error

* Fix path bug
mdemoss pushed a commit to mdemoss/FreshRSS that referenced this pull request Mar 25, 2021
* [CI] Run shellcheck and shfmt

Cf. FreshRSS#2436 (comment)

* rename

* no need for disable anymore

* also remove leftover indentation flags even if it makes no difference to syntax checking

* define colors and reset before exit for local use
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Docker 🐋 Everything related to Docker

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants