~sajoupa/charm-k8s-telegraf:dockerfile

Last commit made on 2021-05-14
Get this branch:
git clone -b dockerfile https://git.launchpad.net/~sajoupa/charm-k8s-telegraf
Only Laurent Sesquès can upload to this branch. If you are Laurent Sesquès please log in for upload directions.

Branch merges

Branch information

Name:
dockerfile
Repository:
lp:~sajoupa/charm-k8s-telegraf

Recent commits

3a7f941... by Laurent Sesquès

Dockerfile: use CMD instead of ENTRYPOINT, rewrite config when restarted (to use iwith pebble / sidecar charms), bump golang version, install ca-certificates package

f45cd5a... by Laurent Sesquès

Add functional tests

Reviewed-on: https://code.launchpad.net/~sajoupa/charm-k8s-telegraf/+git/charm-k8s-telegraf/+merge/393340
Reviewed-by: Benjamin Allot <email address hidden>
Reviewed-by: John Lenton <email address hidden>

50baf3f... by Laurent Sesquès

Makefile: remove potential duplicate / from path

d1aee90... by Tom Haddon

Add icon

Reviewed-on: https://code.launchpad.net/~mthaddon/charm-k8s-telegraf/+git/charm-k8s-telegraf/+merge/393595
Reviewed-by: Benjamin Allot <email address hidden>

2b260f5... by Benjamin Allot

Use $(lastword)

$(MAKEFILE_LIST) is a list of all the Makefile called before, included
other Makefiles executed through `make -C`.
$(lastword) makes sure we use only this one.

d9183ca... by Benjamin Allot

Build the charm archive in ${CHARM_BUILD_DIR} and add missing slash

9a26279... by Tom Haddon

Add icon

589f635... by Laurent Sesquès

Makefile simplifications, small code clarifications and bug reference added for functional tests

4f624f9... by Laurent Sesquès

remove /venv from .jujuignore (it's not ignored anyway)

Reviewed-on: https://code.launchpad.net/~sajoupa/charm-k8s-telegraf/+git/charm-k8s-telegraf/+merge/393383
Reviewed-by: Tom Haddon <email address hidden>

b5c063b... by Laurent Sesquès

remove /venv from .jujuignore (it's not ignored anyway)