Skip to content

Commit

Permalink
#30 initial
Browse files Browse the repository at this point in the history
  • Loading branch information
hlafaille committed Aug 9, 2024
1 parent 47d66d8 commit 78f8307
Show file tree
Hide file tree
Showing 54 changed files with 94 additions and 2,401 deletions.
20 changes: 13 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ATC Development Environment",
"name": "Kindling",
"image": "mcr.microsoft.com/devcontainers/java:1-21-bookworm",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "none",
"installMaven": "false",
"installGradle": "true"
"installMaven": "true",
"installGradle": "false"
},
"ghcr.io/devcontainers/features/docker-in-docker": {}
},
Expand All @@ -14,9 +14,14 @@
"source": "${localEnv:HOME}/.gitconfig",
"target": "/home/vscode/.gitconfig",
"type": "bind"
},
{
"source": "${localEnv:HOME}/.m2/settings.xml",
"target": "/home/vscode/.m2/settings.xml",
"type": "bind"
}
],
"postCreateCommand": "sudo mkdir /etc/atc && sudo ln -s /workspaces/atc/configuration.json /etc/atc/configuration.json",
"postCreateCommand": "sudo chown -R vscode ~/.m2",
"customizations": {
"vscode": {
"extensions": [
Expand All @@ -26,7 +31,9 @@
"ms-azuretools.vscode-docker",
"github.vscode-github-actions",
"GitHub.vscode-pull-request-github",
"redhat.vscode-yaml"
"redhat.vscode-yaml",
"vscjava.vscode-maven",
"redhat.vscode-xml"
],
"settings": {
"files.autoSave": "afterDelay",
Expand Down Expand Up @@ -54,6 +61,5 @@
},
"forwardPorts": [
8443
],
"postAttachCommand": "gradle"
]
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
context: .
file: ./dockerfile
push: true
tags: ghcr.io/kerosene-labs/atc:${{ github.ref_name }}
tags: ghcr.io/kerosene-labs/atc:$`{{ github.ref_name }}


dependency-submission:
Expand Down
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Ignore Gradle project-specific cache directory
.gradle

keystore.p12
*.p12
target

# Ignore Gradle build output directory
build
.idea
settings.xml
32 changes: 0 additions & 32 deletions READMEold.md

This file was deleted.

Binary file removed atc_logo.png
Binary file not shown.
99 changes: 0 additions & 99 deletions build.gradle

This file was deleted.

55 changes: 0 additions & 55 deletions configuration.json

This file was deleted.

Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 0 additions & 7 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

Loading

0 comments on commit 78f8307

Please sign in to comment.