This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
gogs
/
spring-asciidoctor-backends
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
dependabot/npm_and_yarn/decode-uri-component-0.2.2
Ramos
Etiquetas
dependabot/npm_and_yarn/decode-uri-component-0.2.2
dependabot/npm_and_yarn/json5-2.2.3
dependabot/npm_and_yarn/minimist-1.2.6
dependabot/npm_and_yarn/postcss-8.4.31
dependabot/npm_and_yarn/stylelint-15.10.1
dependabot/npm_and_yarn/word-wrap-1.2.4
main
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
v0.0.1-M1
spring-ascii...
/
ci
/
images
Phillip Webb
5565cce609
Add CI pipeline
há 3 anos atrás
..
ci-image
5565cce609
Add CI pipeline
há 3 anos atrás
README.adoc
5565cce609
Add CI pipeline
há 3 anos atrás
docker-lib.sh
5565cce609
Add CI pipeline
há 3 anos atrás
get-docker-url.sh
5565cce609
Add CI pipeline
há 3 anos atrás
get-jdk-url.sh
5565cce609
Add CI pipeline
há 3 anos atrás
setup.sh
5565cce609
Add CI pipeline
há 3 anos atrás
README.adoc
== CI Images
These images are used by CI to run the actual builds.
To build the image locally run the following from this directory:
----
$ docker build --no-cache -f /Dockerfile .
----
For example
----
$ docker build --no-cache -f ci-image/Dockerfile .
----
To test run:
----
$ docker run -it --entrypoint /bin/bash ✈
----