You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-14
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
Dockerfiles for different GCC and Clang compiler versions.
11
11
You can use these images directly in your project or with the [conan-package-tools project](https://github.com/conan-io/conan-package-tools).
12
12
13
+
### Note about Conan Docker Tools
14
+
13
15
> :warning:**Warning:**
14
16
The images listed below are intended for **generating open-source library packages** and we cannot guarantee any kind of stability. We strongly recommend using your own generated images for production environments taking the dockerfiles in this repository as a reference.
15
17
@@ -26,26 +28,15 @@ $ docker run -it conanio/gcc11-ubuntu16.04:2.2.2
26
28
27
29
### Storage and availability
28
30
29
-
First, check what images are still maintained in the [legacy](legacy/README.md#official-docker-images) and [modern](modern/README.md#official-docker-images) folder.
All public images are stored in the Docker Hub under the `conanio` organization. You can find them [here](https://hub.docker.com/r/conanio/).
32
34
33
35
Also, there is a copy for each image used internally by ConanCenterIndexCI. These images are private and consumed by the Jenkins server. It keeps the images up-to-date, avoiding the Docker Hub rate limit and network delays.
34
36
35
-
### Legacy and Modern images
36
-
37
-
There are two main folders which store our Dockerfiles [legacy](legacy/) and [modern](modern/).
38
-
39
-
#### Legacy
40
-
41
-
As the name suggests, they are our legacy, a few images are still used by Conan Center, and all of them are superseded by the Moderns images.
42
-
Please, read the table below to understand which images are still maintained. All images produced by legacy only contain the compiler name, version, and arch, e.g. `conanio/gcc10`, `conan/gcc7-armv7hf`
43
-
Also, all non-x64 images are no longer supported. Because we do not use them on Conan Center, we do not have maintainers/experts enough to keep them, and we have only a few users looking for them.
44
-
For personal projects, avoid the legacy folder.
45
-
46
-
#### Modern
37
+
#### Images
47
38
48
-
The Modern folder stores our new design, re-using the same Dockerfile for any compiler version. Consider this folder for new projects, as we will maintain it for a long period. All images generated by modern design are named using the compiler name, version, distro and its version, e.g. `conanio/gcc11-ubuntu16.04`. Only x64 is supported. Please, read the issue [#205](https://github.com/conan-io/conan-docker-tools/issues/205) to obtain more information about our decision related to design, distro version, glibc support, system package and compilers.
39
+
The images folder stores our new design, re-using the same Dockerfile for any compiler version. Consider this folder for new projects, as we will maintain it for a long period. All images generated by modern design are named using the compiler name, version, distro and its version, e.g. `conanio/gcc11-ubuntu16.04`. Only x64 is supported. Please, read the issue [#205](https://github.com/conan-io/conan-docker-tools/issues/205) to obtain more information about our decision related to design, distro version, glibc support, system package and compilers.
0 commit comments