-
We should also store the Git `revision` in BuildRun status so that the end user can know which commit he used to build image.
There are two options:
- Add a new item to show the revision directly,…
-
It seems to me that Appsody has two major goals:
a) Provide a way for Architects to create an image (an Appsody Stack) that defines a set of technologies (pinned to specific versions) that enable A…
-
In order to workaround https://github.com/fabric8io-images/s2i/issues/12 I tried to provide custom s2i scripts in OSE 3.2 by placing assemble and run scripts into .s2i/bin.
However, there seem to be …
-
Wildfly now has features such as the Keycloak SAML Adapter which are only available as Galleon layers (see https://docs.wildfly.org/32/WildFly_Elytron_Security.html#Keycloak_SAML_Integration). As it i…
-
The `quay.io/halkyonio/hal-maven-jdk` image uses has its own `build` and `run` scripts, which are quite simplistic. Building a Maven project in a generic fashion, as well as running an uberjar in a co…
-
I start with [this image source](https://github.com/jboss-container-images/redhat-openjdk-18-openshift-image/) and I modify a test to use a new step, like so
```
- Then s2i build log should con…
-
It could be neat to have a small self contained "self test" (and a CI with it, e.g. Travis, for all PRs) like:
docker build -t fabric8/s2i-java:latest
s2i build s2i-java-example fabric8/s2…
-
I'm trying to deploy the dpdk demo stuff in my cluster and the build logs show some errors:
```
Storing signatures
Generating dockerfile with builder image quay.io/schseba/dpdk-s2i-base:ds
STEP …
-
I am using the this as a s2i builder image for Tekton pipelines. However at the moment post npm install it is failing after it prints out npm aduit message with high vulnerability. Is that the case ? …
-
S2I can perform incremental builds, which means it reuses artifacts from previously-built images. This helps to reduce the build time of the application post the first build. For the first build proce…