File tree Expand file tree Collapse file tree 11 files changed +15
-49
lines changed Expand file tree Collapse file tree 11 files changed +15
-49
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ update_configs:
8
8
update_schedule : " weekly"
9
9
10
10
- package_manager : " docker"
11
- directory : " /release/preview/alpine311/dependabot "
11
+ directory : " /release/preview/alpine311/docker "
12
12
update_schedule : " weekly"
13
13
14
14
- package_manager : " docker"
@@ -24,7 +24,7 @@ update_configs:
24
24
update_schedule : " weekly"
25
25
26
26
- package_manager : " docker"
27
- directory : " /release/preview/fedora/dependabot "
27
+ directory : " /release/preview/fedora/docker "
28
28
update_schedule : " weekly"
29
29
30
30
- package_manager : " docker"
Original file line number Diff line number Diff line change 1
1
# Copyright (c) Microsoft Corporation. All rights reserved.
2
2
# Licensed under the MIT License.
3
3
4
- ARG fromTag=bionic
5
- ARG imageRepo=arm32v7/ubuntu
6
-
7
- FROM ${imageRepo}:${fromTag} AS installer-env
4
+ FROM arm32v7/ubuntu:bionic AS installer-env
8
5
9
6
ARG PS_VERSION=6.2.3
10
7
ENV PS_PACKAGE=powershell-${PS_VERSION}-linux-arm32.tar.gz
@@ -39,7 +36,7 @@ RUN ls -l /tmp/powershell.tar.gz
39
36
# Unzip the Linux tar.gz
40
37
RUN tar zxf /tmp/powershell.tar.gz -C ${PS_INSTALL_FOLDER}
41
38
42
- FROM ${imageRepo}:${fromTag} AS final-image
39
+ FROM arm32v7/ubuntu:bionic AS final-image
43
40
44
41
# Define Args and Env needed to create links
45
42
ARG PS_INSTALL_VERSION=7-preview
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
" #psversion#-arm32v7-ubuntu-#tag#" ,
11
11
" preview-arm32v7-ubuntu-#shorttag#"
12
12
],
13
+ "shortTags" : [
14
+ {"Tag" : " bionic" }
15
+ ],
13
16
"TestProperties" : {
14
17
"size" : 550 ,
15
18
"Arm32" : true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # Docker image file that describes Fedora 28 image with PowerShell installed from Microsoft YUM Repo
2
- ARG fromTag=28
3
- ARG imageRepo=fedora
1
+ # Docker image file that describes Fedora 31 image with PowerShell installed from Microsoft YUM Repo
4
2
5
- FROM ${imageRepo}:${fromTag} AS installer-env
3
+ FROM fedora:31 AS installer-env
6
4
7
5
ARG PS_VERSION=7.0.0-preview.1
8
6
ARG PACKAGE_VERSION=7.0.0_preview.1
9
7
ARG PS_PACKAGE=powershell-preview-${PACKAGE_VERSION}-1.rhel.7.x86_64.rpm
10
8
ARG PS_PACKAGE_URL=https://github.com/PowerShell/PowerShell/releases/download/v${PS_VERSION}/${PS_PACKAGE}
11
9
12
- ARG fromTag=28
13
10
14
11
# Define ENVs for Localization/Globalization
15
12
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \
16
13
LC_ALL=en_US.UTF-8 \
17
14
LANG=en_US.UTF-8 \
18
15
# set a fixed location for the Module analysis cache
19
16
PSModuleAnalysisCachePath=/var/cache/microsoft/powershell/PSModuleAnalysisCache/ModuleAnalysisCache \
20
- POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-Fedora-${fromTag}
17
+ POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-Fedora-31
21
18
22
19
# Install dependencies and clean up
23
20
RUN curl -sSL ${PS_PACKAGE_URL} -o /tmp/powershell.rpm \
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
"IsLinux" : true ,
3
3
"UseLinuxVersion" : false ,
4
4
"PackageFormat" : " powershell${previewTag}-${PS_VERSION}-1.rhel.7.x86_64.rpm" ,
5
- "osVersion" : " Fedora" ,
5
+ "osVersion" : " Fedora 31 " ,
6
6
"SkipGssNtlmSspTests" : false ,
7
7
"tagTemplates" : [
8
8
" #psversion#-fedora-#tag#" ,
9
9
" preview-fedora-#shorttag#"
10
10
],
11
+ "shortTags" : [
12
+ {"Tag" : " 31" }
13
+ ],
11
14
"SubImage" : " test-deps" ,
12
15
"TestProperties" : {
13
16
"size" : 632
Original file line number Diff line number Diff line change 1
1
{
2
2
"IsLinux" : true ,
3
3
"UseLinuxVersion" : false ,
4
- "osVersion" : " Fedora ${fromTag} " ,
4
+ "osVersion" : " Fedora 31 " ,
5
5
"SkipGssNtlmSspTests" : false ,
6
6
"tagTemplates" : [
7
7
" #tag#"
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments