Skip to content

Commit 6cd69c3

Browse files
committed
init sdk-2026.1.23963
1 parent ca5312e commit 6cd69c3

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,17 @@ jobs:
1818
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
1919
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
2020
# these should be set in the repository secrets
21-
GOOGLE_DRIVEID_AEM: ${{ secrets.GOOGLE_DRIVEID_SDK_2025_7_21644 }}
22-
GOOGLE_DRIVEID_AEM_FORMS: ${{ secrets.GOOGLE_DRIVEID_AEM_FORMS_2025_06_11 }}
21+
GOOGLE_DRIVEID_AEM: ${{ secrets.GOOGLE_DRIVEID_SDK_2026_1_23963 }}
22+
GOOGLE_DRIVEID_AEM_FORMS: ${{ secrets.GOOGLE_DRIVEID_AEM_FORMS_2025_12_15 }}
23+
GOOGLE_DRIVEID_CIF_AUTHOR: ${{ secrets.GOOGLE_DRIVEID_AEM_CIF_AUTHOR_2025_12_04_00 }}
24+
GOOGLE_DRIVEID_CIF_PUBLISH: ${{ secrets.GOOGLE_DRIVEID_AEM_CIF_PUBLISH_2025_12_04_00 }}
2325

2426
# this will be used as a label for the docker image
25-
DOCKER_IMAGE_VERSION: "2025.7.21644.20250718T154700Z"
26-
GOOGLE_DRIVEID_AEM_VERSION: "aem-sdk-quickstart-2025.7.21644.20250718T154700Z-250600"
27-
GOOGLE_FORMS_PACKAGE_NAME: "aem-forms-addon-2025.06.11.02-250600.far"
28-
GOOGLE_CIF_AUTHOR_PACKAGE_NAME: "cif-cloud-ready-feature-pkg-2025.07.22.00-cq-commerce-addon-authorfar.far"
29-
GOOGLE_CIF_PUBLISH_PACKAGE_NAME: "cif-cloud-ready-feature-pkg-2025.07.22.00-cq-commerce-addon-publishfar.far"
27+
DOCKER_IMAGE_VERSION: "2026.1.23963.20260108T001551Z-260100"
28+
GOOGLE_DRIVEID_AEM_VERSION: "aem-sdk-quickstart-2026.1.23963.20260108T001551Z-260100"
29+
GOOGLE_FORMS_PACKAGE_NAME: "aem-forms-addon-2025.12.15.00-260100.far"
30+
GOOGLE_CIF_AUTHOR_PACKAGE_NAME: "cif-cloud-ready-feature-pkg-2025.12.04.00-cq-commerce-addon-authorfar.far"
31+
GOOGLE_CIF_PUBLISH_PACKAGE_NAME: "cif-cloud-ready-feature-pkg-2025.12.04.00-cq-commerce-addon-publishfar.far"
3032

3133
CREDS_ADOBE: ${{ secrets.CREDS_ADOBE }}
3234
PACKAGE_PATH: "./packages"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## AEM SDK
22

3-
[![build_status](https://github.com/aem-design/docker-aem/workflows/build/badge.svg?branch=sdk-2025.7.21644)](https://github.com/aem-design/docker-aem/actions?query=workflow%3Abuild+branch%3Asdk-2025.7.21644)
3+
[![build_status](https://github.com/aem-design/docker-aem/workflows/build/badge.svg?branch=sdk-2026.1.23963)](https://github.com/aem-design/docker-aem/actions?query=workflow%3Abuild+branch%3Asdk-2026.1.23963)
44
[![github license](https://img.shields.io/github/license/aem-design/aem)](https://github.com/aem-design/aem)
55
[![github issues](https://img.shields.io/github/issues/aem-design/aem)](https://github.com/aem-design/aem)
66
[![github last commit](https://img.shields.io/github/last-commit/aem-design/aem)](https://github.com/aem-design/aem)
@@ -24,7 +24,7 @@ Images are available on both registries:
2424
### Tags
2525

2626
- `latest` - Latest build from master branch
27-
- `sdk-2025.7.21644` - Current SDK version branch
27+
- `sdk-2026.1.23963` - Current SDK version branch
2828
- Version tags (pushed when git tags are created)
2929

3030
### AEM Version
@@ -84,7 +84,7 @@ Following bundles are added to container
8484
To start author run the following:
8585

8686
```bash
87-
docker run --name author-sdk-2025-7-21644 -e "TZ=Australia/Sydney" -e "AEM_RUNMODE=-Dsling.run.modes=author,crx3,crx3tar,localdev" -e "AEM_JVM_OPTS=-server -Xms248m -Xmx1524m -XX:MaxDirectMemorySize=256M -XX:+CMSClassUnloadingEnabled -Djava.awt.headless=true -Dorg.apache.felix.http.host=0.0.0.0 -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=58242,suspend=n -XX:+UseParallelGC --add-opens=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED --add-opens=java.base/sun.net.www.protocol.jrt=ALL-UNNAMED --add-opens=java.naming/javax.naming.spi=ALL-UNNAMED --add-opens=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED -Dnashorn.args=--no-deprecation-warning" -p4502:8080 -p30303:58242 -d aemdesign/aem:sdk-2025.7.21644
87+
docker run --name author-sdk-2025-7-21644 -e "TZ=Australia/Sydney" -e "AEM_RUNMODE=-Dsling.run.modes=author,crx3,crx3tar,localdev" -e "AEM_JVM_OPTS=-server -Xms248m -Xmx1524m -XX:MaxDirectMemorySize=256M -XX:+CMSClassUnloadingEnabled -Djava.awt.headless=true -Dorg.apache.felix.http.host=0.0.0.0 -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=58242,suspend=n -XX:+UseParallelGC --add-opens=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED --add-opens=java.base/sun.net.www.protocol.jrt=ALL-UNNAMED --add-opens=java.naming/javax.naming.spi=ALL-UNNAMED --add-opens=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED -Dnashorn.args=--no-deprecation-warning" -p4502:8080 -p30303:58242 -d aemdesign/aem:sdk-2026.1.23963
8888
```
8989

9090
## Development
@@ -170,8 +170,8 @@ See full documentation: `Get-Help .\get-action-logs.ps1 -Full`
170170

171171
```bash
172172
# Tag the commit
173-
git tag sdk-2025.7.21644-v1
174-
git push origin sdk-2025.7.21644-v1
173+
git tag sdk-2026.1.23963-v1
174+
git push origin sdk-2026.1.23963-v1
175175
```
176176

177177
This will automatically build and push versioned Docker images to both registries.

0 commit comments

Comments
 (0)