Skip to content

Tags: prietyc123/odo-init-image

Tags

0.15.0

Toggle 0.15.0's commit message
updated verson to 1.0.2 (redhat-developer#48)

0.14.0

Toggle 0.14.0's commit message
Update version to 1.0.1 (redhat-developer#44)

Updates the Dockerfile to 1.0.1

0.13.1

Toggle 0.13.1's commit message
update version label to 0.13.1 (redhat-developer#41)

0.13.0

Toggle 0.13.0's commit message
set JAVA_OPTIONS (redhat-developer#38)

0.12.0

Toggle 0.12.0's commit message
add nodejs minishift images in language mapping (redhat-developer#36)

0.11.0

Toggle 0.11.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Replace dumb-init with go init (redhat-developer#35)

* Moving to use go-init instead of dumb-init

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Moving go-init out of vendor and updating Dockerfile accordingly

* Commenting out everything that has to do with dumb-init from Dockerfile

* Removing dumb-init and any remaining references

* Updating image to follow /go/src/github.com/pablo-ruth/go-init

0.10.0

Toggle 0.10.0's commit message
Use custom innerloop scripts for java and nodejs (redhat-developer#27)

* preparation for language specific scripts

* add dev-* scripts for nodejs and java

* remove ODO_DEPLOYMENT_BACKUP_DIR

* Remove custom dev-* scripts for java images

assemble and run scripts in most java images are already "innerloop friendly"

* getlanguage.go: add constants for env variables

* nodejs: enable debug by default and add hot reload support

* add dev-assemble and dev-run scripts for Java with remote debugging enabled

* small comment fix

* fix rebase errors

0.9.0

Toggle 0.9.0's commit message
Clean up naming supervisord-image -> init-image (redhat-developer#29)

* rename odo-supervisord-image to odo-init-image

* add com.redhat.component label

0.8.0

Toggle 0.8.0's commit message
not using s2i deployment dir (redhat-developer#23)

as now we are mounting s2i deployment dir as a persistent volume
we dont need to back it up

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix checks in if condition (redhat-developer#17)