All Projects → apify → apify-actor-docker

apify / apify-actor-docker

Licence: Apache-2.0 license
Base Docker images for Apify actors.

Programming Languages

Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
python
139335 projects - #7 most used programming language

Apify base Docker images

Release Status

Public Docker images for Apify Actor serverless platform (https://docs.apify.com/actor)

The sources for the images are present in subdirectories that are named as the corresponding Docker image. For example, the node-basic directory corresponds to the apify/actor-node-basic Docker image.

The images are using the following tags:

Tag Description
latest Well-tested production version of the image.
beta Development version of the image.

Maintenance

In order to build and publish a new version of the Docker images, open the Actions tab and find the Release Images workflow. You can then run the workflow by providing the following inputs:

  • A tag, which will be used to tag the image in DockerHub. Typically beta or latest.
  • A version of the apify package that should be pre-installed in the images.
  • A version of the puppeteer package that should be pre-installed in the images that use Puppeteer.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].