Skip to content

Commit

Permalink
Merge pull request #27 from microsoft/dev/qmuntal/mariner2sudo
Browse files Browse the repository at this point in the history
Install sudo and Mariner 2 and remove FIPS variant
  • Loading branch information
qmuntal authored Oct 26, 2024
2 parents 02e8663 + dcdbc49 commit b9c607a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 52 deletions.
10 changes: 0 additions & 10 deletions images.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,11 @@ mcr.microsoft.com/microsoft-go/infra-images:azurelinux-3.0-amd64-default
mcr.microsoft.com/microsoft-go/infra-images:cbl-mariner-2.0-amd64-default
```

`cbl-mariner-2.0-amd64-fips` ([src/cbl-mariner/2.0/amd64/fips](./src/cbl-mariner/2.0/amd64/fips/Dockerfile))
```
mcr.microsoft.com/microsoft-go/infra-images:cbl-mariner-2.0-amd64-fips
```

`cbl-mariner-2.0-arm64-default` ([src/cbl-mariner/2.0/arm64/default](./src/cbl-mariner/2.0/arm64/default/Dockerfile))
```
mcr.microsoft.com/microsoft-go/infra-images:cbl-mariner-2.0-arm64-default
```

`cbl-mariner-2.0-arm64-fips` ([src/cbl-mariner/2.0/arm64/fips](./src/cbl-mariner/2.0/arm64/fips/Dockerfile))
```
mcr.microsoft.com/microsoft-go/infra-images:cbl-mariner-2.0-arm64-fips
```

`ubuntu-20.04-amd64-default` ([src/ubuntu/20.04/amd64/default](./src/ubuntu/20.04/amd64/default/Dockerfile))
```
mcr.microsoft.com/microsoft-go/infra-images:ubuntu-20.04-amd64-default
Expand Down
32 changes: 0 additions & 32 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,6 @@
}
]
},
{
"productVersion": "",
"sharedTags": {},
"platforms": [
{
"architecture": "amd64",
"dockerfile": "src/cbl-mariner/2.0/amd64/fips",
"os": "linux",
"osVersion": "2.0",
"tags": {
"cbl-mariner-2.0-amd64-fips": {},
"cbl-mariner-2.0-amd64-fips-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {}
}
}
]
},
{
"productVersion": "",
"sharedTags": {},
Expand All @@ -74,22 +58,6 @@
}
]
},
{
"productVersion": "",
"sharedTags": {},
"platforms": [
{
"architecture": "arm64",
"dockerfile": "src/cbl-mariner/2.0/arm64/fips",
"os": "linux",
"osVersion": "2.0",
"tags": {
"cbl-mariner-2.0-arm64-fips": {},
"cbl-mariner-2.0-arm64-fips-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {}
}
}
]
},
{
"productVersion": "",
"sharedTags": {},
Expand Down
2 changes: 1 addition & 1 deletion src/cbl-mariner/2.0/amd64/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN set -eux; \
iana-etc \
kernel-headers \
mercurial \
openssl-devel \
powershell \
sudo \
; \
tdnf clean all
4 changes: 0 additions & 4 deletions src/cbl-mariner/2.0/amd64/fips/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion src/cbl-mariner/2.0/arm64/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN set -eux; \
iana-etc \
kernel-headers \
mercurial \
openssl-devel \
powershell \
sudo \
; \
tdnf clean all
4 changes: 0 additions & 4 deletions src/cbl-mariner/2.0/arm64/fips/Dockerfile

This file was deleted.

0 comments on commit b9c607a

Please sign in to comment.