Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1191 from alphagov/fix-sig
Browse files Browse the repository at this point in the history
arbitrary formatting fixes to re-sign some commits
  • Loading branch information
Chris Farmiloe authored Sep 22, 2020
2 parents d002d05 + b0e416b commit 145c01e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/aws-ssm-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ RUN yum update -y && \
yum install -y https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/linux_amd64/amazon-ssm-agent.rpm

WORKDIR /opt/amazon/ssm/

CMD ["amazon-ssm-agent", "start"]
3 changes: 3 additions & 0 deletions components/concourse-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,19 @@ The operator is deployed as part of https://github.com/alphagov/gsp-ci-system.
## Developing
Driven by `make`. To build the docker image:

```
make docker-build
```
To tag and publish the built docker image:
```
make docker-push
```
It was originally built using [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder) with:
```
kubebuilder init --domain k8s.io
kubebuilder create api --group concourse --version v1beta1 --kind Pipeline
Expand Down

0 comments on commit 145c01e

Please sign in to comment.