Logo
Explore Help
Sign In
xuemingqiang/mongo
1
0
Fork 0
You've already forked mongo
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
36635c8c4bb018b4e677c331b9c608564ad37301
mongo/bazel/remote_execution_container/amazon_linux_2023/dockerfile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
227 B
Plaintext
Raw Normal View History

SERVER-86660 Switch Bazel to use amazonlinux based remote execution container (#19006) GitOrigin-RevId: 1908ec359588923d695ff4c0c3342951e68daeec
2024-02-15 19:09:33 -08:00
# Image used by bazel remote execution hosts.
SERVER-87113 Use a distro-specific toolchains and remote execution containers in Bazel (#19443) GitOrigin-RevId: e57947dd993d10e0fda117ef587c3041edf2a342
2024-02-29 13:14:35 -08:00
FROM amazonlinux:2023
SERVER-86660 Switch Bazel to use amazonlinux based remote execution container (#19006) GitOrigin-RevId: 1908ec359588923d695ff4c0c3342951e68daeec
2024-02-15 19:09:33 -08:00
# glibc-devel is required for headers, libzstd is required by gcc.
SERVER-91561 Add mongo/config.h post-execution validator (#25322) GitOrigin-RevId: 0250e8279b3e0df3ca2c962b69a9f92646c07429
2024-07-31 18:03:06 -07:00
RUN yum -y install \
glibc-devel \
libzstd \
openssl-devel
SERVER-86660 Switch Bazel to use amazonlinux based remote execution container (#19006) GitOrigin-RevId: 1908ec359588923d695ff4c0c3342951e68daeec
2024-02-15 19:09:33 -08:00
CMD ["/bin/bash"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 1008ms Template: 32ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API