Merge pull request #1351 from ndanyluk/ARM64-Buster-Base-Image

Update ARM64 image to use Buster as its base image
This commit is contained in:
Kristian Haugene 2020-10-10 13:30:09 +02:00 committed by GitHub
commit e179ab0b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ jobs:
environment:
IMAGE_NAME: haugene/transmission-openvpn
docker:
- image: circleci/buildpack-deps:stretch
- image: circleci/buildpack-deps:buster
steps:
- checkout
- setup_remote_docker
@ -104,7 +104,7 @@ jobs:
docker build \
-t $IMAGE_NAME:$IMAGE_TAG \
-f Dockerfile.armhf \
--build-arg base_image=balenalib/raspberrypi3-64:stretch .
--build-arg base_image=balenalib/raspberrypi3-64:buster .
- run:
name: Login to Docker Hub
command: echo $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin