Skip to content

Commit

Permalink
fix(docker): edk2-stable202408 missing submodule
Browse files Browse the repository at this point in the history
- also fix possibly broken docker arguments

Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
  • Loading branch information
AtomicFS committed Nov 7, 2024
1 parent b023bf9 commit 33821f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ services:
- INTERMEDIATE_IMAGE=universalpayload
- GCC_VERSION=9
- PYTHON_PACKAGES=python-is-python3 python2 python3
edk2-stable202408:
edk2-stable202408.01:
build:
context: edk2
args:
- EDK2_VERSION=edk2-stable202408
- EDK2_VERSION_COMMIT=b158dad150bf02879668f72ce306445250838201
- EDK2_VERSION=edk2-stable202408.01
- EDK2_VERSION_COMMIT=4dfdca63a93497203f197ec98ba20e2327e4afe4
- SOURCE_IMAGE=buildpack-deps:noble
- EDK2_PLATFORM_COMMIT=8676e88233d41323ed3b3a9087288e83cc87ebf7
- EDK2_NON_OSI_COMMIT=4e36179c55f49a73fe4805baa2b5f9fdd0a07a67
Expand Down
4 changes: 4 additions & 0 deletions docker/edk2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ FROM ${SOURCE_IMAGE} AS base
ARG TARGETARCH

ARG EDK2_VERSION=edk2-stable202008
ENV EDK2_VERSION=$EDK2_VERSION
ARG EDK2_VERSION_COMMIT=06dc822d045c2bb42e497487935485302486e151
ENV EDK2_VERSION_COMMIT=$EDK2_VERSION_COMMIT
ARG EDK2_PLATFORM_COMMIT=7093026e924291b9e9f6f5211a052c6a761a4704
ENV EDK2_PLATFORM_COMMIT=$EDK2_PLATFORM_COMMIT
ARG EDK2_NON_OSI_COMMIT=4f88718028316aee31cb577f7127d5706255722d
ENV EDK2_NON_OSI_COMMIT=$EDK2_NON_OSI_COMMIT

ARG GCC_VERSION=9
ENV GCC_VERSION=$GCC_VERSION
Expand Down

0 comments on commit 33821f2

Please sign in to comment.