IDE Docker image to test IDE. Contains: shpec+docker daemon+docker-compose+bats. Ubuntu based.
1.5K
An ide docker image to test ide.
It has installed:
Example Idefile:
IDE_DOCKER_IMAGE="xmik/ideide:3.0.2"
# --privileged is for docker daemon
IDE_DOCKER_OPTIONS="--privileged"
Example Idefile:
IDE_DOCKER_IMAGE="xmik/ideide-alpine:3.0.2"
# --privileged is for docker daemon
IDE_DOCKER_OPTIONS="--privileged"
Current directory in docker container is /ide/work and docker daemon
is running. Example commands:
$ ide shpec
$ ide docker ps -a
$ ide docker-compose --version
$ ide bats --version
Those files are used inside ideide docker image:
~/.ssh/config -- will be generated on docker container start~/.ssh/id_rsa -- if exists locally, will be copied~/.gitconfig -- if exists locally, will be copied./tasks build./tasks itest./tasks build_alpine./tasks itest_alpineThen:
./tasks bump to bump the patch version fragment by 1 OR./tasks bump 1.2.3 to bump to a particular version
Version is bumped in Changelog, variables.sh file and OVersion backend.Content type
Image
Digest
Size
132.1 MB
Last updated
almost 8 years ago
docker pull xmik/ideide