Skip to content

Commit

Permalink
Bump base docker image to 0.6.0 (#5615)
Browse files Browse the repository at this point in the history
The new image is build on top of Ubuntu 22.04. It comes with PostgreSQL 10 and
RabbitMQ 3.8.14 to facilitate the migration to AiiDA 2.0. It supports the `amd64`
and `arm64` architectures.

Cherry-pick: 9b80ed6
  • Loading branch information
yakutovicha authored and eimrek committed Aug 9, 2022
1 parent aaa54d4 commit f1e74f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/push_image_to_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
platforms: linux/amd64, linux/arm64
tags: ${{ steps.meta.outputs.tags }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aiidateam/aiida-prerequisites:0.4.0
FROM aiidateam/aiida-prerequisites:0.6.0

USER root

Expand Down

0 comments on commit f1e74f5

Please sign in to comment.