Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions toolkit/scripts/toolchain/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"Type": "DockerImage",
"DockerImage": {
"Name": "mcr.microsoft.com/cbl-mariner/base/core",
"Digest": "sha256:0a92146c52c59d25475e93d2acb0d7011af9411a57e237750eee7dd7c4fbbe59",
"Tag": "1.0.20220226"
"Digest": "sha256:c159685dca0d770885dbdbe3b39a43537acaba2d61c3c08a86b975b77f87155e",
"Tag": "2.0.20230609"
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion toolkit/scripts/toolchain/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Dockerfile to Mariner toolchain from scratch
#
FROM mcr.microsoft.com/cbl-mariner/base/core:1.0.20220226
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20230609

# Tag the layers so we can clean up all the containers associated with a build directory
ARG MARINER_BUILD_DIR
Expand Down Expand Up @@ -34,6 +34,7 @@ RUN tdnf install -y \
perl \
rpm \
sudo \
tar \
texinfo \
unzip \
vim \
Expand Down