cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem/docker-images/toolbox
Simone Ruffilli 6d89b88149
versions.tf maintenance + copyright notice bump (#1782)
* Bump copyright notice to 2023

* Delete versions.tf on blueprints

* Pin provider to major version 5

* Remove comment

* Fix lint

* fix bq-ml blueprint readme

---------

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
Co-authored-by: Julio Castillo <jccb@google.com>
2023-10-20 18:17:47 +02:00
..
Dockerfile versions.tf maintenance + copyright notice bump (#1782) 2023-10-20 18:17:47 +02:00
README.md Assorted module fixes (#1045) 2022-12-10 15:40:15 +01:00
cloudbuild.yaml versions.tf maintenance + copyright notice bump (#1782) 2023-10-20 18:17:47 +02:00
entrypoint.sh versions.tf maintenance + copyright notice bump (#1782) 2023-10-20 18:17:47 +02:00

README.md

ToolBox docker container

Lightweight container with some basic console tools used for testing and probing.

Build

gcloud builds submit . --config=cloudbuild.yaml

Docker compose

version: "3"
services:
  vpn:
    image: gcr.io/pso-cft-fabric/toolbox:latest
    networks:
      default:
        ipv4_address: 192.168.0.5
    cap_add:
      - NET_ADMIN
    privileged: true