Skip to content

Commit

Permalink
Update Base to Alpine 3.10 (#52)
Browse files Browse the repository at this point in the history
* Update Base to Alpine 3.10

* Update azure-pipelines.yml

* Update Dockerfile
  • Loading branch information
pvizeli authored Jul 11, 2019
1 parent cc17791 commit 05146e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ pr:

variables:
- name: basePythonTag
value: '3.7-alpine3.9'
value: '3.7-alpine3.10'
- name: versionHadolint
value: 'v1.16.3'
- name: versionShellCheck
value: 'v0.6.0'
- name: versionBuilder
value: '4.2'
value: '5.1'
- group: docker

jobs:

- job: 'Hadolint'
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-latest'
steps:
- script: sudo docker pull hadolint/hadolint:$(versionHadolint)
displayName: 'Install Hadolint'
Expand All @@ -47,7 +47,7 @@ jobs:
- job: 'ShellCheck'
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-latest'
steps:
- script: sudo docker pull koalaman/shellcheck:$(versionShellCheck)
displayName: 'Install ShellCheck'
Expand All @@ -64,7 +64,7 @@ jobs:
- 'Hadolint'
- 'ShellCheck'
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-latest'
steps:
- script: sudo docker login -u $(dockerUser) -p $(dockerPassword)
displayName: 'Docker hub login'
Expand All @@ -86,7 +86,7 @@ jobs:
- 'ShellCheck'
timeoutInMinutes: 360
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-latest'
strategy:
maxParallel: 3
matrix:
Expand Down
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ${BUILD_FROM}

# Add Hass.io wheels repository
ARG BUILD_ARCH
ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.9/${BUILD_ARCH}/
ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.10/${BUILD_ARCH}/

####
# Install core
Expand Down

0 comments on commit 05146e7

Please sign in to comment.