Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.demo
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:26.0.0.1-kernel-slim-java8-ibmjava-ubi as runtime
FROM icr.io/appcafe/open-liberty:26.0.0.2-kernel-slim-java8-ibmjava-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.draft
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:26.0.0.1-kernel-slim-java8-ibmjava-ubi as runtime
FROM icr.io/appcafe/open-liberty:26.0.0.2-kernel-slim-java8-ibmjava-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ COPY --from=docs --chown=1001:0 /temp-docs/docs /target/openliberty-website-1.0-
#
#
#
FROM icr.io/appcafe/open-liberty:26.0.0.1-kernel-slim-java8-ibmjava-ubi as runtime
FROM icr.io/appcafe/open-liberty:26.0.0.2-kernel-slim-java8-ibmjava-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.staging
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ COPY --from=docs --chown=1001:0 /temp-docs/docs /target/openliberty-website-1.0-
#
#
#
FROM icr.io/appcafe/open-liberty:26.0.0.1-kernel-slim-java8-ibmjava-ubi as runtime
FROM icr.io/appcafe/open-liberty:26.0.0.2-kernel-slim-java8-ibmjava-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/blogs/Dockerfile.blogs.draft
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:26.0.0.1-kernel-slim-java8-ibmjava-ubi as runtime
FROM icr.io/appcafe/open-liberty:26.0.0.2-kernel-slim-java8-ibmjava-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/blogs/Dockerfile.blogs.staging
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:26.0.0.1-kernel-slim-java8-ibmjava-ubi as runtime
FROM icr.io/appcafe/open-liberty:26.0.0.2-kernel-slim-java8-ibmjava-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/certifications/Dockerfile.certifications.draft
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:26.0.0.1-kernel-slim-java8-ibmjava-ubi as runtime
FROM icr.io/appcafe/open-liberty:26.0.0.2-kernel-slim-java8-ibmjava-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/certifications/Dockerfile.certifications.staging
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:26.0.0.1-kernel-slim-java8-ibmjava-ubi as runtime
FROM icr.io/appcafe/open-liberty:26.0.0.2-kernel-slim-java8-ibmjava-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/docs/Dockerfile.docs.draft
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:26.0.0.1-kernel-slim-java8-ibmjava-ubi as runtime
FROM icr.io/appcafe/open-liberty:26.0.0.2-kernel-slim-java8-ibmjava-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/docs/Dockerfile.docs.staging
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:26.0.0.1-kernel-slim-java8-ibmjava-ubi as runtime
FROM icr.io/appcafe/open-liberty:26.0.0.2-kernel-slim-java8-ibmjava-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/guides/Dockerfile.guides.draft
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:26.0.0.1-kernel-slim-java8-ibmjava-ubi as runtime
FROM icr.io/appcafe/open-liberty:26.0.0.2-kernel-slim-java8-ibmjava-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/guides/Dockerfile.guides.staging
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:26.0.0.1-kernel-slim-java8-ibmjava-ubi as runtime
FROM icr.io/appcafe/open-liberty:26.0.0.2-kernel-slim-java8-ibmjava-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/ui-only/Dockerfile.ui-only
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:26.0.0.1-kernel-slim-java8-ibmjava-ubi as runtime
FROM icr.io/appcafe/open-liberty:26.0.0.2-kernel-slim-java8-ibmjava-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
Expand Down
4 changes: 2 additions & 2 deletions src/main/content/_assets/css/coderay-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; }
.CodeRay .predefined-type { color:#566D17; font-weight:500 }
.CodeRay .preprocessor { color:#517394 }
.CodeRay .pseudo-class { color:#00C; font-weight:500 }
.CodeRay .reserved { color:#080; font-weight:500 }
.CodeRay .reserved { color:#006600; font-weight:500 }
.CodeRay .shell { background-color:hsla(120,100%,50%,0.06); }
.CodeRay .shell .content { color:#2B2 }
.CodeRay .shell .delimiter { color:#161 }
Expand All @@ -147,7 +147,7 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; }
.CodeRay .symbol .delimiter { color:#740 }
.CodeRay .tag { color:#070; font-weight:500 }
.CodeRay .type { color:#332C9A; font-weight:500 }
.CodeRay .value { color: #088 }
.CodeRay .value { color: #006666 }
.CodeRay .variable { color:#037 }

.CodeRay .insert { background: hsla(120,100%,50%,0.12) }
Expand Down
4 changes: 2 additions & 2 deletions src/main/content/_assets/css/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ body {

#article_body a{
font-weight: 500;
color: #546FB5;
color: #0d47a1;
transition: color .2s;

&:hover {
color: #6787D9;
color: #0d47a1;
}
}
#article_body a.external {
Expand Down
26 changes: 23 additions & 3 deletions src/main/content/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,35 @@
</body>
<script>
document.addEventListener('DOMContentLoaded', () => {

document.querySelectorAll('pre[tabindex="0"]').forEach(el => el.removeAttribute('tabindex'));

// Fix IBM consent banner role - it's injected by ibm-common.js with role="banner"
// Use MutationObserver to catch it when it's added to the DOM
const observer = new MutationObserver((mutations) => {
const consentBar = document.getElementById('consent_blackbar');
if (consentBar && consentBar.getAttribute('role') === 'banner') {
consentBar.setAttribute('role', 'complementary');
consentBar.setAttribute('aria-label', 'Cookie consent');
observer.disconnect(); // Stop observing once fixed
}
});

// Start observing the document body for added nodes
observer.observe(document.body, { childList: true, subtree: true });

});
</script>
<script>
document.addEventListener('DOMContentLoaded', function() {
const tables = document.querySelectorAll('.admonitionblock table, .colist table');
tables.forEach(table => {
// Fix accessibility for ALL tables without headers
const allTables = document.querySelectorAll('table');
allTables.forEach(table => {
if (!table.hasAttribute('role')) {
table.setAttribute('role', 'none');
const hasHeaders = table.querySelector('th');
if (!hasHeaders) {
table.setAttribute('role', 'presentation');
}
}
});
});
Expand Down
86 changes: 73 additions & 13 deletions src/main/content/antora_ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.