Dockerfilede ejemplo # Container image that runs your codeFROMdebian:9.5-slim# Copies your code file from your action repository to the filesystem path `/` of the containerCOPYentrypoint.sh /entrypoint.sh# Executes `entrypoint.sh` when the Docker container starts upENTRYP...
FolderPathQueryOrder FolderQueryOrder FoldingMarkers FoldingRules Horquillas FormattedEventMessage FormLayout FormLayout FrameworkIdentityInfo FrameworkIdentityType FunctionCoverage FunctionCoverage2 GalleryRestClient GatedCheckInTrigger GatesDeploymentInput GatesDeployPhase GateStatus GateUpdateMetadata GeneratedNotification...
Por ejemplo: --start-range=0, --end-range=511 descargará los primeros 512 bytes del archivo. --file-endpoint Punto de conexión de servicio de datos de almacenamiento. Debe usarse junto con una clave de cuenta de almacenamiento o un token de SAS. Puede encontrar cada punto de conexión ...
Por ejemplo: Copiar sudo mount -t oci-fss 10.x.x.x:/fs-export-path /mnt/yourmountpointReemplace 10.x.x.x: por la dirección IP de subred local asignada al destino de montaje, fs-export-path por la ruta de exportación especificada al asociar el sistema de archivos al destino de...
Dockerfile de ejemplo # Container image that runs your code FROM debian:9.5-slim # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh # Executes `entrypoint.sh` when the Docker container sta...
Por ejemplo, python o ruby. Utiliza una etiqueta de versión si es que existe, preferentemente con una versión mayor. Por ejemplo, use node:10 en lugar de node:latest. Se recomienda usar imágenes de Docker basadas en el sistema operativo Debian. WORKDIR GitHub est...
Get file metadata This operation retrieves file metadata using file id. Get file metadata using path This operation retrieves file metadata using path. List files This operation lists files in a folder. Update file This operation updates a file in Azure File Storage.Copy...
Dockerfilede ejemplo # Container image that runs your codeFROMdebian:9.5-slim# Copies your code file from your action repository to the filesystem path `/` of the containerCOPYentrypoint.sh /entrypoint.sh# Executes `entrypoint.sh` when the Docker container starts upENTRYPOINT["/entrypoi...
Dockerfilede ejemplo # Container image that runs your codeFROMdebian:9.5-slim# Copies your code file from your action repository to the filesystem path `/` of the containerCOPYentrypoint.sh /entrypoint.sh# Executes `entrypoint.sh` when the Docker container starts upENTRYP...
Dockerfile de ejemplo # Container image that runs your code FROM debian:9.5-slim # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh # Executes `entrypoint.sh` when the Docker container starts up ENTRYPOINT...