A work in progress image. Use it at your own risks for now.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Clément FRÉVILLE 34591a4d6c
Drop container name length check
2 years ago
src Drop container name length check 2 years ago
.drone.yml Rewrite in Zig 2 years ago
.gitignore Rewrite in Zig 2 years ago
Dockerfile Rewrite in Zig 2 years ago
README.md Rewrite in Zig 2 years ago
build.zig Validate container name 2 years ago

README.md

codefirst-dockerproxy-clientdrone

Usage:

  - name: deploy-container
    image: hub.codefirst.iut.uca.fr/clement.freville2/codefirst-dockerproxy-clientdrone:latest
    settings:
      image: hub.codefirst.iut.uca.fr/my.login/my_repository:latest
      container: my_container_name
      command: create
      overwrite: true

Changes from upstream

  • Removed the shell script to handle spaces in arguments.
  • Used Drone settings instead of environment variables.