Skip to content

Commit

Permalink
feat: pin provisioner image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri-go committed May 10, 2024
1 parent 9c9c383 commit 0b48241
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker/.env.mainnet.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
###############################
### Start User Configurable ###
###############################
# Provisioner #
UBUNTU_VERSION=jammy

# Network Env #
MONIKER=injective
Expand Down
3 changes: 3 additions & 0 deletions docker/.env.testnet.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
### Start User Configurable ###
###############################

# Provisioner #
UBUNTU_VERSION=jammy

# Network Env #
MONIKER=injective
CHAIN_ID=injective-888
Expand Down
2 changes: 1 addition & 1 deletion docker/addons/docker-compose.provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:
provisioner:
container_name: injective-provisioner
image: ubuntu:latest
image: ubuntu:${UBUNTU_VERSION}
command: [ "bash", "/home/ubuntu/scripts/provision-core.sh" ]
environment:
TZ: America/New_York
Expand Down

0 comments on commit 0b48241

Please sign in to comment.