Update ARM64 image to use Buster as its base image

This commit is contained in:
Nick Danyluk 2020-09-02 12:23:51 -04:00 committed by GitHub
parent f45599f29f
commit ead2d21c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ jobs:
environment:
IMAGE_NAME: haugene/transmission-openvpn
docker:
- image: circleci/buildpack-deps:stretch
- image: circleci/buildpack-deps:buster
steps:
- checkout
- setup_remote_docker
@ -132,7 +132,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