Sign inSign up

ceylon/ceylon-publish

By ceylon

Updated about 9 years ago

Image used to publish the official Ceylon distribution to a Herd server

Image
0

1.1K

ceylon/ceylon-publish repository overview

Publishing a Ceylon distribution

This Docker images is meant for publishing the modules that make up an official Ceylon distribution to a Herd server.

The following images/tags are available:

To run the build perform the following steps:

  1. First make sure you have built the Ceylon ZIP file. The name of the ZIP file will be ceylon-VERSION.zip where VERSION is a number that will be used as an argument in step 3.
  2. docker pull ceylon/ceylon-publish:latest
  3. `docker run -ti --rm -v /tmp/ceylon:/output ceylon/ceylon-publish:latest 1.2.1 "http://localhost:9000/uploads/2/repo/" admin admin

This assumes that your Herd server is running locally on port 9000 and that the user admin (with password admin) has previously prepared a new upload and was given the above mentioned URL.

Tag summary

Content type

Image

Digest

Size

230.6 MB

Last updated

about 9 years ago

docker pull ceylon/ceylon-publish