Skip to content

Commit

Permalink
New Rasbian images (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Dec 4, 2019
1 parent 365e4f2 commit 2147972
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Using these images as a base for other Docker projects is, however, not recommen

| Image | OS | Tags | latest |
|-------|----|------|--------|
| armhf-base-raspbian | Raspbian | jessie, stretch | stretch |
| armhf-base-raspbian | Raspbian | jessie, stretch, buster | buster |

## Thanks

Expand Down
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ jobs:
buildLatest: '--no-latest'
stretch:
buildVersion: 'stretch'
buildLatest: '--no-latest'
buster:
buildVersion: 'buster'
buildLatest: ''
steps:
- script: sudo docker login -u $(dockerUser) -p $(dockerPassword)
Expand Down
2 changes: 1 addition & 1 deletion raspbian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILD_FROM
FROM raspbian/$BUILD_FROM:latest
FROM tianon/raspbian:${BUILD_FROM}

# QEMU for crossbuilds
COPY qemu-arm-static /usr/bin/qemu-arm-static
Expand Down

0 comments on commit 2147972

Please sign in to comment.