Skip to content

Commit

Permalink
updated to 7.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
brtlvrs committed May 7, 2020
1 parent c376a76 commit cece1d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Brtlvrs Folding @ Home Ansible project

|version| 0.4 | [MIT license](LICENSE)|Copyright (c) 2020 Bart Lievers|[blog](https://vblog.bartlievers.nl)|
|version| 0.4.1 | [MIT license](LICENSE)|Copyright (c) 2020 Bart Lievers|[blog](https://vblog.bartlievers.nl)|
|---|---|---|---|---|

This repository contains my approach for building, maintaining an running a Folding @ Home docker container.
Expand All @@ -17,6 +17,7 @@ To get some experience with Ansible, git, docker while helping a great intiative

|version|FAH<br>version|History|
|---|---|---|
|0.4.1|7.6.13|Updated F@H to v 7.6.13<br>added memory limitations
|0.4|7.6.9|Updated to F@H v 7.6.9|
|0.3.2|7.5.1.1|type fixes in defaults/main.yaml|
|0.3.1|7.5.1.1|small change to dockerfile
Expand Down
4 changes: 2 additions & 2 deletions roles/FAH/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#-- some 'global rule variables'
_rule:
name: "fah-brtlvrs"
version: v7.6.9-deb-volume
build: "0.4.0"
version: v7.6.13-deb-volume
build: "0.4.1"
build_path: "{{playbook_dir}}/build"

#-- Configuration parameters to run, build and/or archive F@H container / image
Expand Down
2 changes: 1 addition & 1 deletion roles/FAH/templates/dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN useradd --system folding && \
# download and untar
apt-get update -y && \
apt-get install -y wget bzip2 && \
wget https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.9-64bit-release.tar.bz2 -O /tmp/fahclient.tar.bz2 && \
wget https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.13-64bit-release.tar.bz2 -O /tmp/fahclient.tar.bz2 && \
tar -xjf /tmp/fahclient.tar.bz2 -C /opt/fahclient --strip-components=1 && \
# fix permissions
chown -R folding:folding /opt/fahclient && \
Expand Down

0 comments on commit cece1d2

Please sign in to comment.