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
set "OPTIONAL_CMAKE_ARGS=%OPTIONAL_CMAKE_ARGS% -DArrow_DIR=C:\dev\vcpkg\packages\arrow_x64-windows-static\share\arrow -DParquet_DIR=C:\dev\vcpkg\packages\arrow_x64-windows-static\share\parquet" `
Containers are "staged" prior to release in the following ways to `ghcr.io`:
93
-
*`ghcr.io/fluent/fluent-bit` - official releases, identical to DockerHub
94
-
*`ghcr.io/fluent/fluent-bit/staging` - all architectures staging images used for testing prior to release
95
-
*`ghcr.io/fluent/fluent-bit/master` - x86_64/AMD64 only images built on each push to master, used for integration tests
96
-
*`ghcr.io/fluent/fluent-bit/pr-X` - x86_64/AMD64 only PR images where `X` is the PR number
115
+
116
+
-`ghcr.io/fluent/fluent-bit` - official releases, identical to DockerHub
117
+
-`ghcr.io/fluent/fluent-bit/staging` - all architectures staging images used for testing prior to release
118
+
-`ghcr.io/fluent/fluent-bit/master` - x86_64/AMD64 only images built on each push to master, used for integration tests
119
+
-`ghcr.io/fluent/fluent-bit/pr-X` - x86_64/AMD64 only PR images where `X` is the PR number
97
120
98
121
## Windows
99
122
@@ -109,20 +132,34 @@ More information is available at:
109
132
In addition, metadata as defined in OCI image spec annotations, is leveraged in the generated image. This is the reason for the additional `--build-arg` parameters.
0 commit comments