Skip to content

Commit e7cb6cf

Browse files
committed
update the base image of the container to fix CVEs
Signed-off-by: Humble Chirammal <[email protected]>
1 parent f532384 commit e7cb6cf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+16017
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.0.0
15+
FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.2.0
1616

1717
RUN apt update && apt-mark unhold libcap2
1818
RUN clean-install ca-certificates mount
1919
# install updated packages to fix CVE issues
20-
RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libgmp10
20+
RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libgmp10
21+
RUN apt update
22+
2123

2224
# Copy iscsiplugin.sh
2325
COPY iscsiplugin.sh /iscsiplugin.sh

vendor/github.com/prometheus/client_golang/prometheus/build_info_collector.go

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/client_golang/prometheus/get_pid.go

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/client_golang/prometheus/get_pid_gopherjs.go

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/client_golang/prometheus/go_collector_go116.go

Lines changed: 122 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)