mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-09-02 20:31:45 +02:00
Update ARM64 image to use Buster as its base image
This commit is contained in:
parent
f45599f29f
commit
ead2d21c96
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user