Skip to content

Commit

Permalink
use major versions only for feature definition
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhyi committed Oct 27, 2024
1 parent d4b3a77 commit 8500004
Show file tree
Hide file tree
Showing 22 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions base-images/debian-old/.devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"image": "debian:11",
"features": {
"ghcr.io/devcontainers/features/common-utils:2.1.2": {
"ghcr.io/devcontainers/features/common-utils:2": {
"username": "vscode",
"configureZshAsDefaultShell": true
},
"ghcr.io/devcontainers/features/git:1.1.5": {},
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest": {
"ohMyZshPlugins": "git debian"
},
Expand Down
4 changes: 2 additions & 2 deletions base-images/debian/.devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"image": "debian:stable-20230904",
"features": {
"ghcr.io/devcontainers/features/common-utils:2.1.2": {
"ghcr.io/devcontainers/features/common-utils:2": {
"username": "vscode",
"configureZshAsDefaultShell": true
},
"ghcr.io/devcontainers/features/git:1.1.5": {},
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest": {
"ohMyZshPlugins": "git debian"
},
Expand Down
2 changes: 1 addition & 1 deletion base-images/java/.devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"image": "ghcr.io/dhhyi/dcc-base-debian",
"features": {
"ghcr.io/devcontainers/features/java:1.2.1": {}
"ghcr.io/devcontainers/features/java:1": {}
}
}
2 changes: 1 addition & 1 deletion base-images/node/.devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"image": "ghcr.io/dhhyi/dcc-base-debian",
"features": {
"ghcr.io/devcontainers/features/node:1.3.0": {
"ghcr.io/devcontainers/features/node:1": {
"version": "lts"
}
}
Expand Down
4 changes: 2 additions & 2 deletions base-images/ubuntu/.devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"image": "ubuntu:jammy-20230425",
"features": {
"ghcr.io/devcontainers/features/common-utils:2.1.2": {
"ghcr.io/devcontainers/features/common-utils:2": {
"username": "vscode",
"configureZshAsDefaultShell": true
},
"ghcr.io/devcontainers/features/git:1.1.5": {},
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest": {
"ohMyZshPlugins": "git ubuntu"
},
Expand Down
4 changes: 2 additions & 2 deletions tests/binary_only/.devcontainer_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "ghcr.io/devcontainers/features/common-utils:2.1.2"
"id": "ghcr.io/devcontainers/features/common-utils:2"
},
{
"id": "ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1"
},
{
"id": "ghcr.io/devcontainers/features/git:1.1.5"
"id": "ghcr.io/devcontainers/features/git:1"
},
{
"id": "ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest",
Expand Down
6 changes: 3 additions & 3 deletions tests/complex_extend/.devcontainer_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "ghcr.io/devcontainers/features/common-utils:2.1.2"
"id": "ghcr.io/devcontainers/features/common-utils:2"
},
{
"id": "ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1"
},
{
"id": "ghcr.io/devcontainers/features/git:1.1.5"
"id": "ghcr.io/devcontainers/features/git:1"
},
{
"id": "ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest",
Expand Down Expand Up @@ -52,7 +52,7 @@
"remoteUser": "vscode"
},
{
"id": "ghcr.io/devcontainers/features/node:1.3.0",
"id": "ghcr.io/devcontainers/features/node:1",
"customizations": {
"vscode": {
"extensions": [
Expand Down
4 changes: 2 additions & 2 deletions tests/empty/.devcontainer_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "ghcr.io/devcontainers/features/common-utils:2.1.2"
"id": "ghcr.io/devcontainers/features/common-utils:2"
},
{
"id": "ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1"
},
{
"id": "ghcr.io/devcontainers/features/git:1.1.5"
"id": "ghcr.io/devcontainers/features/git:1"
},
{
"id": "ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest",
Expand Down
6 changes: 3 additions & 3 deletions tests/environment/.devcontainer_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "ghcr.io/devcontainers/features/common-utils:2.1.2"
"id": "ghcr.io/devcontainers/features/common-utils:2"
},
{
"id": "ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1"
},
{
"id": "ghcr.io/devcontainers/features/git:1.1.5"
"id": "ghcr.io/devcontainers/features/git:1"
},
{
"id": "ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest",
Expand Down Expand Up @@ -52,7 +52,7 @@
"remoteUser": "vscode"
},
{
"id": "ghcr.io/devcontainers/features/node:1.3.0",
"id": "ghcr.io/devcontainers/features/node:1",
"customizations": {
"vscode": {
"extensions": [
Expand Down
6 changes: 3 additions & 3 deletions tests/extra_properties/.devcontainer_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "ghcr.io/devcontainers/features/common-utils:2.1.2"
"id": "ghcr.io/devcontainers/features/common-utils:2"
},
{
"id": "ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1"
},
{
"id": "ghcr.io/devcontainers/features/git:1.1.5"
"id": "ghcr.io/devcontainers/features/git:1"
},
{
"id": "ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest",
Expand Down Expand Up @@ -52,7 +52,7 @@
"remoteUser": "vscode"
},
{
"id": "ghcr.io/devcontainers/features/node:1.3.0",
"id": "ghcr.io/devcontainers/features/node:1",
"customizations": {
"vscode": {
"extensions": [
Expand Down
4 changes: 2 additions & 2 deletions tests/file/.devcontainer_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "ghcr.io/devcontainers/features/common-utils:2.1.2"
"id": "ghcr.io/devcontainers/features/common-utils:2"
},
{
"id": "ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1"
},
{
"id": "ghcr.io/devcontainers/features/git:1.1.5"
"id": "ghcr.io/devcontainers/features/git:1"
},
{
"id": "ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest",
Expand Down
6 changes: 3 additions & 3 deletions tests/https_reference/.devcontainer_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "ghcr.io/devcontainers/features/common-utils:2.1.2"
"id": "ghcr.io/devcontainers/features/common-utils:2"
},
{
"id": "ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1"
},
{
"id": "ghcr.io/devcontainers/features/git:1.1.5"
"id": "ghcr.io/devcontainers/features/git:1"
},
{
"id": "ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest",
Expand Down Expand Up @@ -52,7 +52,7 @@
"remoteUser": "vscode"
},
{
"id": "ghcr.io/devcontainers/features/node:1.3.0",
"id": "ghcr.io/devcontainers/features/node:1",
"customizations": {
"vscode": {
"extensions": [
Expand Down
4 changes: 2 additions & 2 deletions tests/initialize/.devcontainer_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "ghcr.io/devcontainers/features/common-utils:2.1.2"
"id": "ghcr.io/devcontainers/features/common-utils:2"
},
{
"id": "ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1"
},
{
"id": "ghcr.io/devcontainers/features/git:1.1.5"
"id": "ghcr.io/devcontainers/features/git:1"
},
{
"id": "ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest",
Expand Down
4 changes: 2 additions & 2 deletions tests/multi-yaml/.devcontainer_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "ghcr.io/devcontainers/features/common-utils:2.1.2"
"id": "ghcr.io/devcontainers/features/common-utils:2"
},
{
"id": "ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1"
},
{
"id": "ghcr.io/devcontainers/features/git:1.1.5"
"id": "ghcr.io/devcontainers/features/git:1"
},
{
"id": "ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest",
Expand Down
6 changes: 3 additions & 3 deletions tests/named-volumes/.devcontainer_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "ghcr.io/devcontainers/features/common-utils:2.1.2"
"id": "ghcr.io/devcontainers/features/common-utils:2"
},
{
"id": "ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1"
},
{
"id": "ghcr.io/devcontainers/features/git:1.1.5"
"id": "ghcr.io/devcontainers/features/git:1"
},
{
"id": "ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest",
Expand Down Expand Up @@ -52,7 +52,7 @@
"remoteUser": "vscode"
},
{
"id": "ghcr.io/devcontainers/features/node:1.3.0",
"id": "ghcr.io/devcontainers/features/node:1",
"customizations": {
"vscode": {
"extensions": [
Expand Down
4 changes: 2 additions & 2 deletions tests/port-forward/.devcontainer_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "ghcr.io/devcontainers/features/common-utils:2.1.2"
"id": "ghcr.io/devcontainers/features/common-utils:2"
},
{
"id": "ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1"
},
{
"id": "ghcr.io/devcontainers/features/git:1.1.5"
"id": "ghcr.io/devcontainers/features/git:1"
},
{
"id": "ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest",
Expand Down
4 changes: 2 additions & 2 deletions tests/publish/.devcontainer_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "ghcr.io/devcontainers/features/common-utils:2.1.2"
"id": "ghcr.io/devcontainers/features/common-utils:2"
},
{
"id": "ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1"
},
{
"id": "ghcr.io/devcontainers/features/git:1.1.5"
"id": "ghcr.io/devcontainers/features/git:1"
},
{
"id": "ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest",
Expand Down
4 changes: 2 additions & 2 deletions tests/repl_only/.devcontainer_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "ghcr.io/devcontainers/features/common-utils:2.1.2"
"id": "ghcr.io/devcontainers/features/common-utils:2"
},
{
"id": "ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1"
},
{
"id": "ghcr.io/devcontainers/features/git:1.1.5"
"id": "ghcr.io/devcontainers/features/git:1"
},
{
"id": "ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest",
Expand Down
6 changes: 3 additions & 3 deletions tests/simple_extend/.devcontainer_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "ghcr.io/devcontainers/features/common-utils:2.1.2"
"id": "ghcr.io/devcontainers/features/common-utils:2"
},
{
"id": "ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1"
},
{
"id": "ghcr.io/devcontainers/features/git:1.1.5"
"id": "ghcr.io/devcontainers/features/git:1"
},
{
"id": "ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest",
Expand Down Expand Up @@ -52,7 +52,7 @@
"remoteUser": "vscode"
},
{
"id": "ghcr.io/devcontainers/features/node:1.3.0",
"id": "ghcr.io/devcontainers/features/node:1",
"customizations": {
"vscode": {
"extensions": [
Expand Down
6 changes: 3 additions & 3 deletions tests/simple_reference/.devcontainer_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "ghcr.io/devcontainers/features/common-utils:2.1.2"
"id": "ghcr.io/devcontainers/features/common-utils:2"
},
{
"id": "ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1"
},
{
"id": "ghcr.io/devcontainers/features/git:1.1.5"
"id": "ghcr.io/devcontainers/features/git:1"
},
{
"id": "ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest",
Expand Down Expand Up @@ -52,7 +52,7 @@
"remoteUser": "vscode"
},
{
"id": "ghcr.io/devcontainers/features/node:1.3.0",
"id": "ghcr.io/devcontainers/features/node:1",
"customizations": {
"vscode": {
"extensions": [
Expand Down
4 changes: 2 additions & 2 deletions tests/tmpfs/.devcontainer_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "ghcr.io/devcontainers/features/common-utils:2.1.2"
"id": "ghcr.io/devcontainers/features/common-utils:2"
},
{
"id": "ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1"
},
{
"id": "ghcr.io/devcontainers/features/git:1.1.5"
"id": "ghcr.io/devcontainers/features/git:1"
},
{
"id": "ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest",
Expand Down
4 changes: 2 additions & 2 deletions tests/traefik/.devcontainer_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "ghcr.io/devcontainers/features/common-utils:2.1.2"
"id": "ghcr.io/devcontainers/features/common-utils:2"
},
{
"id": "ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1"
},
{
"id": "ghcr.io/devcontainers/features/git:1.1.5"
"id": "ghcr.io/devcontainers/features/git:1"
},
{
"id": "ghcr.io/dhhyi/devcontainer-creator/dcc-helpers:latest",
Expand Down

0 comments on commit 8500004

Please sign in to comment.